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-21T11:55:26.322Z||main|||||INFO|500||The following profiles are active: basic 2023-03-21T11:55:35.812Z||main|||||INFO|500||Starting service [Tomcat] 2023-03-21T11:55:35.812Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-03-21T11:55:35.934Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-03-21T11:55:40.147Z||main|||||INFO|500||catdb-pool - Starting... 2023-03-21T11:55:40.608Z||main|||||INFO|500||catdb-pool - Start completed. 2023-03-21T11:55:41.095Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-03-21T11:55:41.474Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-03-21T11:55:42.325Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-03-21T11:55:45.881Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-03-21T11:55:46.350Z||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-21T11:55:48.288Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-03-21T11:55:48.388Z||main|||||INFO|500||reqdb-pool - Starting... 2023-03-21T11:55:48.402Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-03-21T11:55:48.412Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-03-21T11:55:49.008Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-03-21T11:55:49.279Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-03-21T11:55:50.212Z||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-21T11:55:50.702Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02 2023-03-21T11:55:50.703Z||main|||||ERROR|500||(conn=860) Table 'catalogdb.activity_spec' doesn't exist 2023-03-21T11:55:50.724Z||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-21T11:55:52.710Z||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-21T11:55:54.565Z||main|||||WARN|500||--- 2023-03-21T11:55:54.565Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-03-21T11:55:54.566Z||main|||||WARN|500||--- 2023-03-21T11:55:54.874Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-03-21T11:55:58.713Z||main|||||INFO|500||Started Application in 34.831 seconds (JVM running for 37.717) 2023-03-21T11:55:58.727Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-21T11:55:58.728Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-21T11:55:58.737Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-21T11:55:58.778Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 61cf385e-601b-405d-a747-22dd5aee0cb8 url= /sdc/v1/artifactTypes 2023-03-21T11:55:58.781Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-21T11:55:58.886Z||scheduling-1|||||DEBUG|500||GET Response Status 503 2023-03-21T11:55:58.887Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@349f0948 2023-03-21T11:55:58.888Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC] 2023-03-21T11:55:58.902Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream 2023-03-21T11:55:58.922Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC 2023-03-21T11:55:58.926Z||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$$10ecbd4c.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-21T11:56:48.705Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-03-21T11:56:48.705Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-03-21T11:56:48.705Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-03-21T11:56:48.710Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 7b0aab8f-10c0-4505-afab-45a21ef835a6 url= /sdc/v1/artifactTypes 2023-03-21T11:56:48.711Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-03-21T11:56:48.770Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-03-21T11:56:48.779Z||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-21T11:56:48.779Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-03-21T11:56:48.780Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8b12e88f-1b22-4b14-be24-3cbd973e5db6 url= /sdc/v1/distributionKafkaData 2023-03-21T11:56:48.780Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData 2023-03-21T11:56:48.817Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-03-21T11:56:48.822Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@19b45086 2023-03-21T11:56:48.892Z||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-d05ff464-411e-48af-884d-d6fd7524f8ea 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-21T11:56:48.939Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Instantiated an idempotent producer. 2023-03-21T11:56:49.010Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-03-21T11:56:49.060Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-03-21T11:56:49.060Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-03-21T11:56:49.060Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679399809056 2023-03-21T11:56:49.065Z||scheduling-1|||||INFO|500||start DistributionClient 2023-03-21T11:56:49.082Z||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-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f 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-21T11:56:49.155Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-03-21T11:56:49.155Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-03-21T11:56:49.155Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679399809154 2023-03-21T11:56:49.156Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T11:56:49.159Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T11:56:49.159Z||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-c53bcd84-7f3b-4408-8867-feef53015ca0 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-21T11:56:49.169Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-03-21T11:56:49.170Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-03-21T11:56:49.170Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679399809169 2023-03-21T11:56:49.171Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T11:56:49.173Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T11:56:49.181Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-03-21T11:56:49.994Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T11:56:49.996Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-21T11:56:49.996Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Cluster ID: NW8GiFRuQPO_CHdYyfeGjg 2023-03-21T11:56:49.996Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T11:56:49.996Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-21T11:56:49.997Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-21T11:56:49.997Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T11:56:49.997Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-21T11:56:49.997Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T11:56:49.997Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T11:56:49.997Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-21T11:56:49.997Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T11:56:49.998Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-21T11:56:49.998Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] ProducerId set to 4 with epoch 0 2023-03-21T11:56:49.999Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Cluster ID: NW8GiFRuQPO_CHdYyfeGjg 2023-03-21T11:56:49.999Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cluster ID: NW8GiFRuQPO_CHdYyfeGjg 2023-03-21T11:56:50.000Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-03-21T11:56:50.000Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-03-21T11:56:50.022Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T11:56:50.023Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T11:56:50.087Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d 2023-03-21T11:56:50.087Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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-21T11:56:50.087Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T11:56:50.092Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-496e2b09-af76-4fa4-85a9-4f3813ec32a0 2023-03-21T11:56:50.092Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T11:56:50.093Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T11:56:56.093Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T11:56:56.093Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-496e2b09-af76-4fa4-85a9-4f3813ec32a0', protocol='range'} 2023-03-21T11:56:56.137Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T11:56:56.138Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T11:56:56.138Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T11:56:56.138Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T11:56:56.138Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T11:56:56.138Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T11:56:56.142Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-496e2b09-af76-4fa4-85a9-4f3813ec32a0=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T11:56:56.160Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T11:56:56.160Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-496e2b09-af76-4fa4-85a9-4f3813ec32a0', protocol='range'} 2023-03-21T11:56:56.161Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T11:56:56.161Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T11:56:56.165Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T11:56:56.165Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T11:56:56.175Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T11:56:56.175Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T11:56:56.176Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-03-21T11:56:56.176Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-03-21T11:56:56.176Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-03-21T11:56:56.176Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-03-21T11:56:56.176Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-03-21T11:56:56.176Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-03-21T11:56:56.177Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-03-21T11:56:56.177Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-03-21T11:56:56.177Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-03-21T11:56:56.177Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-03-21T11:56:56.215Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-03-21T11:56:56.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-03-21T11:56:56.257Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-03-21T11:56:56.257Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-03-21T11:56:56.270Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-03-21T11:56:56.270Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-03-21T11:56:56.271Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-03-21T11:56:56.272Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-03-21T11:56:56.276Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-03-21T11:56:56.277Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-03-21T11:56:56.278Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-03-21T11:56:56.278Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-03-21T11:57:49.164Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T11:57:49.175Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T11:58:49.166Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T11:58:49.176Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T11:59:49.167Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T11:59:49.178Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:00:49.168Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:00:49.178Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:01:49.169Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:01:49.179Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:02:49.170Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:02:49.180Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:03:49.174Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:03:49.181Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:04:49.175Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:04:49.183Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:05:49.177Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:05:49.184Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:05:50.070Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Node -1 disconnected. 2023-03-21T12:05:50.073Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node -1 disconnected. 2023-03-21T12:05:50.282Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Node -1 disconnected. 2023-03-21T12:06:11.288Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-03-21T12:06:49.179Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:06:49.184Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:07:49.180Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:07:49.186Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:08:49.182Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:08:49.187Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:09:49.183Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:09:49.187Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:10:49.183Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:10:49.188Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:11:49.185Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:11:49.190Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:12:49.187Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:12:49.191Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:13:49.188Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:13:49.192Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:14:49.188Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:14:49.193Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:15:49.190Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:15:49.194Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:16:49.190Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:16:49.194Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:17:49.192Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:17:49.196Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:18:49.193Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:18:49.198Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:19:49.194Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:19:49.199Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:20:49.196Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:20:49.200Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:21:49.197Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:21:49.201Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:22:49.197Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:22:49.202Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:23:49.198Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:23:49.203Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:24:49.199Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:24:49.205Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:25:49.201Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:25:49.205Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:26:49.203Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:26:49.206Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:27:49.204Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:27:49.206Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:28:49.205Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:28:49.207Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:29:49.207Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:29:49.208Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:30:49.207Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:30:49.209Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:31:49.208Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:31:49.209Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:32:49.210Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:32:49.211Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:33:49.211Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:33:49.212Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:34:49.212Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:34:49.213Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:35:49.214Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:35:49.214Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:36:49.215Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:36:49.216Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:37:49.216Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:37:49.217Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:38:49.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:38:49.218Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:39:49.217Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:39:49.219Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:40:49.220Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:40:49.220Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:41:49.221Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:41:49.222Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:42:49.223Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:42:49.223Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:43:49.224Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:43:49.224Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:44:49.224Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:44:49.225Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:45:49.226Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:45:49.227Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:46:49.227Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:46:49.227Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:47:49.228Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:47:49.228Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:48:49.229Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:48:49.229Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:49:49.230Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:49:49.231Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:50:49.232Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:50:49.232Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:51:49.233Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:51:49.233Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:52:49.234Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:52:49.234Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:53:49.234Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:53:49.235Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:54:49.235Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:54:49.235Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:55:49.236Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:55:49.237Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:56:49.237Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:56:49.237Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:57:49.238Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:57:49.239Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:58:49.239Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T12:58:49.240Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:59:49.241Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T12:59:49.241Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:00:49.241Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:00:49.242Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:01:49.242Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:01:49.242Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:02:33.519Z||http-nio-8085-exec-8|||||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-21T13:02:49.242Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:02:49.243Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:03:49.245Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:03:49.244Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:04:49.245Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:04:49.246Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:05:49.247Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:05:49.247Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:06:49.247Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:06:49.247Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:07:49.248Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:07:49.248Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:08:49.250Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:08:49.249Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:09:49.250Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:09:49.251Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:10:49.252Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:10:49.252Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:11:49.253Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:11:49.254Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:12:49.254Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:12:49.256Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:13:49.256Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:13:49.256Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:14:49.257Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:14:49.256Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:15:49.257Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:15:49.258Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:16:49.258Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:16:49.259Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:17:49.259Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:17:49.260Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:18:49.260Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:18:49.262Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:19:49.261Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:19:49.263Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:20:49.263Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:20:49.264Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:21:49.264Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:21:49.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:22:49.265Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:22:49.265Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:23:49.267Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:23:49.267Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:24:49.268Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:24:49.268Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:25:49.269Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:25:49.269Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:26:49.269Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:26:49.270Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:27:49.270Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:27:49.271Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:28:49.271Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:28:49.272Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:29:49.272Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:29:49.273Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:30:49.274Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:30:49.274Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:31:49.276Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:31:49.276Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:32:49.276Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:32:49.277Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:33:49.277Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:33:49.277Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:34:49.278Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:34:49.279Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:35:49.279Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:35:49.280Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:36:49.281Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:36:49.281Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:37:49.282Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:37:49.282Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:38:49.282Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:38:49.283Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:39:49.284Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:39:49.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:40:49.285Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:40:49.285Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:41:49.285Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:41:49.286Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:42:49.286Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:42:49.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:43:49.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:43:49.287Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:44:49.287Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:44:49.289Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:45:49.288Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:45:49.289Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:46:49.290Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:46:49.290Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:47:49.291Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:47:49.292Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:48:49.291Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:48:49.293Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:49:49.293Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:49:49.294Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:50:49.294Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:50:49.294Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:51:49.295Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:51:49.296Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:52:49.295Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:52:49.296Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:53:49.296Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:53:49.297Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:54:49.296Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:54:49.297Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:55:49.296Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:55:49.298Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:56:49.298Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:56:49.298Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:57:49.299Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:57:49.299Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:58:49.299Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:58:49.301Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T13:59:49.300Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T13:59:49.302Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:00:49.302Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:00:49.302Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:01:49.302Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:01:49.303Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:02:49.304Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:02:49.305Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:03:49.304Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:03:49.306Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:04:49.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:04:49.306Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:05:49.306Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:05:49.307Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:06:49.307Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:06:49.308Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:07:49.308Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:07:49.309Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:08:49.310Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:08:49.310Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:09:49.310Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:09:49.311Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:10:49.311Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:10:49.311Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:11:49.313Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:11:49.313Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:12:49.314Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:12:49.314Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:13:49.315Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:13:49.315Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:14:49.316Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:14:49.316Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:15:49.317Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:15:49.317Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:16:49.318Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:16:49.318Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:17:49.319Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:17:49.320Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:18:49.320Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:18:49.321Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:19:49.321Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:19:49.322Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:20:49.322Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:20:49.322Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:21:49.323Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:21:49.323Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:22:49.323Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:22:49.324Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:23:49.325Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:23:49.326Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:24:49.326Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:24:49.326Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:25:49.326Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:25:49.328Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:26:49.328Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:26:49.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:27:49.329Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:27:49.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:28:49.329Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:28:49.331Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:29:49.330Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:29:49.332Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:30:49.331Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:30:49.333Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:31:49.333Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:31:49.333Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:32:49.333Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:32:49.334Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:33:49.335Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:33:49.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:34:49.336Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:34:49.336Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:35:49.336Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:35:49.337Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:36:49.338Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:36:49.338Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:37:49.339Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:37:49.339Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:38:49.339Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:38:49.340Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:39:49.341Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:39:49.341Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:40:49.341Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:40:49.342Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:41:49.342Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:41:49.342Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:42:49.343Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:42:49.343Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:43:49.343Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:43:49.344Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:44:49.344Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:44:49.344Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:45:49.344Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:45:49.345Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:46:49.345Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:46:49.346Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:47:49.346Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:47:49.347Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:48:49.347Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:48:49.347Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:49:49.348Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:49:49.349Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:50:49.348Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:50:49.350Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:51:49.349Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:51:49.351Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:52:49.350Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:52:49.351Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:53:49.351Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:53:49.353Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:54:49.353Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:54:49.354Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:55:49.353Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:55:49.354Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:56:49.353Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:56:49.354Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:57:49.354Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:57:49.355Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:58:49.355Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T14:58:49.356Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:59:49.356Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T14:59:49.356Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:00:49.356Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:00:49.357Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:01:49.357Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:01:49.358Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:02:49.357Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:02:49.358Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:03:49.358Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:03:49.359Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:04:49.358Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:04:49.361Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:05:49.359Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:05:49.361Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:06:49.360Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:06:49.362Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:07:49.362Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:07:49.362Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:08:49.362Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:08:49.363Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:09:49.364Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:09:49.364Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:10:49.364Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:10:49.364Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:11:49.365Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:11:49.366Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:12:49.367Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:12:49.367Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:13:49.367Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:13:49.368Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:14:49.368Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:14:49.369Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:15:49.370Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:15:49.370Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:16:49.370Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:16:49.371Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:17:49.371Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:17:49.371Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:18:49.372Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:18:49.372Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:19:49.373Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:19:49.374Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:20:49.373Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:20:49.374Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:21:49.374Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:21:49.374Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:22:49.376Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:22:49.376Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:23:49.377Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:23:49.378Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:24:49.378Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:24:49.379Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:25:49.379Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:25:49.380Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:26:49.381Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:26:49.381Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:27:49.381Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:27:49.382Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:28:49.383Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:28:49.383Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:29:49.384Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:29:49.384Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:30:49.384Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:30:49.385Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:31:49.385Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:31:49.386Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:32:49.386Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:32:49.387Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:33:49.387Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:33:49.388Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:34:49.388Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:34:49.389Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:35:49.390Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:35:49.390Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:36:49.390Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:36:49.390Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:37:49.392Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:37:49.392Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:38:49.392Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:38:49.393Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:39:49.393Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:39:49.395Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:40:49.394Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:40:49.396Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:41:49.395Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:41:49.396Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:42:49.395Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:42:49.397Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:43:49.396Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:43:49.397Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:44:49.397Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:44:49.399Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:45:49.397Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:45:49.400Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:46:49.399Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:46:49.400Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:47:49.400Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:47:49.401Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:48:49.400Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:48:49.403Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:49:49.401Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:49:49.405Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:50:49.401Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:50:49.406Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:51:49.403Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:51:49.406Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:52:49.403Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:52:49.406Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:53:49.404Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:53:49.407Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:54:49.406Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:54:49.409Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:55:49.407Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:55:49.409Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:56:49.408Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:56:49.410Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:57:49.409Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:57:49.411Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:58:49.409Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:58:49.412Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T15:59:49.410Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T15:59:49.412Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:00:49.411Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:00:49.414Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:01:49.412Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:01:49.415Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:02:49.413Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:02:49.416Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:03:49.414Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:03:49.416Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:04:49.416Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:04:49.416Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:05:49.416Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:05:49.417Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:06:49.417Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:06:49.418Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:07:49.418Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:07:49.419Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:08:49.418Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:08:49.420Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:09:49.419Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:09:49.421Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:10:49.420Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:10:49.421Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:11:49.421Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:11:49.423Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:12:49.423Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:12:49.424Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:13:49.424Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:13:49.424Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:14:49.424Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:14:49.426Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:15:49.425Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:15:49.427Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:16:49.426Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:16:49.427Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:17:49.427Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:17:49.428Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:18:49.428Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:18:49.429Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:19:49.429Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:19:49.430Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:20:49.431Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:20:49.431Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:21:49.431Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:21:49.432Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:22:49.433Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:22:49.433Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:23:49.433Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:23:49.433Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:24:49.434Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:24:49.434Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:25:49.434Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:25:49.435Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:26:49.436Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:26:49.436Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:27:49.437Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:27:49.437Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:28:49.437Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:28:49.437Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:29:49.438Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:29:49.439Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:30:49.439Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:30:49.440Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:31:49.440Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:31:49.441Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:32:49.441Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:32:49.442Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:33:49.442Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:33:49.443Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:34:49.444Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:34:49.443Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:35:49.444Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:35:49.445Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:36:49.445Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:36:49.445Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:37:49.445Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:37:49.446Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:38:49.447Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:38:49.447Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:39:49.448Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:39:49.449Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:40:49.448Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:40:49.449Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:41:49.450Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:41:49.451Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:42:49.450Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:42:49.451Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:43:49.451Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:43:49.452Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:44:49.451Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:44:49.453Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:45:49.452Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:45:49.454Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:46:49.453Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:46:49.455Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:47:49.455Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:47:49.455Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:48:49.455Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:48:49.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:49:49.457Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:49:49.457Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:50:49.457Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:50:49.458Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:51:49.459Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:51:49.459Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:52:49.459Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:52:49.460Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:53:49.460Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:53:49.461Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:54:49.460Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:54:49.461Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:55:49.462Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:55:49.462Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:56:49.462Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:56:49.463Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:57:49.463Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:57:49.464Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:58:49.464Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T16:58:49.465Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:59:49.465Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T16:59:49.465Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:00:49.466Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:00:49.466Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:01:49.467Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:01:49.467Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:02:49.467Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:02:49.468Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:03:49.468Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:03:49.469Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:04:49.470Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:04:49.470Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:05:49.470Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:05:49.471Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:06:49.472Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:06:49.472Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:07:49.472Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:07:49.473Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:08:49.473Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:08:49.473Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:09:49.473Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:09:49.474Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:10:49.475Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:10:49.475Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:11:49.475Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:11:49.477Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:12:49.476Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:12:49.477Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:13:49.477Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:13:49.478Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:14:49.478Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:14:49.479Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:15:49.479Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:15:49.479Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:16:49.480Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:16:49.480Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:17:49.481Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:17:49.481Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:18:49.481Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:18:49.481Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:19:49.482Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:19:49.482Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:20:49.483Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:20:49.483Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:21:49.483Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:21:49.484Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:22:49.484Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:22:49.485Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:23:49.485Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:23:49.486Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:24:49.486Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:24:49.487Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:25:49.487Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:25:49.488Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:26:49.489Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:26:49.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:27:49.489Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:27:49.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:28:49.490Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:28:49.490Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:29:49.492Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:29:49.491Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:30:49.494Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:30:49.493Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:31:49.495Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:31:49.495Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:32:49.495Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:32:49.495Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:33:49.496Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:33:49.497Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:34:49.498Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:34:49.498Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:35:49.498Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:35:49.498Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:36:49.499Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:36:49.499Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:37:49.499Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:37:49.499Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:38:49.500Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:38:49.501Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:39:49.501Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:39:49.502Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:40:49.502Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:40:49.502Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:41:49.502Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:41:49.503Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:42:49.503Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:42:49.504Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:43:49.504Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:43:49.504Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:44:49.505Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:44:49.506Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:45:49.505Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:45:49.506Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:46:49.506Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:46:49.507Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:47:49.508Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:47:49.508Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:48:49.509Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:48:49.509Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:49:49.510Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:49:49.511Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:50:49.510Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:50:49.511Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:51:49.511Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:51:49.512Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:52:49.513Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:52:49.514Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:53:49.514Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:53:49.514Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:54:49.514Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:54:49.514Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:55:49.516Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:55:49.515Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:56:49.517Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:56:49.517Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:57:49.519Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:57:49.519Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:58:49.519Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T17:58:49.520Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:59:49.520Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T17:59:49.520Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:00:49.522Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:00:49.522Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:01:49.523Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:01:49.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:02:49.523Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:02:49.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:03:49.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:03:49.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:04:49.525Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:04:49.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:05:49.526Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:05:49.528Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:06:49.527Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:06:49.529Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:07:49.527Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:07:49.529Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:08:49.527Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:08:49.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:09:49.528Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:09:49.532Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:10:49.530Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:10:49.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:11:49.531Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:11:49.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:12:49.532Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:12:49.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:30.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:13:30.981Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"cb758183-93a4-4408-bb7d-600d28885488","serviceName":"vFW 2023-03-21 18-12-17","serviceVersion":"1.0","serviceUUID":"ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827","serviceDescription":"catalog service description","serviceInvariantUUID":"03a2dad9-3027-4955-9c2e-20881da4bf27","resources":[{"resourceInstanceName":"vFW dc88363e-fe13 0","resourceName":"vFW dc88363e-fe13","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"74cad528-ba28-43fb-8e99-f18486f8a3f3","resourceInvariantUUID":"bbaa5b7a-3b02-46d0-af65-270544b75c8b","resourceCustomizationUUID":"af5398e5-2a62-4db5-8e94-6b238ad321ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vf-license-model.xml","artifactChecksum":"ZjMxMTU4ZTBlYzNmODhhMzE1YjVjOGJmMDdhNTNhMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e43c76d-d070-4ebf-9f7f-257860bc9c81","artifactVersion":"1"},{"artifactName":"vfwdc88363efe130_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json","artifactChecksum":"MTlkNDg0OWJlMWQ0YTE3ZDZkZDRmMzRkMjEwZDdmZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3baabc62-f34a-4e1b-9818-1e320bb7e314","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a619b37b-e450-4e31-88c8-e4551791d612","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vendor-license-model.xml","artifactChecksum":"YzQ0ODczNTZjMWI5YzZjMWM0ZmQyMjNjYjlkMzZiZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9fd6ce14-174f-4d48-9494-5c85da723ce8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e17e5efc-5d63-4730-82fc-5be465dc1f42","artifactVersion":"2","generatedFromUUID":"a619b37b-e450-4e31-88c8-e4551791d612"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230321181217-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-template.yml","artifactChecksum":"NmI3OWU4MmZmMzU3ZmNjMTAxYjM2YTNmNTQ3NGUwNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"21d99809-2976-4ef1-8833-2eb80ab3c1c2","artifactVersion":"1"},{"artifactName":"service-Vfw20230321181217-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar","artifactChecksum":"MDM4NDZjMmI5NjA2OTc1MGY1YjY3ZGU0Y2NmZmY1Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cccd9b0-7867-4e6d-a565-27043a53e345","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:13:30.996Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:13:31.002Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:31.002Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:31.002Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:31.009Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-21T18:13:31.009Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-21T18:13:31.009Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-21T18:13:31.009Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-21T18:13:31.010Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-21T18:13:31.010Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-21T18:13:31.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:13:31.065Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "aai-model-loader", "timestamp": 1679422401160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:13:31.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:13:32.030Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:13:32.030Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:32.030Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:32.030Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:33.032Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:13:33.032Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:33.032Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:33.032Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:34.034Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:13:34.034Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:34.034Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:34.035Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:35.036Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:13:35.037Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:35.037Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:35.037Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:36.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:13:36.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:36.038Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:36.039Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:37.039Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:13:37.040Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:37.040Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:37.040Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:38.043Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "serviceName": "vFW 2023-03-21 18-12-17", "serviceVersion": "1.0", "serviceUUID": "ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827", "serviceDescription": "catalog service description", "serviceInvariantUUID": "03a2dad9-3027-4955-9c2e-20881da4bf27", "resources": [ { "resourceInstanceName": "vFW dc88363e-fe13 0", "resourceCustomizationUUID": "af5398e5-2a62-4db5-8e94-6b238ad321ec", "resourceName": "vFW dc88363e-fe13", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "74cad528-ba28-43fb-8e99-f18486f8a3f3", "resourceInvariantUUID": "bbaa5b7a-3b02-46d0-af65-270544b75c8b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwdc88363efe130_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "artifactChecksum": "MTlkNDg0OWJlMWQ0YTE3ZDZkZDRmMzRkMjEwZDdmZjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3baabc62-f34a-4e1b-9818-1e320bb7e314", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a619b37b-e450-4e31-88c8-e4551791d612", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e17e5efc-5d63-4730-82fc-5be465dc1f42", "generatedFromUUID": "a619b37b-e450-4e31-88c8-e4551791d612" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e17e5efc-5d63-4730-82fc-5be465dc1f42", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230321181217-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "artifactChecksum": "MDM4NDZjMmI5NjA2OTc1MGY1YjY3ZGU0Y2NmZmY1Njk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6cccd9b0-7867-4e6d-a565-27043a53e345" } ], "workloadContext": "Production" } 2023-03-21T18:13:38.047Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:13:38.047Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827 ASDC 2023-03-21T18:13:38.118Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:cb758183-93a4-4408-bb7d-600d28885488 ServiceName:vFW 2023-03-21 18-12-17 ServiceVersion:1.0 ServiceUUID:ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827 ServiceInvariantUUID:03a2dad9-3027-4955-9c2e-20881da4bf27 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230321181217-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar ArtifactUUID:6cccd9b0-7867-4e6d-a565-27043a53e345 ArtifactChecksum:MDM4NDZjMmI5NjA2OTc1MGY1YjY3ZGU0Y2NmZmY1Njk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW dc88363e-fe13 0 ResourceCustomizationUUID:af5398e5-2a62-4db5-8e94-6b238ad321ec ResourceInvariantUUID:bbaa5b7a-3b02-46d0-af65-270544b75c8b ResourceName:vFW dc88363e-fe13 ResourceType:VF ResourceUUID:74cad528-ba28-43fb-8e99-f18486f8a3f3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwdc88363efe130_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json ArtifactUUID:3baabc62-f34a-4e1b-9818-1e320bb7e314 ArtifactChecksum:MTlkNDg0OWJlMWQ0YTE3ZDZkZDRmMzRkMjEwZDdmZjI= 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/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml ArtifactUUID:a619b37b-e450-4e31-88c8-e4551791d612 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/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env ArtifactUUID:e17e5efc-5d63-4730-82fc-5be465dc1f42 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/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env ArtifactUUID:e17e5efc-5d63-4730-82fc-5be465dc1f42 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T18:13:38.118Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T18:13:38.273Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:13:38.274Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:13:38.275Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:13:38.275Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6cccd9b0-7867-4e6d-a565-27043a53e345 from URL: /sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:38.275Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:13:38.275Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:38.465Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:13:38.472Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar 6cccd9b0-7867-4e6d-a565-27043a53e345 101525 2023-03-21T18:13:38.473Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar ASDC sendASDCNotification 2023-03-21T18:13:38.473Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:38.474Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:13:38.475Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:38.475Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:38.475Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422418473, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:39.476Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:13:39.477Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:13:39.477Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6cccd9b0-7867-4e6d-a565-27043a53e345, URL: /sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar to file: /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:39.478Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230321181217-csar.csar 2023-03-21T18:13:39.540Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:39.540Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:39.868Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11869575649812704123/Definitions/service-Vfw20230321181217-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2023-03-21T18:13:42.014Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T18:13:42.019Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:13:42.019Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:42.020Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-03-21T18:13:42.020Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:42.020Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:42.020Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:42.020Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:42.020Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:42.020Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:42.020Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:42.020Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:42.020Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:42.020Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dc88363e-fe13 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-Vfw20230321181217-csar.csar 2023-03-21T18:13:42.020Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:42.020Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:13:42.030Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.032Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:42.035Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is matching search criteria 2023-03-21T18:13:42.035Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:13:42.036Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dc88363e-fe13 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:13:42.037Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.037Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:42.037Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is matching search criteria 2023-03-21T18:13:42.038Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:13:42.038Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dc88363e-fe13 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:13:42.038Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.038Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:42.041Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.041Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is not matching search criteria 2023-03-21T18:13:42.041Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T18:13:42.041Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-21T18:13:42.041Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-21T18:13:42.041Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:42.041Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-21T18:13:42.041Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T18:13:42.041Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T18:13:42.041Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-21T18:13:42.041Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-21T18:13:42.041Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-21T18:13:42.042Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:42.042Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-21T18:13:42.042Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:42.042Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-21T18:13:42.042Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T18:13:42.042Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T18:13:42.042Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.042Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T18:13:42.048Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.048Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is matching search criteria 2023-03-21T18:13:42.048Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dc88363e-fe13 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:13:42.049Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.049Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is matching search criteria 2023-03-21T18:13:42.049Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dc88363e-fe13 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:13:42.050Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.050Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is matching search criteria 2023-03-21T18:13:42.051Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dc88363e-fe13 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:13:42.051Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.051Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is not matching search criteria 2023-03-21T18:13:42.051Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9d0c6422-a2e8-4c1f-b599-a19126ec16b1 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is not matching search criteria 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T18:13:42.052Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-21T18:13:42.053Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-21T18:13:42.053Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:42.053Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-21T18:13:42.053Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T18:13:42.053Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T18:13:42.054Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-03-21T18:13:42.054Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-21T18:13:42.054Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:42.054Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-21T18:13:42.054Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T18:13:42.054Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a686a09a-c742-4397-b227-8632e09d1708 2023-03-21T18:13:42.054Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.054Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is not matching search criteria 2023-03-21T18:13:42.055Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T18:13:42.055Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-21T18:13:42.055Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-21T18:13:42.055Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:42.055Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-21T18:13:42.055Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T18:13:42.055Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T18:13:42.055Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-21T18:13:42.055Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-21T18:13:42.055Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-21T18:13:42.055Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:42.055Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-03-21T18:13:42.055Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2037637-6548-475f-9942-a62825f7fac3 2023-03-21T18:13:42.056Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.056Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:42.056Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.056Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:42.056Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.056Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:42.057Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:42.057Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:42.057Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-03-21 18-12-17 Description:catalog service description Model UUID:ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827 Model Version:NULL Model InvariantUuid:03a2dad9-3027-4955-9c2e-20881da4bf27 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW dc88363e-fe13 Model UUID:558af66f-eeab-41d5-9a6b-966eb7be2f9e Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:bbaa5b7a-3b02-46d0-af65-270544b75c8b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:af5398e5-2a62-4db5-8e94-6b238ad321ec NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:46284148-1e8b-4dc4-afb8-63f32d62dae0 ModelName:VfwDc88363eFe13..base_vfw..module-0 ModelUuid:1d68ac15-c21e-40d3-971f-60131c7cc636 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9d0c6422-a2e8-4c1f-b599-a19126ec16b1 ModelInvariantUuid:7ef04aa3-04f7-4bfe-b947-ec1072bfed48 ModelName:vFW dc88363e-fe13-nodes.vfwCvfc ModelUuid:db77732a-6498-428d-a528-0d0abc662533 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c1a1f3ea-bacb-40a3-9664-cbb3a23e3d03 ModelInvariantUuid:716d5fb8-803f-4afb-b5c1-5cfa8a9d9044 ModelName:VfwDc88363eFe13.compute.nodes.heat.vfw ModelUuid:d5e61e9b-3136-44a5-a5bb-099557ec278a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a686a09a-c742-4397-b227-8632e09d1708 ModelInvariantUuid:73a50b6b-9725-402e-bce3-2a972cc982ed ModelName:vFW dc88363e-fe13-nodes.vsnCvfc ModelUuid:8a45cec3-c543-433b-8748-a6ff7f867366 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:349dc461-f59e-48b6-99e9-fba31caa3d80 ModelInvariantUuid:7d903994-20f7-4b7f-8966-ad889861d946 ModelName:VfwDc88363eFe13.compute.nodes.heat.vsn ModelUuid:0ccf7b69-4342-447c-b3aa-e37d2a74df18 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b2037637-6548-475f-9942-a62825f7fac3 ModelInvariantUuid:42777eb9-1794-47e2-a543-76ec262239e7 ModelName:vFW dc88363e-fe13-nodes.vpgCvfc ModelUuid:2c4073ff-daa1-414d-b4a5-b35e47168c31 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:69033ef8-0596-490a-8aa8-a8db1cb56db1 ModelInvariantUuid:a5e6c758-e854-4f2f-9104-c2923e797ab3 ModelName:VfwDc88363eFe13.compute.nodes.heat.vpg ModelUuid:4c60d237-a390-4b59-ab3f-c26771c1d35b 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-21T18:13:42.076Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 74cad528-ba28-43fb-8e99-f18486f8a3f3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:13:42.123Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||vFW dc88363e-fe13 0 2023-03-21T18:13:42.128Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 74cad528-ba28-43fb-8e99-f18486f8a3f3 2023-03-21T18:13:42.128Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3baabc62-f34a-4e1b-9818-1e320bb7e314 from URL: /sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json 2023-03-21T18:13:42.128Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:13:42.128Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json 2023-03-21T18:13:42.230Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:13:42.231Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json 3baabc62-f34a-4e1b-9818-1e320bb7e314 785 2023-03-21T18:13:42.231Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json ASDC sendASDCNotification 2023-03-21T18:13:42.232Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json 2023-03-21T18:13:42.232Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:13:42.232Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:42.232Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:42.232Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422422231, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:43.234Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDc88363eFe13..base_vfw..module-0", "vfModuleModelInvariantUUID": "46284148-1e8b-4dc4-afb8-63f32d62dae0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1d68ac15-c21e-40d3-971f-60131c7cc636", "vfModuleModelCustomizationUUID": "2b804e7f-296e-4d53-845f-b5c38e7fa29e", "isBase": true, "artifacts": [ "a619b37b-e450-4e31-88c8-e4551791d612", "e17e5efc-5d63-4730-82fc-5be465dc1f42" ], "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-21T18:13:43.253Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDc88363eFe13..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1d68ac15-c21e-40d3-971f-60131c7cc636 VfModuleModelInvariantUUID:46284148-1e8b-4dc4-afb8-63f32d62dae0 VfModuleModelDescription:NULL Artifacts UUID List:{ a619b37b-e450-4e31-88c8-e4551791d612 , e17e5efc-5d63-4730-82fc-5be465dc1f42 } 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-21T18:13:43.255Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDc88363eFe13..base_vfw..module-0", "vfModuleModelInvariantUUID": "46284148-1e8b-4dc4-afb8-63f32d62dae0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1d68ac15-c21e-40d3-971f-60131c7cc636", "vfModuleModelCustomizationUUID": "2b804e7f-296e-4d53-845f-b5c38e7fa29e", "isBase": true, "artifacts": [ "a619b37b-e450-4e31-88c8-e4551791d612", "e17e5efc-5d63-4730-82fc-5be465dc1f42" ], "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-21T18:13:43.255Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDc88363eFe13..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1d68ac15-c21e-40d3-971f-60131c7cc636 VfModuleModelInvariantUUID:46284148-1e8b-4dc4-afb8-63f32d62dae0 VfModuleModelDescription:NULL Artifacts UUID List:{ a619b37b-e450-4e31-88c8-e4551791d612 , e17e5efc-5d63-4730-82fc-5be465dc1f42 } 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-21T18:13:43.255Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a619b37b-e450-4e31-88c8-e4551791d612 from URL: /sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml 2023-03-21T18:13:43.256Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:13:43.256Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml 2023-03-21T18:13:43.368Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:13:43.369Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml a619b37b-e450-4e31-88c8-e4551791d612 20368 2023-03-21T18:13:43.369Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-03-21T18:13:43.369Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml 2023-03-21T18:13:43.369Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:13:43.370Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:43.370Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:43.370Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422423369, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:44.371Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e17e5efc-5d63-4730-82fc-5be465dc1f42 from URL: /sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env 2023-03-21T18:13:44.372Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:13:44.372Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env 2023-03-21T18:13:44.475Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:13:44.475Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env e17e5efc-5d63-4730-82fc-5be465dc1f42 2098 2023-03-21T18:13:44.475Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env ASDC sendASDCNotification 2023-03-21T18:13:44.476Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env 2023-03-21T18:13:44.476Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:13:44.476Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:44.476Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:44.476Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422424475, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:45.477Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827 2023-03-21T18:13:45.477Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dc88363e-fe13 0 74cad528-ba28-43fb-8e99-f18486f8a3f3 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-21T18:13:45.508Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@584019e9, org.onap.sdc.toscaparser.api.parameters.Input@643daf65, org.onap.sdc.toscaparser.api.parameters.Input@f1cc0fc, org.onap.sdc.toscaparser.api.parameters.Input@78738f69, org.onap.sdc.toscaparser.api.parameters.Input@20a45edf] 2023-03-21T18:13:45.511Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.511Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:45.511Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-03-21T18:13:45.511Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= af5398e5-2a62-4db5-8e94-6b238ad321ec 2023-03-21T18:13:45.511Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af5398e5-2a62-4db5-8e94-6b238ad321ec matches Tosca VF Customization UUID: af5398e5-2a62-4db5-8e94-6b238ad321ec 2023-03-21T18:13:45.511Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: af5398e5-2a62-4db5-8e94-6b238ad321ec 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-21T18:13:45.516Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.516Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:45.517Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id af5398e5-2a62-4db5-8e94-6b238ad321ec: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-03-21T18:13:45.517Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e63597d 2023-03-21T18:13:45.517Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.517Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T18:13:45.518Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2b804e7f-296e-4d53-845f-b5c38e7fa29e 2023-03-21T18:13:45.519Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2b804e7f-296e-4d53-845f-b5c38e7fa29e 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-21T18:13:45.523Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.523Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is matching search criteria 2023-03-21T18:13:45.524Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dc88363e-fe13 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:13:45.524Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.524Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is matching search criteria 2023-03-21T18:13:45.524Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dc88363e-fe13 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:13:45.524Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.525Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is not matching search criteria 2023-03-21T18:13:45.525Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T18:13:45.525Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-03-21T18:13:45.525Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T18:13:45.525Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-21T18:13:45.525Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-21T18:13:45.525Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-21T18:13:45.525Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:45.525Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-21T18:13:45.525Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:45.525Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-21T18:13:45.525Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T18:13:45.525Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9d0c6422-a2e8-4c1f-b599-a19126ec16b1 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-21T18:13:45.531Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.531Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is matching search criteria 2023-03-21T18:13:45.531Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dc88363e-fe13 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:13:45.531Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.531Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is not matching search criteria 2023-03-21T18:13:45.531Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T18:13:45.531Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-21T18:13:45.531Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-21T18:13:45.531Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:45.531Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-21T18:13:45.532Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T18:13:45.532Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T18:13:45.532Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-03-21T18:13:45.532Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-21T18:13:45.532Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:45.532Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-21T18:13:45.532Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T18:13:45.532Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a686a09a-c742-4397-b227-8632e09d1708 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-21T18:13:45.534Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.534Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is matching search criteria 2023-03-21T18:13:45.534Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dc88363e-fe13 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:13:45.536Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.536Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is not matching search criteria 2023-03-21T18:13:45.536Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-21T18:13:45.536Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-21T18:13:45.537Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-21T18:13:45.537Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:45.537Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-21T18:13:45.537Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-21T18:13:45.537Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-21T18:13:45.537Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-21T18:13:45.537Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-21T18:13:45.537Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-21T18:13:45.537Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-21T18:13:45.537Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-03-21T18:13:45.537Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2037637-6548-475f-9942-a62825f7fac3 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-21T18:13:45.540Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.540Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is matching search criteria 2023-03-21T18:13:45.540Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dc88363e-fe13 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:13:45.540Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.541Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Node template vFW dc88363e-fe13 0 is matching search criteria 2023-03-21T18:13:45.541Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW dc88363e-fe13 0] matching following query criteria: sdcType=VF, customizationUUID=af5398e5-2a62-4db5-8e94-6b238ad321ec Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:13:45.543Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.543Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:45.543Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827: vFW dc88363e-fe13 2023-03-21T18:13:45.543Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.543Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:45.543Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.543Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:45.543Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.543Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:45.543Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.543Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:45.544Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:13:45.544Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-03-21 18-12-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:13:45.544Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-03-21 18-12-17 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-21T18:13:45.867Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dc88363e-fe13 74cad528-ba28-43fb-8e99-f18486f8a3f3 1 ASDC deployResourceStructure 2023-03-21T18:13:45.867Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json ASDC sendASDCNotification 2023-03-21T18:13:45.868Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json 2023-03-21T18:13:45.868Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T18:13:45.868Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:45.868Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:45.868Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422425867, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:46.869Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-03-21T18:13:46.869Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml 2023-03-21T18:13:46.869Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T18:13:46.870Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:46.870Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:46.870Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422426869, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:47.871Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env ASDC sendASDCNotification 2023-03-21T18:13:47.871Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env 2023-03-21T18:13:47.871Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T18:13:47.871Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:47.871Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:47.871Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422427871, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:48.872Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar ASDC sendASDCNotification 2023-03-21T18:13:48.873Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar 2023-03-21T18:13:48.873Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T18:13:48.873Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:13:48.873Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:13:48.873Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422428872, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:13:49.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:13:49.174Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "cds-sdc-listener", "timestamp": 1679422384786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:13:49.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:13:49.875Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb758183-93a4-4408-bb7d-600d28885488 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:13:49.909Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb758183-93a4-4408-bb7d-600d28885488 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:13:49.912Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:13:49.912Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:13:49.912Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:14:19.913Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb758183-93a4-4408-bb7d-600d28885488 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:14:19.935Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb758183-93a4-4408-bb7d-600d28885488 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:14:19.938Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:14:19.939Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:14:19.939Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:14:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:14:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "multicloud-k8s", "timestamp": 1679422409391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "policy-distribution-id", "timestamp": 1679422394089, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "ves-openapi-manager", "timestamp": 1679422409198, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422404451, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "policy-distribution-id", "timestamp": 1679422394089, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "multicloud-k8s", "timestamp": 1679422409391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "NOTIFIED" } 2023-03-21T18:14:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "aai-model-loader", "timestamp": 1679422401160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "ves-openapi-manager", "timestamp": 1679422409198, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "NOTIFIED" } 2023-03-21T18:14:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "cds-sdc-listener", "timestamp": 1679422384786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422404451, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "policy-distribution-id", "timestamp": 1679422394089, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-03-21T18:14:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "multicloud-k8s", "timestamp": 1679422409391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-03-21T18:14:49.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.186Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "ves-openapi-manager", "timestamp": 1679422409198, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.187Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-03-21T18:14:49.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.187Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "aai-model-loader", "timestamp": 1679422401160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.187Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "cds-sdc-listener", "timestamp": 1679422384786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.188Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422404451, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.188Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "policy-distribution-id", "timestamp": 1679422394089, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.188Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "ves-openapi-manager", "timestamp": 1679422409198, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "multicloud-k8s", "timestamp": 1679422409391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "aai-model-loader", "timestamp": 1679422401160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "cds-sdc-listener", "timestamp": 1679422384786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422404451, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "policy-distribution-id", "timestamp": 1679422394089, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.189Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "ves-openapi-manager", "timestamp": 1679422409198, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "multicloud-k8s", "timestamp": 1679422409391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "aai-model-loader", "timestamp": 1679422401160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "cds-sdc-listener", "timestamp": 1679422384786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422404451, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "policy-distribution-id", "timestamp": 1679422394089, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.190Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "ves-openapi-manager", "timestamp": 1679422409198, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "aai-model-loader", "timestamp": 1679422401160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "multicloud-k8s", "timestamp": 1679422409391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "cds-sdc-listener", "timestamp": 1679422384786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422404451, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "policy-distribution-id", "timestamp": 1679422394089, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.191Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "multicloud-k8s", "timestamp": 1679422409391, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "ves-openapi-manager", "timestamp": 1679422409198, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422369532, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "aai-model-loader", "timestamp": 1679422401160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "cds-sdc-listener", "timestamp": 1679422384786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422404451, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "aai-model-loader", "timestamp": 1679422417375, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.192Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "cds-sdc-listener", "timestamp": 1679422417481, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "policy-distribution-id", "timestamp": 1679422416968, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "multicloud-k8s", "timestamp": 1679422417691, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422418473, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422417333, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "policy-distribution-id", "timestamp": 1679422417986, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.194Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "multicloud-k8s", "timestamp": 1679422418834, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T18:14:49.194Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.194Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.194Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "policy-distribution-id", "timestamp": 1679422418989, "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-21T18:14:49.207Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb758183-93a4-4408-bb7d-600d28885488 2023-03-21T18:14:49.208Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb758183-93a4-4408-bb7d-600d28885488 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-21T18:14:49.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "multicloud-k8s", "timestamp": 1679422419938, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-03-21T18:14:49.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.223Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "multicloud-k8s", "timestamp": 1679422421072, "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-21T18:14:49.232Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb758183-93a4-4408-bb7d-600d28885488 2023-03-21T18:14:49.232Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb758183-93a4-4408-bb7d-600d28885488 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-21T18:14:49.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.243Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422422231, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T18:14:49.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.243Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "multicloud-k8s", "timestamp": 1679422422074, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "DEPLOY_OK" } 2023-03-21T18:14:49.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.243Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422423369, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T18:14:49.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.243Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422421775, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:14:49.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.243Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422422781, "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-21T18:14:49.251Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb758183-93a4-4408-bb7d-600d28885488 2023-03-21T18:14:49.251Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb758183-93a4-4408-bb7d-600d28885488 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-21T18:14:49.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.263Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422424475, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-03-21T18:14:49.263Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.263Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422425867, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/vfwdc88363efe130_modules.json", "status": "DEPLOY_OK" } 2023-03-21T18:14:49.263Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.263Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422426869, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-03-21T18:14:49.263Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.263Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.263Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422427871, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/resourceInstances/vfwdc88363efe130/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-03-21T18:14:49.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.264Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422428872, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:14:49.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.264Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:14:49.264Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "aai-model-loader", "timestamp": 1679422428179, "artifactURL": "/sdc/v1/catalog/services/Vfw20230321181217/1.0/artifacts/service-Vfw20230321181217-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:14:49.264Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:14:49.939Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb758183-93a4-4408-bb7d-600d28885488 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:14:49.954Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb758183-93a4-4408-bb7d-600d28885488 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:14:49.957Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:14:49.957Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:14:49.957Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:15:19.958Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb758183-93a4-4408-bb7d-600d28885488 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:15:19.978Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb758183-93a4-4408-bb7d-600d28885488 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:15:19.984Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:15:19.984Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:15:19.985Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:15:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:15:49.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.175Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "aai-model-loader", "timestamp": 1679422429184, "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-21T18:15:49.188Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb758183-93a4-4408-bb7d-600d28885488 2023-03-21T18:15:49.188Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb758183-93a4-4408-bb7d-600d28885488 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-21T18:15:49.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "ves-openapi-manager", "timestamp": 1679422428355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "aai-model-loader", "timestamp": 1679422431160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "multicloud-k8s", "timestamp": 1679422423078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "policy-distribution-id", "timestamp": 1679422419990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "cds-sdc-listener", "timestamp": 1679422418491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422434451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "policy-distribution-id", "timestamp": 1679422419990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "ves-openapi-manager", "timestamp": 1679422428355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.201Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "aai-model-loader", "timestamp": 1679422431160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "cds-sdc-listener", "timestamp": 1679422418491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "multicloud-k8s", "timestamp": 1679422423078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422434451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "ves-openapi-manager", "timestamp": 1679422428355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "aai-model-loader", "timestamp": 1679422431160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "cds-sdc-listener", "timestamp": 1679422418491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "policy-distribution-id", "timestamp": 1679422419990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.202Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "multicloud-k8s", "timestamp": 1679422423078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422434451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "policy-distribution-id", "timestamp": 1679422419990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "ves-openapi-manager", "timestamp": 1679422428355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "multicloud-k8s", "timestamp": 1679422423078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "cds-sdc-listener", "timestamp": 1679422418491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "aai-model-loader", "timestamp": 1679422431160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422434451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "policy-distribution-id", "timestamp": 1679422419990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "ves-openapi-manager", "timestamp": 1679422428355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "multicloud-k8s", "timestamp": 1679422423078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.203Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "aai-model-loader", "timestamp": 1679422431160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "cds-sdc-listener", "timestamp": 1679422418491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422434451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "policy-distribution-id", "timestamp": 1679422419990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "ves-openapi-manager", "timestamp": 1679422428355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "multicloud-k8s", "timestamp": 1679422423078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "aai-model-loader", "timestamp": 1679422431160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "cds-sdc-listener", "timestamp": 1679422418491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422434451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "policy-distribution-id", "timestamp": 1679422419990, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "ves-openapi-manager", "timestamp": 1679422428355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:15:49.204Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "aai-model-loader", "timestamp": 1679422431160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "multicloud-k8s", "timestamp": 1679422423078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "cds-sdc-listener", "timestamp": 1679422418491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422434451, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "multicloud-k8s", "timestamp": 1679422447037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "aai-model-loader", "timestamp": 1679422446761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "cds-sdc-listener", "timestamp": 1679422446847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "policy-distribution-id", "timestamp": 1679422446335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422446816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "policy-distribution-id", "timestamp": 1679422447338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:15:49.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.206Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "multicloud-k8s", "timestamp": 1679422448123, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_ERROR", "errorReason": "Failed to download artifact with name: base_ubuntu18.yaml due to: Specified artifact is not found" } 2023-03-21T18:15:49.206Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.206Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "policy-distribution-id", "timestamp": 1679422448339, "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-21T18:15:49.228Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 643bc0dd-331c-4d62-a101-500bfa4e7986 2023-03-21T18:15:49.228Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 643bc0dd-331c-4d62-a101-500bfa4e7986 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-21T18:15:49.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.240Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "multicloud-k8s", "timestamp": 1679422449126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_ERROR", "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: base_ubuntu18.yaml due to: Specified artifact is not found" } 2023-03-21T18:15:49.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.241Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422448993, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:15:49.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.241Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "multicloud-k8s", "timestamp": 1679422450172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_ERROR", "errorReason": "Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is not found" } 2023-03-21T18:15:49.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.241Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679422449996, "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-21T18:15:49.251Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 643bc0dd-331c-4d62-a101-500bfa4e7986 2023-03-21T18:15:49.251Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 643bc0dd-331c-4d62-a101-500bfa4e7986 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-21T18:15:49.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.277Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "multicloud-k8s", "timestamp": 1679422451175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "DEPLOY_ERROR", "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is not found" } 2023-03-21T18:15:49.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.278Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "aai-model-loader", "timestamp": 1679422451900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:15:49.278Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:15:49.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.278Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "multicloud-k8s", "timestamp": 1679422452230, "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-21T18:15:49.296Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 643bc0dd-331c-4d62-a101-500bfa4e7986 2023-03-21T18:15:49.296Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 643bc0dd-331c-4d62-a101-500bfa4e7986 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-21T18:15:49.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:15:49.307Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "aai-model-loader", "timestamp": 1679422452902, "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-21T18:15:49.310Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 643bc0dd-331c-4d62-a101-500bfa4e7986 2023-03-21T18:15:49.310Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 643bc0dd-331c-4d62-a101-500bfa4e7986 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-21T18:15:49.985Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb758183-93a4-4408-bb7d-600d28885488 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:15:49.995Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb758183-93a4-4408-bb7d-600d28885488 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:15:49.999Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:15:49.999Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T18:15:49.999Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T18:15:49.999Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T18:15:49.999Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:15:50.000Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:15:50.000Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:15:50.000Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:15:50.000Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T18:15:50.006Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T18:16:20.007Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb758183-93a4-4408-bb7d-600d28885488 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:16:20.018Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb758183-93a4-4408-bb7d-600d28885488 and serviceModelVersionId: ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827 2023-03-21T18:16:20.019Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03a2dad9-3027-4955-9c2e-20881da4bf27 2023-03-21T18:16:31.117Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03a2dad9-3027-4955-9c2e-20881da4bf27/model-vers/model-ver/ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827?depth=0 2023-03-21T18:16:31.208Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:16:31.637Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03a2dad9-3027-4955-9c2e-20881da4bf27/model-vers/model-ver/ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T18:16:31.642Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03a2dad9-3027-4955-9c2e-20881da4bf27/model-vers/model-ver/ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827?depth=0|INFO|500||Invoke 2023-03-21T18:16:31.660Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03a2dad9-3027-4955-9c2e-20881da4bf27/model-vers/model-ver/ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T18:16:31.918Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03a2dad9-3027-4955-9c2e-20881da4bf27/model-vers/model-ver/ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827?depth=0|INFO|500||InvokeReturn 2023-03-21T18:16:31.920Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03a2dad9-3027-4955-9c2e-20881da4bf27/model-vers/model-ver/ad8de2e9-7d2a-4ff1-b12d-5b7ec4fd1827?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:16:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[233], vertex-id=[180360], x-aai-txid=[1-aai-resources-230321-18:16:30:664-83694], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:16:31.920Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:16:31.926Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:16:31.927Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:16:31.937Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:16:31.938Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb758183-93a4-4408-bb7d-600d28885488 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T18:16:31.940Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T18:16:31.940Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:16:31.940Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:16:31.941Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422591938, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:16:32.961Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:16:32.967Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:16:32.968Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:16:32.969Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:16:32.970Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:16:32.970Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:16:32.970Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:16:33.971Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:16:33.971Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:16:33.971Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:16:33.972Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:16:34.972Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:16:34.973Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:16:34.973Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:16:34.973Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:16:35.974Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:16:35.976Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:16:35.976Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:16:35.976Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:16:36.977Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:16:36.978Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:16:36.978Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:16:36.978Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:16:37.979Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:16:37.980Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:16:37.980Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:16:37.980Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:16:38.981Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:16:38.982Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:16:38.982Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:16:38.982Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:16:39.984Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T18:16:39.985Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:16:39.986Z|cb758183-93a4-4408-bb7d-600d28885488|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T18:16:39.986Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T18:16:39.986Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T18:16:40.036Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:16:40.036Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:16:40.037Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:16:40.037Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:16:40.037Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:16:40.037Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:16:40.100Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:16:40.101Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2bc7647d 2023-03-21T18:16:40.101Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:16:40.101Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:16:40.101Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:16:40.105Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T18:16:40.105Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T18:16:40.105Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:16:40.106Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:16:40.106Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:16:40.106Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422600101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:16:41.123Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T18:16:41.133Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:16:41.133Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:16:41.137Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T18:16:41.137Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T18:16:41.138Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:16:41.138Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:16:41.139Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:16:41.158Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:16:41.158Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30e92e8d 2023-03-21T18:16:41.158Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:16:41.158Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:16:41.158Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:16:41.159Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T18:16:41.159Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T18:16:41.159Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:16:41.159Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:16:41.159Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:16:41.159Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422601159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:16:42.160Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T18:16:42.161Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:16:42.174Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:16:42.178Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:16:42.178Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:16:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:16:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:16:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "cb758183-93a4-4408-bb7d-600d28885488", "consumerID": "SO-sdc-controller", "timestamp": 1679422591938, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T18:16:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:16:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:16:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:16:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:16:49.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:16:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422592961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:16:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:16:49.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:16:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422600101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:16:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:16:49.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:16:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422601159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:16:49.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:17:12.178Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:17:12.196Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:17:12.199Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:17:12.199Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:17:42.200Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:17:42.214Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:17:42.217Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:17:42.217Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:17:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:18:12.218Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:18:12.231Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:18:12.235Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:18:12.235Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:18:42.237Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:18:42.248Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:18:42.254Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:18:42.254Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:18:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:19:12.255Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:19:12.273Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:19:12.284Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:19:12.284Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:19:42.284Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:19:42.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:19:42.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:19:42.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:19:49.174Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:20:12.306Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:20:12.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:20:12.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:20:12.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:20:42.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:20:42.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:20:42.368Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:20:42.368Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:20:49.175Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:21:12.368Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:21:12.390Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:21:12.395Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:21:12.395Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:21:33.011Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:21:33.011Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-496e2b09-af76-4fa4-85a9-4f3813ec32a0 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-21T18:21:33.013Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T18:21:33.013Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T18:21:34.762Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:21:34.775Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:21:34.776Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T18:21:34.787Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:21:34.787Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T18:21:34.798Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:21:34.799Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T18:21:34.800Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:21:34.803Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:21:34.803Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:21:34.803Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:21:34.803Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=140, offsetEpoch=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-21T18:21:34.804Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:21:34.804Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:21:42.395Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T18:21:42.396Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:21:42.403Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T18:21:42.403Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T18:21:42.404Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T18:21:42.413Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:21:42.462Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T18:21:42.463Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T18:21:42.477Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T18:21:42.660Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T18:21:42.661Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:21:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[171], vertex-id=[196672], x-aai-txid=[1-aai-resources-230321-18:21:41:477-35014], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:21:42.662Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:21:42.662Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:21:42.662Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:21:42.671Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:21:42.671Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T18:21:42.671Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T18:21:42.672Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:21:42.672Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:21:42.672Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422902671, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:21:42.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:21:42.691Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422902671, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T18:21:42.692Z||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-21T18:21:43.694Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:21:43.694Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T18:21:43.695Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:21:43.695Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:21:43.695Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:21:43.696Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T18:21:43.698Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-8d2789da-8749-4ec1-8c6e-c3a73a644d00 2023-03-21T18:21:43.698Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:21:43.699Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:21:43.699Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T18:21:43.896Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:21:46.903Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:21:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:21:49.186Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:21:49.186Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T18:21:49.192Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:21:49.192Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-8d2789da-8749-4ec1-8c6e-c3a73a644d00', protocol='range'} 2023-03-21T18:21:49.198Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-8d2789da-8749-4ec1-8c6e-c3a73a644d00=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T18:21:49.213Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:21:49.213Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-8d2789da-8749-4ec1-8c6e-c3a73a644d00', protocol='range'} 2023-03-21T18:21:49.213Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T18:21:49.213Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:21:49.213Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:21:49.214Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:21:49.217Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:21:49.217Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:21:49.217Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:21:49.217Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:21:49.217Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:21:49.218Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:21:49.218Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=141, offsetEpoch=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-21T18:21:49.218Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:21:49.218Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:21:49.218Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:21:49.218Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:21:49.218Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:21:50.232Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:21:50.233Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:21:50.235Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:21:50.236Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:21:50.236Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:21:50.236Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:21:50.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:21:50.256Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:21:50.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:21:51.237Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:21:51.238Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:21:51.238Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:21:51.238Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:21:52.240Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:21:52.240Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:21:52.241Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:21:52.241Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:21:53.242Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:21:53.243Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:21:53.243Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:21:53.243Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:21:54.244Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:21:54.245Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:21:54.245Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:21:54.245Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:21:55.247Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:21:55.247Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:21:55.247Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:21:55.248Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:21:56.248Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:21:56.249Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:21:56.249Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:21:56.249Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:21:57.250Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T18:21:57.250Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:21:57.250Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T18:21:57.251Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T18:21:57.251Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:21:57.304Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:21:57.304Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:21:57.304Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:21:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:21:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:21:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:21:57.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:21:57.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@25799394 2023-03-21T18:21:57.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:21:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:21:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:21:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T18:21:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T18:21:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:21:57.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:21:57.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:21:57.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422917335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:21:58.337Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T18:21:58.352Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:21:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:21:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T18:21:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T18:21:58.359Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:21:58.359Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:21:58.359Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:21:58.377Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:21:58.377Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@654374b7 2023-03-21T18:21:58.377Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:21:58.377Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:21:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:21:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T18:21:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T18:21:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:21:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:21:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:21:58.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422918378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:21:59.380Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T18:21:59.380Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:21:59.404Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:21:59.409Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:21:59.410Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:22:29.410Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:22:29.443Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:22:29.450Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:22:29.450Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:22:49.172Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:22:49.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T18:22:49.184Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T18:22:49.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:22:49.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T18:22:49.185Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T18:22:49.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:22:49.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T18:22:49.185Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:22:49.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:22:49.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T18:22:49.185Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T18:22:49.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:22:49.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T18:22:49.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:22:49.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:22:49.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T18:22:49.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422903694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:22:49.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:22:49.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T18:22:49.186Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422917335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:22:49.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:22:49.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T18:22:49.188Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679422918378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:22:49.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:22:59.451Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:22:59.478Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:22:59.483Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:22:59.483Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:23:29.484Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:23:29.507Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:23:29.512Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:23:29.512Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:23:49.172Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:23:59.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:23:59.537Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:23:59.543Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:23:59.543Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:24:29.543Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:24:29.574Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:24:29.580Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:24:29.580Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:24:49.172Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:24:59.522Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Node 0 disconnected. 2023-03-21T18:24:59.580Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:24:59.602Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:24:59.605Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:24:59.605Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:25:29.606Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:25:29.628Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:25:29.633Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:25:29.633Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:25:49.174Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:25:59.633Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:25:59.659Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:25:59.663Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:25:59.663Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:26:29.664Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:26:29.690Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:26:29.694Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:26:29.695Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:26:49.175Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:26:50.268Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:26:50.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-8d2789da-8749-4ec1-8c6e-c3a73a644d00 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-21T18:26:50.270Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T18:26:50.270Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T18:26:52.631Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:26:52.642Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:26:52.642Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T18:26:52.647Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:26:52.647Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T18:26:52.657Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:26:52.658Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T18:26:52.658Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:26:52.660Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:26:52.660Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:26:52.660Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:26:52.660Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=150, offsetEpoch=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-21T18:26:52.660Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:26:52.660Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:26:59.695Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T18:26:59.695Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:26:59.705Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T18:26:59.706Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T18:26:59.706Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T18:26:59.710Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:26:59.736Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T18:26:59.737Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[091f7303-06d1-448f-982a-23de510e604a], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T18:26:59.742Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T18:26:59.924Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:26:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[178], vertex-id=[196672], x-aai-txid=[1-aai-resources-230321-18:26:58:739-52964], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:26:59.924Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:26:59.924Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T18:26:59.925Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:26:59.925Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:26:59.936Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:26:59.936Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T18:26:59.936Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T18:26:59.936Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:26:59.937Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:26:59.937Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423219936, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:26:59.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:26:59.954Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423219936, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T18:26:59.954Z||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-21T18:27:00.968Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:27:00.969Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T18:27:00.969Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:27:00.969Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:27:00.970Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:27:00.970Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T18:27:00.973Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-73b97ceb-9fbe-4002-851e-6aa9552f016d 2023-03-21T18:27:00.973Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:27:00.973Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:27:00.973Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T18:27:01.822Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:04.830Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:07.841Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:10.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:13.858Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:16.866Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:19.874Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:22.885Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:25.894Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:28.901Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:31.909Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:34.919Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:37.928Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:40.940Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:43.950Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:46.958Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:27:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:27:49.184Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:27:49.185Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T18:27:49.188Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:27:49.188Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-73b97ceb-9fbe-4002-851e-6aa9552f016d', protocol='range'} 2023-03-21T18:27:49.193Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-73b97ceb-9fbe-4002-851e-6aa9552f016d=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T18:27:49.206Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:27:49.206Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-73b97ceb-9fbe-4002-851e-6aa9552f016d', protocol='range'} 2023-03-21T18:27:49.207Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T18:27:49.207Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:27:49.207Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:27:49.207Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:27:49.209Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:27:49.210Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:27:49.210Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:27:49.210Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=151, offsetEpoch=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-21T18:27:49.210Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:27:49.210Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:27:49.210Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:27:49.211Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:27:49.212Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:27:49.212Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:27:49.212Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:27:49.212Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:27:50.223Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.224Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:27:50.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "aai-model-loader", "timestamp": 1679423211160, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:27:50.226Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:27:50.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "ves-openapi-manager", "timestamp": 1679423208383, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:27:50.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "multicloud-k8s", "timestamp": 1679423203254, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:27:50.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.228Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "cds-sdc-listener", "timestamp": 1679423167859, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:27:50.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.228Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "policy-distribution-id", "timestamp": 1679423199362, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:27:50.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.228Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423214450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:27:50.228Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:27:50.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.228Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:27:50.228Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "aai-model-loader", "timestamp": 1679423211160, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:27:50.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.229Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "ves-openapi-manager", "timestamp": 1679423208383, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:27:50.229Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:27:50.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.229Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "multicloud-k8s", "timestamp": 1679423203254, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:27:50.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.229Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "policy-distribution-id", "timestamp": 1679423199362, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:27:50.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.230Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "cds-sdc-listener", "timestamp": 1679423167859, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:27:50.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.230Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423214450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:27:50.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.230Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "cds-sdc-listener", "timestamp": 1679423226139, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:27:50.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.230Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "aai-model-loader", "timestamp": 1679423226056, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:27:50.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "policy-distribution-id", "timestamp": 1679423225630, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:27:50.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423225988, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:27:50.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "policy-distribution-id", "timestamp": 1679423226633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:27:50.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.232Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "policy-distribution-id", "timestamp": 1679423227634, "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-21T18:27:50.278Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3996a48b-3737-4361-bb54-e6896ebd2dd6 2023-03-21T18:27:50.278Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3996a48b-3737-4361-bb54-e6896ebd2dd6 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-21T18:27:50.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.300Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423227530, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:27:50.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.301Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "aai-model-loader", "timestamp": 1679423228815, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:27:50.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:27:50.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.301Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423228534, "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-21T18:27:50.315Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3996a48b-3737-4361-bb54-e6896ebd2dd6 2023-03-21T18:27:50.315Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3996a48b-3737-4361-bb54-e6896ebd2dd6 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-21T18:27:50.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:27:50.339Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "aai-model-loader", "timestamp": 1679423229817, "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-21T18:27:50.353Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3996a48b-3737-4361-bb54-e6896ebd2dd6 2023-03-21T18:27:50.353Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3996a48b-3737-4361-bb54-e6896ebd2dd6 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-21T18:27:51.231Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:27:51.231Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:27:51.231Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:27:51.232Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:27:52.233Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:27:52.233Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:27:52.233Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:27:52.233Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:27:53.235Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:27:53.235Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:27:53.236Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:27:53.236Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:27:54.236Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:27:54.237Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:27:54.237Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:27:54.237Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:27:55.238Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:27:55.238Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:27:55.238Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:27:55.239Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:27:56.240Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:27:56.240Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:27:56.240Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:27:56.240Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:27:57.241Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T18:27:57.242Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:27:57.242Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T18:27:57.242Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T18:27:57.242Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:27:57.281Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:27:57.281Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:27:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:27:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:27:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:27:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:27:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:27:57.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@52213f25 2023-03-21T18:27:57.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:27:57.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:27:57.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:27:57.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T18:27:57.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T18:27:57.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:27:57.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:27:57.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:27:57.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423277308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:27:58.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T18:27:58.327Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:27:58.327Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:27:58.332Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T18:27:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T18:27:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:27:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:27:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:27:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:27:58.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5a06471a 2023-03-21T18:27:58.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:27:58.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:27:58.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:27:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T18:27:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T18:27:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:27:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:27:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:27:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423278355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:27:59.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T18:27:59.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:27:59.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:27:59.383Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:27:59.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:28:29.390Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:28:29.445Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:28:29.454Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:28:29.454Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:28:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:28:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:28:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:28:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:28:59.455Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:28:59.481Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:28:59.485Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:28:59.485Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:29:29.485Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:29:29.512Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:29:29.518Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:29:29.518Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:29:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:29:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T18:29:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423277308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423278355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "multicloud-k8s", "timestamp": 1679423286154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "ves-openapi-manager", "timestamp": 1679423288357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "policy-distribution-id", "timestamp": 1679423288638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "cds-sdc-listener", "timestamp": 1679423287151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "aai-model-loader", "timestamp": 1679423301160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "ves-openapi-manager", "timestamp": 1679423288357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "multicloud-k8s", "timestamp": 1679423286154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "cds-sdc-listener", "timestamp": 1679423287151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "policy-distribution-id", "timestamp": 1679423288638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "aai-model-loader", "timestamp": 1679423301160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "ves-openapi-manager", "timestamp": 1679423288357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "cds-sdc-listener", "timestamp": 1679423287151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "policy-distribution-id", "timestamp": 1679423288638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "multicloud-k8s", "timestamp": 1679423286154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T18:29:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "aai-model-loader", "timestamp": 1679423301160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "cds-sdc-listener", "timestamp": 1679423287151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "ves-openapi-manager", "timestamp": 1679423288357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "policy-distribution-id", "timestamp": 1679423288638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "multicloud-k8s", "timestamp": 1679423286154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "aai-model-loader", "timestamp": 1679423301160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "ves-openapi-manager", "timestamp": 1679423288357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "cds-sdc-listener", "timestamp": 1679423287151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "policy-distribution-id", "timestamp": 1679423288638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "multicloud-k8s", "timestamp": 1679423286154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "aai-model-loader", "timestamp": 1679423301160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "cds-sdc-listener", "timestamp": 1679423287151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "ves-openapi-manager", "timestamp": 1679423288357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "policy-distribution-id", "timestamp": 1679423288638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "multicloud-k8s", "timestamp": 1679423286154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423304450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "aai-model-loader", "timestamp": 1679423301160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "cds-sdc-listener", "timestamp": 1679423287151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "ves-openapi-manager", "timestamp": 1679423288357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "policy-distribution-id", "timestamp": 1679423288638, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "multicloud-k8s", "timestamp": 1679423286154, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.188Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423304450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "aai-model-loader", "timestamp": 1679423301160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "multicloud-k8s", "timestamp": 1679423307851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "cds-sdc-listener", "timestamp": 1679423307659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "policy-distribution-id", "timestamp": 1679423307142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423304450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "aai-model-loader", "timestamp": 1679423308284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "policy-distribution-id", "timestamp": 1679423308145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "ves-openapi-manager", "timestamp": 1679423308355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "cds-sdc-listener", "timestamp": 1679423308661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.190Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "multicloud-k8s", "timestamp": 1679423308956, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T18:29:49.191Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.191Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423304450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.191Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.191Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "policy-distribution-id", "timestamp": 1679423309147, "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-21T18:29:49.229Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9c5b6b1-766a-4ced-afee-030d481839ea 2023-03-21T18:29:49.229Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9c5b6b1-766a-4ced-afee-030d481839ea 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-21T18:29:49.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "ves-openapi-manager", "timestamp": 1679423308355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "cds-sdc-listener", "timestamp": 1679423308661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "multicloud-k8s", "timestamp": 1679423310041, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423304450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "ves-openapi-manager", "timestamp": 1679423308355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.247Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.248Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "cds-sdc-listener", "timestamp": 1679423308661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.248Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.248Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "policy-distribution-id", "timestamp": 1679423310148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.248Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.248Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "multicloud-k8s", "timestamp": 1679423311089, "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-21T18:29:49.259Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9c5b6b1-766a-4ced-afee-030d481839ea 2023-03-21T18:29:49.260Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9c5b6b1-766a-4ced-afee-030d481839ea 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-21T18:29:49.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423304450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.274Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "ves-openapi-manager", "timestamp": 1679423308355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "cds-sdc-listener", "timestamp": 1679423308661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "policy-distribution-id", "timestamp": 1679423310148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "multicloud-k8s", "timestamp": 1679423312091, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423304450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "ves-openapi-manager", "timestamp": 1679423308355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "cds-sdc-listener", "timestamp": 1679423308661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "policy-distribution-id", "timestamp": 1679423310148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "multicloud-k8s", "timestamp": 1679423313094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423312239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "aai-model-loader", "timestamp": 1679423313232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "ves-openapi-manager", "timestamp": 1679423308355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.276Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "policy-distribution-id", "timestamp": 1679423310148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.277Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "cds-sdc-listener", "timestamp": 1679423308661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.277Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "multicloud-k8s", "timestamp": 1679423313094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.277Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.277Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "aai-model-loader", "timestamp": 1679423314234, "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-21T18:29:49.287Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9c5b6b1-766a-4ced-afee-030d481839ea 2023-03-21T18:29:49.287Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9c5b6b1-766a-4ced-afee-030d481839ea 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-21T18:29:49.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.304Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "ves-openapi-manager", "timestamp": 1679423308355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.305Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "policy-distribution-id", "timestamp": 1679423310148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.305Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "cds-sdc-listener", "timestamp": 1679423308661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.305Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "multicloud-k8s", "timestamp": 1679423313094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.306Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423314350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:29:49.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.306Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "ves-openapi-manager", "timestamp": 1679423308355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.306Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "policy-distribution-id", "timestamp": 1679423310148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.307Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "cds-sdc-listener", "timestamp": 1679423308661, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:29:49.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.307Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "multicloud-k8s", "timestamp": 1679423313094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.307Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423315354, "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-21T18:29:49.319Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9c5b6b1-766a-4ced-afee-030d481839ea 2023-03-21T18:29:49.319Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9c5b6b1-766a-4ced-afee-030d481839ea 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-21T18:29:49.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.337Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "policy-distribution-id", "timestamp": 1679423310148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.337Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.337Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "cds-sdc-listener", "timestamp": 1679423316806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "multicloud-k8s", "timestamp": 1679423313094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "policy-distribution-id", "timestamp": 1679423310148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "multicloud-k8s", "timestamp": 1679423313094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "policy-distribution-id", "timestamp": 1679423318267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "multicloud-k8s", "timestamp": 1679423313094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "policy-distribution-id", "timestamp": 1679423319270, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "multicloud-k8s", "timestamp": 1679423313094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:29:49.338Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "policy-distribution-id", "timestamp": 1679423320271, "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-21T18:29:49.368Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17941763-036d-4888-a88c-4572990b6d2d 2023-03-21T18:29:49.368Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17941763-036d-4888-a88c-4572990b6d2d 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-21T18:29:59.518Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:29:59.541Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:29:59.546Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:29:59.546Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:30:29.547Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:30:29.567Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:30:29.571Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:30:29.571Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:30:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:30:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "aai-model-loader", "timestamp": 1679423331160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "aai-model-loader", "timestamp": 1679423331160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "aai-model-loader", "timestamp": 1679423331160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "aai-model-loader", "timestamp": 1679423331160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "aai-model-loader", "timestamp": 1679423331160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423334450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "aai-model-loader", "timestamp": 1679423331160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423334450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "aai-model-loader", "timestamp": 1679423331160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423334450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "aai-model-loader", "timestamp": 1679423331160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423334450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "aai-model-loader", "timestamp": 1679423339290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423334450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423334450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423334450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "aai-model-loader", "timestamp": 1679423342732, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423334450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:30:49.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "aai-model-loader", "timestamp": 1679423343734, "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-21T18:30:49.202Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17941763-036d-4888-a88c-4572990b6d2d 2023-03-21T18:30:49.202Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17941763-036d-4888-a88c-4572990b6d2d 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-21T18:30:49.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423343249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:30:49.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423344995, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:30:49.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:30:49.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:30:49.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679423345998, "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-21T18:30:49.241Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17941763-036d-4888-a88c-4572990b6d2d 2023-03-21T18:30:49.241Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17941763-036d-4888-a88c-4572990b6d2d 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-21T18:30:59.571Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:30:59.594Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:30:59.599Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:30:59.599Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:31:29.599Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:31:29.624Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:31:29.629Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:31:29.630Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:31:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:31:59.630Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:31:59.657Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:31:59.663Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:31:59.663Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:32:29.663Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:32:29.685Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:32:29.689Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:32:29.689Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:32:49.173Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:32:50.273Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:32:50.274Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-73b97ceb-9fbe-4002-851e-6aa9552f016d 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-21T18:32:50.274Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T18:32:50.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T18:32:52.984Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:32:52.997Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:32:52.997Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T18:32:53.002Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:32:53.003Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T18:32:53.015Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:32:53.016Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T18:32:53.016Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:32:53.019Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:32:53.019Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:32:53.020Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:32:53.020Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=297, offsetEpoch=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-21T18:32:53.020Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:32:53.022Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:32:59.689Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T18:32:59.689Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:32:59.703Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T18:32:59.703Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T18:32:59.704Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T18:32:59.711Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:32:59.753Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T18:32:59.754Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3873da26-ff8f-46ff-966d-29c22eeffbf4], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T18:32:59.761Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T18:32:59.916Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:32:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[196672], x-aai-txid=[0-aai-resources-230321-18:32:58:758-24631], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:32:59.917Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:32:59.918Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T18:32:59.919Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:32:59.919Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:32:59.928Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:32:59.929Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T18:32:59.930Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T18:32:59.930Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:32:59.930Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:32:59.931Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423579929, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:32:59.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T18:32:59.950Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423579929, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T18:32:59.951Z||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-21T18:33:00.963Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:33:00.964Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:33:00.965Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:33:00.965Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:00.965Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:00.965Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "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-21T18:33:01.967Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:33:01.967Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:01.967Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:01.967Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:33:02.968Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T18:33:02.969Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:33:02.969Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T18:33:02.970Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T18:33:02.970Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T18:33:03.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:33:03.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:33:03.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:33:03.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T18:33:03.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:33:03.026Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T18:33:03.326Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:33:03.327Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b0dac06e-923a-43a3-8c22-631f8d3ae8e9 57794 2023-03-21T18:33:03.327Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T18:33:03.327Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T18:33:03.327Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:33:03.327Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:03.327Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:03.327Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423583327, "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-21T18:33:04.329Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:33:04.329Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:33:04.329Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T18:33:04.330Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-03-21T18:33:04.330Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T18:33:04.330Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T18:33:04.518Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16402491162562855394/Definitions/service-BasicNetwork-template.yml 2023-03-21T18:33:04.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T18:33:04.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:33:04.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T18:33:04.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-03-21T18:33:04.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T18:33:04.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T18:33:04.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T18:33:04.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T18:33:04.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T18:33:04.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T18:33:04.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T18:33:04.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-21T18:33:04.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:33:04.884Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.884Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:33:04.884Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.884Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:33:04.884Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.884Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:33:04.884Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:69372741-37eb-434d-90d8-4f18aebd76b5 Model Version:NULL Model InvariantUuid:3a7881f4-b67e-43bf-9578-ace0a2d05544 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:95263183-3856-4858-bdf0-bde940c6dda1 Model UUID:3a6c4f03-db5e-4e91-a691-fb4fa3acde9b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 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-21T18:33:04.903Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b 2023-03-21T18:33:04.903Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||No resources found for Service: 69372741-37eb-434d-90d8-4f18aebd76b5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:33:04.908Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500|| 2023-03-21T18:33:04.908Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-03-21T18:33:04.908Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T18:33:04.908Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T18:33:04.909Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-03-21T18:33:04.909Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T18:33:04.922Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12fd141b, org.onap.sdc.toscaparser.api.parameters.Input@3df351a7, org.onap.sdc.toscaparser.api.parameters.Input@220ed1b9, org.onap.sdc.toscaparser.api.parameters.Input@19379ffe, org.onap.sdc.toscaparser.api.parameters.Input@63901d0f] 2023-03-21T18:33:04.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:33:04.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:33:04.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 69372741-37eb-434d-90d8-4f18aebd76b5: Generic NeutronNet 2023-03-21T18:33:04.924Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.924Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:33:04.924Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.924Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T18:33:04.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:33:04.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:33:04.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:33:04.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:33:04.970Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T18:33:05.121Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-03-21T18:33:05.122Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T18:33:05.122Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T18:33:05.122Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T18:33:05.122Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:05.122Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:05.122Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423585122, "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-21T18:33:06.122Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:33:06.146Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:33:06.150Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:33:06.151Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T18:33:06.151Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T18:33:06.151Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T18:33:06.151Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:33:06.151Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:33:06.151Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:33:06.151Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:33:06.151Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T18:33:06.162Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T18:33:36.163Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:33:36.175Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T18:33:36.175Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T18:33:36.176Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T18:33:36.183Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:33:36.226Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T18:33:36.228Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T18:33:36.236Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T18:33:36.380Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T18:33:36.381Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:33:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[495712], x-aai-txid=[1-aai-resources-230321-18:33:35:231-65667], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:33:36.382Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:33:36.383Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:33:36.383Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:33:36.392Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:33:36.392Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T18:33:36.393Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T18:33:36.393Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:36.393Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:36.393Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423616393, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:33:37.422Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:33:37.422Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T18:33:37.422Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:33:37.423Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:33:37.423Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:33:37.423Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T18:33:37.426Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-21fae41b-0eac-4543-88f6-f1b5926b56bb 2023-03-21T18:33:37.426Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:33:37.427Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:33:37.427Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T18:33:38.307Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:33:41.316Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:33:44.325Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:33:47.334Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:33:49.172Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:33:49.186Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:33:49.187Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T18:33:49.192Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:33:49.193Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-21fae41b-0eac-4543-88f6-f1b5926b56bb', protocol='range'} 2023-03-21T18:33:49.197Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-21fae41b-0eac-4543-88f6-f1b5926b56bb=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T18:33:49.212Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-21fae41b-0eac-4543-88f6-f1b5926b56bb', protocol='range'} 2023-03-21T18:33:49.213Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:33:49.213Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:33:49.213Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:33:49.214Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T18:33:49.214Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:33:49.217Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:33:49.217Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:33:49.217Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:33:49.217Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:33:49.218Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:33:49.218Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:33:49.218Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:33:49.218Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=298, offsetEpoch=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-21T18:33:49.218Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:33:49.218Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:33:49.218Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:33:49.219Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:33:50.234Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:33:50.234Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:33:50.238Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:33:50.238Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:50.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:33:50.239Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:50.239Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:33:50.239Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:33:50.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:33:50.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:33:50.240Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423220968, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:33:50.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:33:50.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:33:50.240Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423583327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:33:50.240Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:33:50.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:33:50.241Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423585122, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:33:50.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:33:50.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:33:50.241Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423616393, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T18:33:50.241Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:33:51.240Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:33:51.241Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:51.241Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:51.241Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:33:52.242Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:33:52.243Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:52.243Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:52.243Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:33:53.244Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:33:53.244Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:53.244Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:53.245Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:33:54.245Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:33:54.246Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:54.246Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:54.246Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:33:55.247Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:33:55.248Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:55.248Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:55.248Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:33:56.249Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:33:56.250Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:56.250Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:56.250Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:33:57.251Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T18:33:57.251Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:33:57.251Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T18:33:57.251Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T18:33:57.251Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:33:57.290Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:33:57.290Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:33:57.290Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:33:57.291Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:33:57.291Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:33:57.291Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:33:57.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:33:57.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4763516c 2023-03-21T18:33:57.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:33:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:33:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:33:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T18:33:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T18:33:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:33:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423637317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:33:58.318Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T18:33:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:33:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:33:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T18:33:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T18:33:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:33:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:33:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:33:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:33:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2e513f12 2023-03-21T18:33:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:33:58.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:33:58.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:33:58.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T18:33:58.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T18:33:58.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:33:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:33:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:33:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423638354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:33:59.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T18:33:59.359Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:33:59.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:33:59.388Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:33:59.388Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:34:29.389Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:34:30.297Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:34:30.302Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:34:30.302Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:34:49.172Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:34:49.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:34:49.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:34:49.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:35:00.303Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:35:00.324Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:35:00.327Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:35:00.328Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:35:30.328Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:35:30.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:35:30.361Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:35:30.361Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:35:49.172Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:35:49.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:35:49.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T18:35:49.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:35:49.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:35:49.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T18:35:49.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:35:49.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:35:49.174Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423637317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423638354, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:35:49.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:36:00.362Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:36:00.390Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:36:00.396Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:36:00.396Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:36:30.397Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:36:30.420Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:36:30.425Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:36:30.425Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:36:49.172Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:37:00.426Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:37:00.454Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:37:00.459Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:37:00.459Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:37:30.459Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:37:30.481Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:37:30.485Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:37:30.486Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:37:49.173Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:38:00.486Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:38:00.509Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:38:00.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:38:00.514Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:38:30.514Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:38:30.536Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:38:30.540Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:38:30.540Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:38:49.175Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:38:50.303Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:38:50.304Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-21fae41b-0eac-4543-88f6-f1b5926b56bb 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-21T18:38:50.304Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T18:38:50.304Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T18:38:52.806Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:38:52.820Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:38:52.820Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T18:38:52.825Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:38:52.825Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T18:38:52.843Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:38:52.843Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T18:38:52.843Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:38:52.847Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:38:52.847Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:38:52.847Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:38:52.848Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=312, offsetEpoch=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-21T18:38:52.848Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:38:52.848Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:39:00.541Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T18:39:00.541Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:39:00.555Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T18:39:00.555Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T18:39:00.556Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T18:39:00.561Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:39:00.588Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T18:39:00.588Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[69ba79d9-fe61-4b9d-b19d-d71f40b24bbd], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T18:39:00.595Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T18:39:00.734Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:38:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[196672], x-aai-txid=[0-aai-resources-230321-18:38:59:588-45351], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:39:00.734Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:39:00.735Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T18:39:00.736Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:39:00.738Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:39:00.745Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:39:00.745Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T18:39:00.745Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T18:39:00.745Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:00.746Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:00.746Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423940745, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:39:00.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:00.764Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679423940745, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T18:39:00.764Z||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-21T18:39:01.777Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:39:01.778Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:39:01.779Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:39:01.779Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:01.779Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:01.780Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "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-21T18:39:02.781Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:39:02.781Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:02.781Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:02.782Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:39:03.783Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T18:39:03.784Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:39:03.784Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T18:39:03.784Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T18:39:03.786Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:39:03.846Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:39:03.846Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:39:03.847Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:39:03.847Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T18:39:03.847Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:39:03.847Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T18:39:03.877Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:39:03.877Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2f24150c 2023-03-21T18:39:03.877Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:39:03.877Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T18:39:03.877Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:39:03.877Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T18:39:03.877Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T18:39:03.877Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:39:03.878Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:03.878Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:03.878Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423943877, "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-21T18:39:04.879Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T18:39:04.928Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T18:39:04.928Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T18:39:04.928Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T18:39:04.928Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:39:04.928Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:04.929Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:04.929Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423944928, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:39:05.930Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T18:39:05.930Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T18:39:05.930Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:39:05.931Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:05.931Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:05.931Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423945930, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:39:06.932Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:39:06.956Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:39:06.962Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:39:06.963Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T18:39:06.963Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T18:39:06.963Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T18:39:06.963Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:39:06.963Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:39:06.963Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:39:06.963Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:39:06.963Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T18:39:06.980Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T18:39:36.980Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:39:36.992Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T18:39:36.992Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T18:39:36.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T18:39:36.997Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:39:37.026Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T18:39:37.029Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T18:39:37.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T18:39:37.178Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T18:39:37.179Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:39:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[495712], x-aai-txid=[2-aai-resources-230321-18:39:36:030-18295], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:39:37.180Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:39:37.180Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:39:37.180Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:39:37.191Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:39:37.192Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T18:39:37.192Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T18:39:37.192Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:37.192Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:37.192Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423977192, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:39:38.224Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:39:38.224Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:39:38.224Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:39:38.225Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:38.225Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:38.225Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "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-21T18:39:39.225Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:39:39.225Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:39.226Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:39.226Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "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-21T18:39:40.226Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:39:40.227Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:40.227Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:40.227Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "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-21T18:39:41.227Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:39:41.228Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:41.228Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:41.228Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "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-21T18:39:42.228Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:39:42.229Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:42.229Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:42.229Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "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-21T18:39:43.230Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:39:43.230Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:43.230Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:43.230Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "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-21T18:39:44.231Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:39:44.232Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:44.232Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:44.232Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:39:45.233Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T18:39:45.233Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:39:45.233Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T18:39:45.234Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T18:39:45.234Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T18:39:45.324Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:39:45.325Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:39:45.325Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:39:45.325Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T18:39:45.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:39:45.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T18:39:46.149Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:39:46.151Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35f34787-68b1-43bf-b717-a85f981bf1e0 75182 2023-03-21T18:39:46.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T18:39:46.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T18:39:46.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:39:46.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:46.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:46.153Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423986152, "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-21T18:39:47.153Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:39:47.154Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:39:47.154Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:39:47.155Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-21T18:39:47.157Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:39:47.158Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:39:47.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7091469089039733377/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-21T18:39:48.208Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T18:39:48.208Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:39:48.208Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:39:48.208Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T18:39:48.208Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:39:48.209Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:39:48.210Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:39:48.210Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:39:48.210Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:39:48.210Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:39:48.210Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:39:48.210Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:39:48.210Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:48.211Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:48.211Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:39:48.211Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:39:48.211Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:39:48.211Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:48.211Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:48.212Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:39:48.212Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:39:48.212Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:39:48.212Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:48.212Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:48.212Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:48.213Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T18:39:48.213Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T18:39:48.213Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T18:39:48.213Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T18:39:48.213Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T18:39:48.213Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T18:39:48.214Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:48.214Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T18:39:48.214Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:48.214Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:39:48.215Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:39:48.215Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:48.215Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:39:48.215Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:39:48.215Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:48.216Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:39:48.216Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:39:48.216Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:48.216Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T18:39:48.216Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T18:39:48.216Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T18:39:48.216Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=47821cd0-a75a-4e7d-9ef1-7b8e05719111 2023-03-21T18:39:48.217Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:48.217Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:48.217Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:48.217Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:48.217Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:48.217Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:48.217Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:48.217Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:48.217Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:78745ee9-54c5-42a2-88ed-c250fd19849c Model Version:NULL Model InvariantUuid:6e202c3c-abbf-41d2-99e8-93de82e04bee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:a9088d57-005f-4a8e-9523-573ac1374aed Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:df1b722b-474e-4a65-9afb-b2516982e63e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7a557346-9d18-4964-9829-ea194a679219 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:90ae4506-32f2-4e57-9980-3c9735c9cda4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:47821cd0-a75a-4e7d-9ef1-7b8e05719111 ModelInvariantUuid:4ebbbe66-48f7-4843-a5fe-f932b1a37377 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:2e5a5157-af0e-44e4-a287-017f9dd30455 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:62036df7-b1c3-4a6a-81f3-cd346a1c0847 ModelInvariantUuid:b8ced6ec-ad5f-4d70-a14d-0ea07722d15a ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:8fdf959d-c83d-42a6-9749-7f8667cb9599 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-21T18:39:48.233Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: bf51a498-dac0-426b-a618-1ea2fb828959 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:39:48.236Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||basic_vm 0 2023-03-21T18:39:48.237Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bf51a498-dac0-426b-a618-1ea2fb828959 2023-03-21T18:39:48.237Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55a20b6f-dd3c-4243-9748-dd284b9d77f8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-03-21T18:39:48.237Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:39:48.237Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:48.351Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:39:48.352Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 55a20b6f-dd3c-4243-9748-dd284b9d77f8 787 2023-03-21T18:39:48.352Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:48.352Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:48.352Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:39:48.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:48.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:48.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423988352, "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-21T18:39:49.172Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:39:49.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.178Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423943877, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423944928, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423945930, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.180Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679423977192, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T18:39:49.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.180Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:39:49.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.180Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T18:39:49.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.180Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T18:39:49.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.181Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:39:49.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.181Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T18:39:49.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.181Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:39:49.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.181Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:39:49.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.182Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423986152, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:39:49.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T18:39:49.182Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423988352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T18:39:49.182Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:39:49.354Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7a557346-9d18-4964-9829-ea194a679219", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90ae4506-32f2-4e57-9980-3c9735c9cda4", "vfModuleModelCustomizationUUID": "16a30545-7211-4336-a65b-2f1cc5aa93e0", "isBase": true, "artifacts": [ "97295f6e-3f7e-4227-a366-29d442ab7425", "bd22b9b3-92ec-4eb5-a51f-97d25de46976" ], "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-21T18:39:49.359Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90ae4506-32f2-4e57-9980-3c9735c9cda4 VfModuleModelInvariantUUID:7a557346-9d18-4964-9829-ea194a679219 VfModuleModelDescription:NULL Artifacts UUID List:{ 97295f6e-3f7e-4227-a366-29d442ab7425 , bd22b9b3-92ec-4eb5-a51f-97d25de46976 } 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-21T18:39:49.362Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7a557346-9d18-4964-9829-ea194a679219", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90ae4506-32f2-4e57-9980-3c9735c9cda4", "vfModuleModelCustomizationUUID": "16a30545-7211-4336-a65b-2f1cc5aa93e0", "isBase": true, "artifacts": [ "97295f6e-3f7e-4227-a366-29d442ab7425", "bd22b9b3-92ec-4eb5-a51f-97d25de46976" ], "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-21T18:39:49.362Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90ae4506-32f2-4e57-9980-3c9735c9cda4 VfModuleModelInvariantUUID:7a557346-9d18-4964-9829-ea194a679219 VfModuleModelDescription:NULL Artifacts UUID List:{ 97295f6e-3f7e-4227-a366-29d442ab7425 , bd22b9b3-92ec-4eb5-a51f-97d25de46976 } 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-21T18:39:49.362Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 97295f6e-3f7e-4227-a366-29d442ab7425 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-03-21T18:39:49.362Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:39:49.362Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:49.472Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:39:49.473Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 97295f6e-3f7e-4227-a366-29d442ab7425 5033 2023-03-21T18:39:49.473Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:49.473Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:49.473Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:39:49.473Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:49.473Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:49.473Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423989473, "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-21T18:39:50.474Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bd22b9b3-92ec-4eb5-a51f-97d25de46976 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-03-21T18:39:50.474Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:39:50.474Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:50.576Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:39:50.576Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bd22b9b3-92ec-4eb5-a51f-97d25de46976 903 2023-03-21T18:39:50.576Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:50.577Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:50.577Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:39:50.577Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:50.577Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:50.577Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423990576, "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-21T18:39:51.578Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T18:39:51.578Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 bf51a498-dac0-426b-a618-1ea2fb828959 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-21T18:39:51.601Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c20a67f, org.onap.sdc.toscaparser.api.parameters.Input@8687659, org.onap.sdc.toscaparser.api.parameters.Input@6f45e517, org.onap.sdc.toscaparser.api.parameters.Input@6453c6cd, org.onap.sdc.toscaparser.api.parameters.Input@7dd98766] 2023-03-21T18:39:51.602Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.602Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:51.603Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-03-21T18:39:51.603Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c024c9a5-a999-4353-a263-79c3bf56b5e5 2023-03-21T18:39:51.603Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c024c9a5-a999-4353-a263-79c3bf56b5e5 matches Tosca VF Customization UUID: c024c9a5-a999-4353-a263-79c3bf56b5e5 2023-03-21T18:39:51.603Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c024c9a5-a999-4353-a263-79c3bf56b5e5 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-21T18:39:51.606Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.606Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:51.607Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c024c9a5-a999-4353-a263-79c3bf56b5e5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-03-21T18:39:51.607Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@cfa0f16 2023-03-21T18:39:51.607Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.607Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T18:39:51.607Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 16a30545-7211-4336-a65b-2f1cc5aa93e0 2023-03-21T18:39:51.608Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 16a30545-7211-4336-a65b-2f1cc5aa93e0 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-21T18:39:51.610Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.611Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:39:51.611Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:39:51.611Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.611Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:39:51.611Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:39:51.611Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.611Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T18:39:51.612Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T18:39:51.612Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T18:39:51.612Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=47821cd0-a75a-4e7d-9ef1-7b8e05719111 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-21T18:39:51.614Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.614Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:39:51.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:39:51.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:39:51.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c024c9a5-a999-4353-a263-79c3bf56b5e5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:39:51.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:51.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 78745ee9-54c5-42a2-88ed-c250fd19849c: basic_vm 2023-03-21T18:39:51.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:51.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:51.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:51.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:51.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:39:51.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:39:51.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:51.807Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm bf51a498-dac0-426b-a618-1ea2fb828959 1 ASDC deployResourceStructure 2023-03-21T18:39:51.807Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:51.807Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:51.807Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T18:39:51.808Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:51.808Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:51.808Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423991807, "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-21T18:39:52.809Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:52.809Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:52.809Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T18:39:52.809Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:52.810Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:52.810Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423992809, "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-21T18:39:53.811Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:53.811Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:53.811Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T18:39:53.812Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:53.812Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:53.812Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423993811, "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-21T18:39:54.813Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:54.813Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T18:39:54.813Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T18:39:54.814Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:39:54.814Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:39:54.814Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423994813, "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-21T18:39:55.815Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:39:55.843Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:39:55.848Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:39:55.848Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T18:39:55.848Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T18:39:55.848Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T18:39:55.848Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:39:55.848Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:39:55.848Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:39:55.848Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:39:55.849Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T18:39:55.864Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T18:40:25.864Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:40:25.877Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T18:40:25.877Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T18:40:25.878Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T18:40:25.884Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:40:25.923Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T18:40:25.925Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T18:40:25.931Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T18:40:26.070Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T18:40:26.071Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:40:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[180304], x-aai-txid=[1-aai-resources-230321-18:40:24:923-82488], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:40:26.071Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:40:26.071Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:40:26.071Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:40:26.081Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:40:26.081Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T18:40:26.081Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T18:40:26.082Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:40:26.082Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:40:26.082Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424026081, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:40:27.105Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:40:27.105Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:40:27.105Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:40:27.105Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:40:27.105Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:40:27.105Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:40:28.106Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:40:28.106Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:40:28.107Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:40:28.107Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:40:29.108Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:40:29.108Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:40:29.108Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:40:29.108Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:40:30.109Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:40:30.110Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:40:30.110Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:40:30.110Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:40:31.110Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:40:31.111Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:40:31.111Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:40:31.111Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:40:32.111Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:40:32.112Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:40:32.112Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:40:32.112Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:40:33.113Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:40:33.113Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:40:33.113Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:40:33.114Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:40:34.114Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:40:34.115Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:40:34.115Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:40:34.115Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:40:35.117Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T18:40:35.117Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:40:35.117Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T18:40:35.118Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T18:40:35.118Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T18:40:35.169Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:40:35.170Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:40:35.170Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:40:35.170Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:35.170Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:40:35.170Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:35.466Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:40:35.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T18:40:35.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T18:40:35.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:35.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:40:35.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:40:35.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:40:35.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424035470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:40:36.471Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:40:36.472Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:40:36.472Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:36.472Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:36.473Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:36.473Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:36.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6933190527433280769/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T18:40:37.161Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T18:40:37.162Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:40:37.162Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:37.162Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T18:40:37.162Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:37.162Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:40:37.163Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:40:37.164Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:40:37.164Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T18:40:37.186Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4df20042-7da4-447e-adf8-940e3d0deafe Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:40:37.191Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||pNF 49708b9d-2b49 0 2023-03-21T18:40:37.191Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4df20042-7da4-447e-adf8-940e3d0deafe 2023-03-21T18:40:37.191Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T18:40:37.191Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T18:40:37.191Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 49708b9d-2b49 0 4df20042-7da4-447e-adf8-940e3d0deafe 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-21T18:40:37.199Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@513b58ec, org.onap.sdc.toscaparser.api.parameters.Input@304576d8, org.onap.sdc.toscaparser.api.parameters.Input@9ad9576, org.onap.sdc.toscaparser.api.parameters.Input@75f75fcd, org.onap.sdc.toscaparser.api.parameters.Input@7e0085a7] 2023-03-21T18:40:37.199Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:40:37.199Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:40:37.199Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 682b9bc4-ced1-41fb-9ce9-7feda6c1296d: pNF 49708b9d-2b49 2023-03-21T18:40:37.199Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Processing PNF resource: 4df20042-7da4-447e-adf8-940e3d0deafe 2023-03-21T18:40:37.200Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:40:37.200Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:40:37.200Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Resource customization UUID: 7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 is the same as notified resource customizationUUID: 7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 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-21T18:40:37.295Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 49708b9d-2b49 4df20042-7da4-447e-adf8-940e3d0deafe 0 ASDC deployResourceStructure 2023-03-21T18:40:37.296Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T18:40:37.296Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:40:37.296Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T18:40:37.296Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:40:37.296Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:40:37.296Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424037296, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:40:38.297Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:40:38.325Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:40:38.333Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:40:38.333Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T18:40:38.333Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T18:40:38.333Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T18:40:38.333Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:40:38.334Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:40:38.334Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:40:38.334Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:40:38.334Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T18:40:38.347Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T18:40:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:40:49.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T18:40:49.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423989473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T18:40:49.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:08.348Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:41:08.359Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T18:41:08.359Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T18:41:08.360Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T18:41:08.366Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:41:08.388Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T18:41:08.388Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dae25138-048c-422f-9ab3-fe2e7189c97f], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T18:41:08.396Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T18:41:08.542Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:41:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[155696], x-aai-txid=[1-aai-resources-230321-18:41:07:390-61764], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:41:08.542Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:41:08.543Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T18:41:08.547Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:41:08.548Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:41:08.560Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:41:08.560Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T18:41:08.560Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T18:41:08.560Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:41:08.560Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:41:08.560Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424068560, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:41:09.590Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:41:09.590Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T18:41:09.591Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:41:09.591Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:41:09.591Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:41:09.591Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T18:41:09.594Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c7ca9ba6-5ddd-445e-a51c-a2a3e1db7b27 2023-03-21T18:41:09.594Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:41:09.594Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:41:09.594Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T18:41:11.372Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:41:14.381Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:41:17.389Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:41:20.398Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:41:23.406Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:41:26.415Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:41:29.424Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:41:32.435Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:41:35.448Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:41:38.458Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:41:41.471Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:41:44.486Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:41:47.496Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:41:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:41:49.184Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:41:49.184Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T18:41:49.187Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:41:49.187Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c7ca9ba6-5ddd-445e-a51c-a2a3e1db7b27', protocol='range'} 2023-03-21T18:41:49.190Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c7ca9ba6-5ddd-445e-a51c-a2a3e1db7b27=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T18:41:49.202Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c7ca9ba6-5ddd-445e-a51c-a2a3e1db7b27', protocol='range'} 2023-03-21T18:41:49.202Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:41:49.202Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:41:49.202Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T18:41:49.203Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:41:49.203Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:41:49.204Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:41:49.204Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:41:49.204Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:41:49.205Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:41:49.205Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:41:49.205Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:41:49.205Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:41:49.205Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:41:49.205Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:41:49.205Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=329, offsetEpoch=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-21T18:41:49.205Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:41:49.205Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:41:50.223Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.223Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:41:50.224Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:41:50.224Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:41:50.224Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:41:50.224Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:41:50.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.227Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423990576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-21T18:41:50.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423991807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T18:41:50.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423992809, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-03-21T18:41:50.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423993811, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-03-21T18:41:50.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.228Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679423994813, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:41:50.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424026081, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T18:41:50.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:41:50.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:41:50.229Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.229Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.231Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679423617422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:41:50.231Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.231Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424035470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:41:50.231Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.231Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424037296, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T18:41:50.231Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:50.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:41:50.231Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424068560, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T18:41:50.231Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:41:51.225Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:41:51.225Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:41:51.226Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:41:51.226Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:41:52.226Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:41:52.227Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:41:52.227Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:41:52.227Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:41:53.228Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:41:53.228Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:41:53.228Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:41:53.229Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:41:54.229Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:41:54.230Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:41:54.230Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:41:54.230Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:41:55.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:41:55.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:41:55.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:41:55.232Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:41:56.232Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:41:56.233Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:41:56.233Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:41:56.233Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:41:57.234Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T18:41:57.234Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:41:57.234Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T18:41:57.234Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T18:41:57.234Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:41:57.273Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:41:57.274Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:41:57.274Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:41:57.274Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:41:57.274Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:41:57.274Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:41:57.297Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:41:57.298Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@162830d5 2023-03-21T18:41:57.298Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:41:57.298Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:41:57.298Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:41:57.298Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T18:41:57.298Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T18:41:57.298Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:41:57.299Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:41:57.299Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:41:57.299Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424117298, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:41:58.300Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T18:41:58.321Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:41:58.322Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:41:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T18:41:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T18:41:58.331Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:41:58.331Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:41:58.331Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:41:58.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:41:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e92973c 2023-03-21T18:41:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:41:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:41:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:41:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T18:41:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T18:41:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:41:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:41:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:41:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424118351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:41:59.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T18:41:59.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:41:59.418Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:41:59.430Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:41:59.430Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:42:29.431Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:42:29.459Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:42:29.465Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:42:29.465Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:42:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:42:49.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:42:49.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:42:49.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:42:59.466Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:42:59.492Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:42:59.498Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:42:59.499Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:43:29.499Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:43:29.524Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:43:29.529Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:43:29.529Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:43:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:43:49.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:43:49.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T18:43:49.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:43:49.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:43:49.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T18:43:49.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:43:49.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:43:49.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424117298, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424118351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:43:49.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:43:59.530Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:43:59.558Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:43:59.570Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:43:59.570Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:44:29.570Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:44:29.592Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:44:29.597Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:44:29.597Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:44:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:44:59.598Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:44:59.628Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:44:59.633Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:44:59.633Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:45:29.633Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:45:29.658Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:45:29.664Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:45:29.664Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:45:49.173Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:45:59.664Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:45:59.690Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:45:59.695Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:45:59.695Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:46:29.696Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:46:29.722Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:46:29.727Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:46:29.727Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:46:49.174Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:46:50.257Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:46:50.258Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c7ca9ba6-5ddd-445e-a51c-a2a3e1db7b27 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-21T18:46:50.258Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T18:46:50.258Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T18:46:52.795Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:46:52.809Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:46:52.809Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T18:46:52.815Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:46:52.816Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T18:46:52.829Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:46:52.829Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T18:46:52.829Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:46:52.832Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:46:52.832Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:46:52.832Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:46:52.832Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=355, offsetEpoch=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-21T18:46:52.832Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:46:52.832Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:46:59.728Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T18:46:59.728Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:46:59.741Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T18:46:59.741Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T18:46:59.742Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T18:46:59.758Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:46:59.792Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T18:46:59.793Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d397333e-f5f8-483d-80f8-f847dfa2aca8], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T18:46:59.801Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T18:46:59.953Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:46:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[196672], x-aai-txid=[2-aai-resources-230321-18:46:58:793-72397], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:46:59.954Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:46:59.955Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T18:46:59.955Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:46:59.958Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:46:59.968Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:46:59.969Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T18:46:59.969Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T18:46:59.969Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:46:59.969Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:46:59.969Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424419969, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:46:59.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:46:59.990Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424419969, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T18:46:59.990Z||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-21T18:47:00.999Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:47:00.999Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:47:01.000Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:47:01.000Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:01.000Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:01.000Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "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-21T18:47:02.001Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:47:02.001Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:02.001Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:02.001Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:47:03.002Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T18:47:03.003Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:47:03.003Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T18:47:03.003Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T18:47:03.003Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:47:03.054Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:47:03.054Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:47:03.055Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:47:03.055Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T18:47:03.055Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:47:03.055Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T18:47:03.087Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:47:03.087Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@34619848 2023-03-21T18:47:03.087Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:47:03.087Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T18:47:03.087Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:47:03.087Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T18:47:03.087Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T18:47:03.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:47:03.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:03.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:03.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424423087, "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-21T18:47:04.089Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T18:47:04.135Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T18:47:04.136Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T18:47:04.136Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T18:47:04.136Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:47:04.136Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:04.136Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:04.136Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424424135, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:47:05.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T18:47:05.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T18:47:05.138Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:47:05.138Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:05.138Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:05.138Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424425137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:47:06.139Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:47:06.165Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:47:06.170Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:47:06.170Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T18:47:06.170Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T18:47:06.170Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T18:47:06.170Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:47:06.170Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:47:06.170Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:47:06.170Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:47:06.170Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T18:47:06.184Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T18:47:36.184Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:47:36.193Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T18:47:36.194Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T18:47:36.194Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T18:47:36.201Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:47:36.223Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T18:47:36.225Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T18:47:36.231Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T18:47:36.370Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T18:47:36.371Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:47:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[495712], x-aai-txid=[0-aai-resources-230321-18:47:35:219-49522], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:47:36.373Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:47:36.373Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:47:36.373Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:47:36.383Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:47:36.383Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T18:47:36.383Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T18:47:36.384Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:36.384Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:36.384Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424456383, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:47:37.418Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:47:37.419Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:47:37.419Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:47:37.419Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:37.419Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:37.419Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "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-21T18:47:38.420Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:47:38.421Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:38.421Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:38.421Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "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-21T18:47:39.422Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:47:39.422Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:39.422Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:39.422Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "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-21T18:47:40.423Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:47:40.424Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:40.424Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:40.424Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "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-21T18:47:41.425Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:47:41.426Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:41.427Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:41.427Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "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-21T18:47:42.428Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:47:42.429Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:42.429Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:42.429Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "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-21T18:47:43.430Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:47:43.430Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:43.431Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:43.431Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:47:44.432Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T18:47:44.433Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:47:44.433Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T18:47:44.434Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T18:47:44.434Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:47:44.479Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:47:44.480Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:47:44.480Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:47:44.480Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T18:47:44.480Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:47:44.480Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T18:47:44.837Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:47:44.840Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35f34787-68b1-43bf-b717-a85f981bf1e0 75182 2023-03-21T18:47:44.841Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T18:47:44.841Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T18:47:44.841Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:47:44.841Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:44.841Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:44.841Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424464840, "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-21T18:47:45.842Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:47:45.843Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:47:45.843Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:47:45.844Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-21T18:47:45.844Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:47:45.845Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:47:46.019Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13378987812900668414/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-21T18:47:46.947Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T18:47:46.948Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:47:46.948Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:47:46.948Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T18:47:46.948Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:47:46.948Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:47:46.948Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:47:46.948Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:47:46.948Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:47:46.948Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:47:46.948Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:47:46.948Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:47:46.949Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:47:46.949Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:47:46.949Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:47:46.949Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:47:46.949Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:47:46.949Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:47:46.950Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:47:46.950Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:47:46.950Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:47:46.950Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:47:46.950Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:47:46.950Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:47:46.950Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:47:46.950Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T18:47:46.950Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T18:47:46.950Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T18:47:46.951Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T18:47:46.951Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T18:47:46.951Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T18:47:46.951Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:47:46.951Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T18:47:46.951Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:47:46.951Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:47:46.951Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:47:46.951Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:47:46.951Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:47:46.951Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=47821cd0-a75a-4e7d-9ef1-7b8e05719111 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:47:46.952Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:47:46.953Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:47:46.953Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:47:46.953Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:78745ee9-54c5-42a2-88ed-c250fd19849c Model Version:NULL Model InvariantUuid:6e202c3c-abbf-41d2-99e8-93de82e04bee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:a9088d57-005f-4a8e-9523-573ac1374aed Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:df1b722b-474e-4a65-9afb-b2516982e63e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7a557346-9d18-4964-9829-ea194a679219 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:90ae4506-32f2-4e57-9980-3c9735c9cda4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:47821cd0-a75a-4e7d-9ef1-7b8e05719111 ModelInvariantUuid:4ebbbe66-48f7-4843-a5fe-f932b1a37377 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:2e5a5157-af0e-44e4-a287-017f9dd30455 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:62036df7-b1c3-4a6a-81f3-cd346a1c0847 ModelInvariantUuid:b8ced6ec-ad5f-4d70-a14d-0ea07722d15a ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:8fdf959d-c83d-42a6-9749-7f8667cb9599 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-21T18:47:46.996Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T18:47:46.996Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T18:47:46.996Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T18:47:46.996Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:47:46.996Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:46.997Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:46.997Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424466996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:47:47.998Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T18:47:47.998Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T18:47:47.998Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:47:47.998Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:47:47.999Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:47:47.999Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424467998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:47:49.000Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:47:49.026Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:47:49.031Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:47:49.032Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T18:47:49.032Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T18:47:49.032Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T18:47:49.032Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:47:49.032Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:47:49.032Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:47:49.032Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:47:49.032Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T18:47:49.048Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T18:47:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:47:49.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:47:49.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424423087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424424135, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424425137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424456383, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:47:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:47:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424464840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:47:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424466996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T18:47:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:47:49.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:47:49.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424467998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T18:47:49.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:48:19.048Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:48:19.063Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T18:48:19.063Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T18:48:19.064Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T18:48:19.070Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:48:19.108Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T18:48:19.109Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T18:48:19.116Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T18:48:19.274Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T18:48:19.275Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:48:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[180304], x-aai-txid=[2-aai-resources-230321-18:48:18:115-10312], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:48:19.276Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:48:19.276Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:48:19.276Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:48:19.286Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:48:19.286Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T18:48:19.286Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T18:48:19.287Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:48:19.287Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:48:19.287Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424499286, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:48:20.319Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:48:20.320Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:48:20.320Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:48:20.320Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:48:20.320Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:48:20.320Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:48:21.321Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:48:21.321Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:48:21.321Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:48:21.322Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:48:22.322Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:48:22.323Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:48:22.323Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:48:22.324Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:48:23.324Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:48:23.325Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:48:23.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:48:23.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:48:24.327Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:48:24.328Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:48:24.328Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:48:24.328Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:48:25.329Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:48:25.329Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:48:25.329Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:48:25.330Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:48:26.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:48:26.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:48:26.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:48:26.332Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:48:27.333Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:48:27.333Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:48:27.333Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:48:27.333Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:48:28.334Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T18:48:28.334Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:48:28.334Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T18:48:28.334Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T18:48:28.334Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:48:28.382Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:48:28.382Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:48:28.382Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:48:28.382Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:28.383Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:48:28.383Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:28.674Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:48:28.678Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T18:48:28.678Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T18:48:28.678Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:28.679Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:48:28.679Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:48:28.679Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:48:28.679Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424508678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:48:29.680Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:48:29.680Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:48:29.681Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:29.681Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:29.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:29.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:29.759Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10014531532969778718/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T18:48:30.387Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T18:48:30.388Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:48:30.388Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:30.388Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T18:48:30.388Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:30.388Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:30.388Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:30.388Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:30.388Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:30.388Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:30.389Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:48:30.389Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:48:30.389Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:48:30.389Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:48:30.389Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T18:48:30.389Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:48:30.389Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:48:30.389Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:48:30.389Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:48:30.389Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T18:48:30.389Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:48:30.389Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:48:30.389Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:48:30.390Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:48:30.390Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:48:30.390Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:48:30.390Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:48:30.390Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:48:30.390Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:48:30.390Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:48:30.390Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:48:30.390Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:48:30.390Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T18:48:30.435Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T18:48:30.435Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T18:48:30.435Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T18:48:30.435Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:48:30.435Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:48:30.436Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:48:30.436Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424510435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:48:31.437Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T18:48:31.437Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T18:48:31.437Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:48:31.438Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:48:31.438Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:48:31.438Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424511436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:48:32.439Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:48:32.465Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:48:32.469Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:48:32.469Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T18:48:32.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T18:48:32.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T18:48:32.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:48:32.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:48:32.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:48:32.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:48:32.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T18:48:32.483Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T18:48:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:48:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:48:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424499286, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T18:48:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:48:49.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:48:49.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:48:49.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:48:49.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:48:49.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:48:49.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:48:49.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:48:49.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T18:48:49.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:48:49.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:48:49.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:48:49.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:48:49.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:48:49.184Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:48:49.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:48:49.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:48:49.184Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:48:49.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:48:49.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:48:49.185Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:48:49.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:48:49.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:48:49.185Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424069590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:48:49.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:48:49.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:48:49.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424508678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:48:49.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:48:49.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:48:49.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424510435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T18:48:49.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:48:49.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T18:48:49.187Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424511436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T18:48:49.187Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:49:02.483Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:49:02.492Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T18:49:02.492Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T18:49:02.493Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T18:49:02.496Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:49:02.513Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T18:49:02.517Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T18:49:02.520Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T18:49:02.669Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T18:49:02.669Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:49:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[155696], x-aai-txid=[0-aai-resources-230321-18:49:01:511-91064], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:49:02.669Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:49:02.669Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:49:02.669Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:49:02.679Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:49:02.679Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T18:49:02.679Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T18:49:02.679Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:49:02.679Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:49:02.680Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424542679, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:49:03.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:49:03.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T18:49:03.706Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:49:03.706Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:49:03.706Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:49:03.706Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T18:49:03.709Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-565d796b-74c7-4635-bb25-30a9a62238d4 2023-03-21T18:49:03.709Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:49:03.709Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:49:03.709Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T18:49:05.396Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:08.404Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:11.419Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:14.426Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:17.434Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:20.441Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:23.450Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:26.457Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:29.465Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:32.472Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:35.480Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:38.488Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:41.502Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:44.511Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:47.519Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:49:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:49:49.187Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:49:49.188Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T18:49:49.192Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-565d796b-74c7-4635-bb25-30a9a62238d4', protocol='range'} 2023-03-21T18:49:49.192Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:49:49.199Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-565d796b-74c7-4635-bb25-30a9a62238d4=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T18:49:49.213Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:49:49.213Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-565d796b-74c7-4635-bb25-30a9a62238d4', protocol='range'} 2023-03-21T18:49:49.214Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:49:49.214Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T18:49:49.214Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:49:49.214Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:49:49.217Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:49:49.218Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:49:49.218Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:49:49.218Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=384, offsetEpoch=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-21T18:49:49.218Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:49:49.218Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:49:49.218Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:49:49.219Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:49:49.219Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:49:49.219Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:49:49.219Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:49:49.219Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:49:50.235Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:49:50.235Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:49:50.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:49:50.237Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:49:50.237Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424542679, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T18:49:50.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:49:50.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:49:50.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:49:50.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:49:51.239Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:49:51.239Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:49:51.239Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:49:51.239Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:49:52.240Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:49:52.241Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:49:52.241Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:49:52.241Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:49:53.242Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:49:53.242Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:49:53.242Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:49:53.242Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:49:54.243Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:49:54.243Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:49:54.243Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:49:54.243Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:49:55.244Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:49:55.245Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:49:55.245Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:49:55.245Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:49:56.246Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:49:56.246Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:49:56.246Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:49:56.246Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:49:57.248Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T18:49:57.248Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:49:57.248Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T18:49:57.248Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T18:49:57.249Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:49:57.271Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:49:57.272Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:49:57.272Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:49:57.272Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:49:57.272Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:49:57.272Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:49:57.294Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:49:57.295Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@75579172 2023-03-21T18:49:57.295Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:49:57.295Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:49:57.295Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:49:57.295Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T18:49:57.295Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T18:49:57.296Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:49:57.296Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:49:57.296Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:49:57.296Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424597295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:49:58.297Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T18:49:58.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:49:58.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:49:58.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T18:49:58.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T18:49:58.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:49:58.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:49:58.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:49:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:49:58.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@8946e18 2023-03-21T18:49:58.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:49:58.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:49:58.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:49:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T18:49:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T18:49:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:49:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:49:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:49:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424598335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:49:59.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T18:49:59.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:49:59.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:49:59.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:49:59.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:50:29.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:50:29.372Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:50:29.374Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:50:29.374Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:50:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:50:49.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:50:49.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:50:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:50:59.374Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:50:59.402Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:50:59.407Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:50:59.407Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:51:29.408Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:51:29.435Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:51:29.438Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:51:29.438Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:51:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:51:49.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:51:49.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T18:51:49.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:51:49.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:51:49.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T18:51:49.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:51:49.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:51:49.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:51:49.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:51:49.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:51:49.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T18:51:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:51:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:51:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:51:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:51:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:51:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:51:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:51:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:51:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424597295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:51:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:51:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:51:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424598335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:51:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:51:59.439Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:51:59.454Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:51:59.457Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:51:59.457Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:52:29.458Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:52:29.488Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:52:29.494Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:52:29.494Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:52:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:52:59.494Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:52:59.510Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:52:59.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:52:59.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:53:29.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:53:29.530Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:53:29.532Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:53:29.532Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:53:49.173Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:53:59.532Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:53:59.549Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:53:59.551Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:53:59.551Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:54:29.551Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:54:29.570Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:54:29.575Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:54:29.575Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:54:49.174Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:54:50.272Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:54:50.273Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-565d796b-74c7-4635-bb25-30a9a62238d4 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-21T18:54:50.273Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T18:54:50.273Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T18:54:52.800Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:54:52.812Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:54:52.812Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T18:54:52.816Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:54:52.817Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T18:54:52.830Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:54:52.831Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T18:54:52.831Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:54:52.835Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:54:52.835Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:54:52.835Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:54:52.836Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=394, offsetEpoch=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-21T18:54:52.836Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:54:52.836Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:54:59.575Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T18:54:59.576Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:54:59.584Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T18:54:59.585Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T18:54:59.585Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T18:54:59.592Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:54:59.617Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T18:54:59.618Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f13c0986-3e99-4af0-9a07-425b0b69471f], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T18:54:59.626Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T18:54:59.761Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:54:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[196672], x-aai-txid=[2-aai-resources-230321-18:54:58:614-27399], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:54:59.761Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:54:59.762Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T18:54:59.762Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:54:59.762Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:54:59.768Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:54:59.769Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T18:54:59.770Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T18:54:59.770Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:54:59.770Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:54:59.770Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424899769, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:54:59.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:54:59.793Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679424899769, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T18:54:59.793Z||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-21T18:55:00.796Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:55:00.797Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:55:00.797Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:55:00.798Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:00.798Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:00.798Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "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-21T18:55:01.800Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:55:01.800Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:01.801Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:01.801Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:55:02.803Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T18:55:02.803Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:55:02.804Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T18:55:02.804Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T18:55:02.805Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:55:02.828Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:55:02.829Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:55:02.829Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:55:02.829Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T18:55:02.829Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:55:02.829Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T18:55:02.860Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:55:02.860Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e7b6017 2023-03-21T18:55:02.860Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:55:02.860Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T18:55:02.860Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:55:02.860Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T18:55:02.861Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T18:55:02.861Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:55:02.861Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:02.861Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:02.861Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424902860, "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-21T18:55:03.864Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T18:55:03.900Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T18:55:03.900Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T18:55:03.900Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T18:55:03.900Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:55:03.900Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:03.900Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:03.900Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424903900, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:55:04.901Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T18:55:04.902Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T18:55:04.902Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:55:04.902Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:04.903Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:04.903Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424904901, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:55:05.904Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:55:05.919Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:55:05.922Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:55:05.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T18:55:05.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T18:55:05.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T18:55:05.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:55:05.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:55:05.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:55:05.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:55:05.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T18:55:05.932Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T18:55:35.932Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:55:35.941Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T18:55:35.941Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T18:55:35.942Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T18:55:35.945Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:55:35.966Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T18:55:35.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T18:55:35.974Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T18:55:36.119Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T18:55:36.120Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:55:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[495712], x-aai-txid=[1-aai-resources-230321-18:55:34:963-35800], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:55:36.121Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:55:36.122Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:55:36.122Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:55:36.127Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:55:36.128Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T18:55:36.128Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T18:55:36.129Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:36.129Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:36.129Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424936128, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:55:37.152Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:55:37.152Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:55:37.154Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:55:37.155Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:37.155Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:37.155Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "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-21T18:55:38.156Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:55:38.157Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:38.157Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:38.157Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "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-21T18:55:39.159Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:55:39.159Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:39.159Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:39.159Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "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-21T18:55:40.160Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:55:40.161Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:40.161Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:40.161Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "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-21T18:55:41.162Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:55:41.162Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:41.162Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:41.162Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "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-21T18:55:42.163Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:55:42.164Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:42.164Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:42.164Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "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-21T18:55:43.165Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:55:43.166Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:43.166Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:43.166Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:55:44.168Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T18:55:44.168Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:55:44.168Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T18:55:44.169Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T18:55:44.169Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:55:44.217Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:55:44.218Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:55:44.218Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:55:44.218Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T18:55:44.218Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:55:44.218Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T18:55:44.520Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:55:44.523Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35f34787-68b1-43bf-b717-a85f981bf1e0 75182 2023-03-21T18:55:44.524Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T18:55:44.524Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T18:55:44.524Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:55:44.524Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:44.524Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:44.524Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424944524, "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-21T18:55:45.526Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:55:45.527Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:55:45.527Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:55:45.527Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-21T18:55:45.528Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:55:45.528Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:55:45.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7566907258588427580/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-21T18:55:46.587Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T18:55:46.588Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:55:46.588Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:55:46.588Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T18:55:46.588Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:55:46.588Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:55:46.588Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:55:46.588Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:55:46.589Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:55:46.589Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:55:46.589Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T18:55:46.589Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:55:46.589Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:55:46.589Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:55:46.589Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:55:46.589Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:55:46.589Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:55:46.589Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:55:46.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:55:46.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:55:46.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:55:46.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:55:46.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:55:46.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:55:46.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:55:46.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T18:55:46.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T18:55:46.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T18:55:46.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T18:55:46.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T18:55:46.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T18:55:46.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:55:46.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T18:55:46.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:55:46.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:55:46.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:55:46.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:55:46.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:55:46.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:55:46.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:55:46.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T18:55:46.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T18:55:46.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:55:46.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T18:55:46.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T18:55:46.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T18:55:46.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=47821cd0-a75a-4e7d-9ef1-7b8e05719111 2023-03-21T18:55:46.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:55:46.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:55:46.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:55:46.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:55:46.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:55:46.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:55:46.593Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:55:46.593Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:55:46.593Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:78745ee9-54c5-42a2-88ed-c250fd19849c Model Version:NULL Model InvariantUuid:6e202c3c-abbf-41d2-99e8-93de82e04bee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:a9088d57-005f-4a8e-9523-573ac1374aed Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:df1b722b-474e-4a65-9afb-b2516982e63e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7a557346-9d18-4964-9829-ea194a679219 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:90ae4506-32f2-4e57-9980-3c9735c9cda4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:47821cd0-a75a-4e7d-9ef1-7b8e05719111 ModelInvariantUuid:4ebbbe66-48f7-4843-a5fe-f932b1a37377 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:2e5a5157-af0e-44e4-a287-017f9dd30455 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:62036df7-b1c3-4a6a-81f3-cd346a1c0847 ModelInvariantUuid:b8ced6ec-ad5f-4d70-a14d-0ea07722d15a ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:8fdf959d-c83d-42a6-9749-7f8667cb9599 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-21T18:55:46.623Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T18:55:46.624Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T18:55:46.624Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T18:55:46.624Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:55:46.624Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:46.624Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:46.624Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424946623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:55:47.626Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T18:55:47.626Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T18:55:47.626Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:55:47.626Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:55:47.626Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:55:47.626Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424947626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:55:48.627Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:55:48.637Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:55:48.641Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:55:48.641Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T18:55:48.641Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T18:55:48.641Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T18:55:48.641Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:55:48.641Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:55:48.641Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:55:48.641Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:55:48.641Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T18:55:48.646Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T18:55:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:55:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424902860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424903900, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424904901, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679424936128, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T18:55:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:55:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:55:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424944524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:55:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424946623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T18:55:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:55:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:55:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424947626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T18:55:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:56:18.646Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:56:18.654Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T18:56:18.654Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T18:56:18.654Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T18:56:18.659Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:56:18.692Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T18:56:18.693Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1ea1c5e5-68a4-4928-a9dd-8b76b6af8910], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T18:56:18.700Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T18:56:18.844Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:56:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[180304], x-aai-txid=[2-aai-resources-230321-18:56:17:687-98858], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:56:18.844Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:56:18.845Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T18:56:18.848Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:56:18.849Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:56:18.859Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:56:18.859Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T18:56:18.859Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T18:56:18.859Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:56:18.859Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:56:18.859Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424978859, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:56:19.899Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:56:19.900Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:56:19.900Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:56:19.900Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:56:19.900Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:56:19.900Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:56:20.901Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:56:20.901Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:56:20.902Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:56:20.902Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:56:21.903Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:56:21.903Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:56:21.903Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:56:21.903Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:56:22.904Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:56:22.905Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:56:22.905Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:56:22.905Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:56:23.906Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:56:23.906Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:56:23.906Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:56:23.906Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:56:24.908Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:56:24.908Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:56:24.908Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:56:24.909Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:56:25.910Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:56:25.911Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:56:25.911Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:56:25.911Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:56:26.913Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:56:26.914Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:56:26.914Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:56:26.914Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:56:27.915Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T18:56:27.915Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:56:27.915Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T18:56:27.915Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T18:56:27.916Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:56:27.951Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:56:27.951Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:56:27.951Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:56:27.952Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:27.952Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:56:27.952Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:28.233Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T18:56:28.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T18:56:28.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T18:56:28.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:28.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T18:56:28.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:56:28.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:56:28.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424988238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:56:29.239Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:56:29.239Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:56:29.240Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:29.240Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:29.241Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:29.241Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:29.318Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13694826569169647272/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T18:56:29.915Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T18:56:29.915Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:56:29.916Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:29.916Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T18:56:29.916Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:29.916Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:29.916Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:29.916Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:29.916Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:29.916Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:29.916Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T18:56:29.916Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T18:56:29.916Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:56:29.917Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:56:29.917Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T18:56:29.917Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:56:29.917Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:56:29.917Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:56:29.918Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:56:29.918Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T18:56:29.918Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T18:56:29.918Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T18:56:29.918Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:56:29.918Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:56:29.919Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:56:29.919Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:56:29.919Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:56:29.919Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:56:29.919Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:56:29.920Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:56:29.920Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T18:56:29.920Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T18:56:29.920Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T18:56:29.943Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T18:56:29.943Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T18:56:29.943Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T18:56:29.944Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:56:29.944Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:56:29.944Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:56:29.944Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424989943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:56:30.946Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T18:56:30.947Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T18:56:30.947Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T18:56:30.947Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:56:30.947Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:56:30.947Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424990946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:56:31.948Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:56:31.963Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:56:31.965Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T18:56:31.965Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T18:56:31.965Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T18:56:31.965Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T18:56:31.965Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:56:31.965Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:56:31.965Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:56:31.965Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T18:56:31.965Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T18:56:31.979Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T18:56:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:56:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:56:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679424978859, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T18:56:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:56:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:56:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:56:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:56:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:56:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T18:56:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:56:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424543705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:56:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:56:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:56:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424988238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T18:56:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:56:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:56:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424989943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T18:56:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:56:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T18:56:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679424990946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T18:56:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:57:01.980Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T18:57:01.983Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T18:57:01.983Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T18:57:01.983Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T18:57:01.986Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T18:57:02.010Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T18:57:02.015Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T18:57:02.021Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T18:57:02.146Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T18:57:02.146Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 18:57:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[155696], x-aai-txid=[1-aai-resources-230321-18:57:01:007-66313], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T18:57:02.148Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T18:57:02.148Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T18:57:02.148Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:57:02.152Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:57:02.152Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T18:57:02.152Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T18:57:02.152Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:57:02.152Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:57:02.152Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425022152, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:57:03.176Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T18:57:03.176Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T18:57:03.177Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:57:03.178Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:57:03.178Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:57:03.179Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T18:57:03.182Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:57:03.182Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-f0a2980f-6a05-4459-8765-ba49aa02ae32 2023-03-21T18:57:03.183Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:57:03.183Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T18:57:05.409Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:08.417Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:11.425Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:14.434Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:17.441Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:20.453Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:23.462Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:26.470Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:29.482Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:32.492Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:35.509Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:38.517Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:41.526Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:44.537Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:47.551Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T18:57:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:57:49.184Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:57:49.184Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T18:57:49.189Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:57:49.190Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-f0a2980f-6a05-4459-8765-ba49aa02ae32', protocol='range'} 2023-03-21T18:57:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-f0a2980f-6a05-4459-8765-ba49aa02ae32=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T18:57:49.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T18:57:49.208Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-f0a2980f-6a05-4459-8765-ba49aa02ae32', protocol='range'} 2023-03-21T18:57:49.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T18:57:49.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T18:57:49.208Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:57:49.208Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T18:57:49.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:57:49.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:57:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:57:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=423, offsetEpoch=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-21T18:57:49.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:57:49.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:57:49.213Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:57:49.213Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:57:49.213Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:57:49.214Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T18:57:49.214Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T18:57:49.214Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T18:57:50.228Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T18:57:50.228Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T18:57:50.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T18:57:50.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425022152, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T18:57:50.230Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:57:50.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:57:50.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:57:50.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:57:50.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:57:51.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:57:51.232Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:57:51.232Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:57:51.232Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:57:52.232Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:57:52.233Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:57:52.233Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:57:52.233Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:57:53.234Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:57:53.234Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:57:53.235Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:57:53.235Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:57:54.236Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:57:54.236Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:57:54.236Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:57:54.236Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:57:55.237Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:57:55.237Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:57:55.237Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:57:55.237Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:57:56.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T18:57:56.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:57:56.239Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:57:56.239Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:57:57.240Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T18:57:57.240Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T18:57:57.240Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T18:57:57.241Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T18:57:57.241Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T18:57:57.278Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T18:57:57.278Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:57:57.278Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T18:57:57.278Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:57:57.278Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:57:57.278Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T18:57:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:57:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@36019637 2023-03-21T18:57:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:57:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:57:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:57:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T18:57:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T18:57:57.302Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:57:57.302Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:57:57.302Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:57:57.302Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425077301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:57:58.303Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T18:57:58.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T18:57:58.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T18:57:58.320Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T18:57:58.320Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T18:57:58.320Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:57:58.320Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T18:57:58.321Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T18:57:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T18:57:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@11890373 2023-03-21T18:57:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T18:57:58.339Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T18:57:58.339Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T18:57:58.339Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T18:57:58.339Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T18:57:58.340Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T18:57:58.340Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T18:57:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T18:57:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425078339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:57:59.342Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T18:57:59.343Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:57:59.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:57:59.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:57:59.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:58:29.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:58:29.395Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:58:29.398Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:58:29.399Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:58:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:58:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T18:58:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:58:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:58:59.399Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:58:59.409Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:58:59.413Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:58:59.413Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:59:29.413Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:59:29.428Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:59:29.431Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:59:29.431Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T18:59:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T18:59:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T18:59:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T18:59:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:59:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T18:59:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T18:59:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:59:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T18:59:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T18:59:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:59:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T18:59:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T18:59:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:59:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T18:59:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T18:59:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:59:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T18:59:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T18:59:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:59:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T18:59:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425077301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:59:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:59:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T18:59:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425078339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T18:59:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T18:59:59.432Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:59:59.446Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T18:59:59.448Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T18:59:59.448Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:00:29.449Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:00:29.465Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:00:29.467Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:00:29.467Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:00:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:00:59.468Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:00:59.481Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:00:59.484Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:00:59.484Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:01:29.484Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:01:29.500Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:01:29.502Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:01:29.503Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:01:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:01:59.503Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:01:59.517Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:01:59.519Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:01:59.520Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:02:29.520Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:02:29.535Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:02:29.539Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:02:29.539Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:02:49.173Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:02:50.267Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:02:50.268Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-f0a2980f-6a05-4459-8765-ba49aa02ae32 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-21T19:02:50.268Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T19:02:50.268Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T19:02:52.822Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:02:52.835Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:02:52.836Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:02:52.839Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:02:52.840Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:02:52.853Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:02:52.853Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:02:52.853Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:02:52.857Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:02:52.857Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:02:52.857Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:02:52.858Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=433, offsetEpoch=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-21T19:02:52.858Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:02:52.858Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:02:59.540Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T19:02:59.540Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:02:59.547Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T19:02:59.548Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T19:02:59.549Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T19:02:59.555Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:02:59.575Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T19:02:59.575Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[811a8505-6bd9-4ec7-b6ea-22e6a70f82a6], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T19:02:59.583Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T19:02:59.718Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:02:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[196672], x-aai-txid=[1-aai-resources-230321-19:02:58:569-49315], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:02:59.718Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:02:59.719Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T19:02:59.719Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:02:59.719Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:02:59.724Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:02:59.725Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T19:02:59.725Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T19:02:59.725Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:02:59.725Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:02:59.725Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425379725, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:02:59.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:02:59.742Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425379725, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T19:02:59.743Z||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-21T19:03:00.747Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T19:03:00.747Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:03:00.747Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:03:00.747Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:00.748Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:00.748Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "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-21T19:03:01.748Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:03:01.749Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:01.749Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:01.749Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:03:02.750Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T19:03:02.751Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:03:02.751Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T19:03:02.751Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T19:03:02.751Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:03:02.779Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:03:02.779Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:03:02.780Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:03:02.780Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T19:03:02.780Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:03:02.780Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T19:03:02.808Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T19:03:02.808Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@751dee1a 2023-03-21T19:03:02.808Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:03:02.808Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T19:03:02.808Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:03:02.809Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T19:03:02.809Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T19:03:02.809Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:03:02.809Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:02.809Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:02.809Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425382809, "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-21T19:03:03.810Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:03:03.834Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T19:03:03.835Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T19:03:03.835Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T19:03:03.835Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:03:03.835Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:03.835Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:03.835Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425383835, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:03:04.836Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T19:03:04.836Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T19:03:04.836Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:03:04.837Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:04.837Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:04.837Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425384836, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:03:05.838Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:03:05.855Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:03:05.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:03:05.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:03:05.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:03:05.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:03:05.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:03:05.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:03:05.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:03:05.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:03:05.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:03:05.865Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:03:35.866Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:03:35.874Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T19:03:35.874Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T19:03:35.875Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T19:03:35.879Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:03:35.898Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T19:03:35.898Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ef03eff9-7c06-4246-b93a-5ee41ce2edbf], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T19:03:35.905Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:03:36.058Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:03:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[495712], x-aai-txid=[2-aai-resources-230321-19:03:34:891-51048], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:03:36.058Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:03:36.058Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T19:03:36.058Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:03:36.058Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:03:36.063Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:03:36.063Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:03:36.063Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:03:36.063Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:36.063Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:36.063Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425416063, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:03:37.082Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T19:03:37.083Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:03:37.083Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:03:37.083Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:37.083Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:37.083Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "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-21T19:03:38.084Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:03:38.085Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:38.085Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:38.085Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "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-21T19:03:39.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:03:39.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:39.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:39.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "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-21T19:03:40.087Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:03:40.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:40.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:40.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "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-21T19:03:41.089Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:03:41.089Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:41.090Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:41.090Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "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-21T19:03:42.091Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:03:42.091Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:42.091Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:42.091Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "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-21T19:03:43.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:03:43.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:43.093Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:43.093Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:03:44.094Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T19:03:44.094Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:03:44.094Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T19:03:44.095Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:03:44.095Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:03:44.127Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:03:44.128Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:03:44.128Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:03:44.128Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:03:44.128Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:03:44.128Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:03:44.441Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T19:03:44.444Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35f34787-68b1-43bf-b717-a85f981bf1e0 75182 2023-03-21T19:03:44.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:03:44.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:03:44.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:03:44.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:44.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:44.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425424445, "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-21T19:03:45.446Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:03:45.447Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:03:45.447Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:03:45.448Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-21T19:03:45.448Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:03:45.448Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:03:45.550Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2554898075728155258/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-21T19:03:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:03:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T19:03:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:03:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:03:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:03:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:03:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:03:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:03:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:03:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:03:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:03:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T19:03:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T19:03:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=47821cd0-a75a-4e7d-9ef1-7b8e05719111 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:03:46.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:78745ee9-54c5-42a2-88ed-c250fd19849c Model Version:NULL Model InvariantUuid:6e202c3c-abbf-41d2-99e8-93de82e04bee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:a9088d57-005f-4a8e-9523-573ac1374aed Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:df1b722b-474e-4a65-9afb-b2516982e63e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7a557346-9d18-4964-9829-ea194a679219 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:90ae4506-32f2-4e57-9980-3c9735c9cda4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:47821cd0-a75a-4e7d-9ef1-7b8e05719111 ModelInvariantUuid:4ebbbe66-48f7-4843-a5fe-f932b1a37377 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:2e5a5157-af0e-44e4-a287-017f9dd30455 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:62036df7-b1c3-4a6a-81f3-cd346a1c0847 ModelInvariantUuid:b8ced6ec-ad5f-4d70-a14d-0ea07722d15a ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:8fdf959d-c83d-42a6-9749-7f8667cb9599 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-21T19:03:46.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T19:03:46.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:03:46.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T19:03:46.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:03:46.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:46.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:46.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425426461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:03:47.462Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:03:47.462Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T19:03:47.462Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:03:47.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:03:47.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:03:47.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425427462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:03:48.465Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:03:48.478Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:03:48.481Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:03:48.481Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:03:48.481Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:03:48.481Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:03:48.481Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:03:48.481Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:03:48.481Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:03:48.481Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:03:48.481Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:03:48.485Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:03:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:03:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:03:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:03:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425382809, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:03:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425383835, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T19:03:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425384836, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T19:03:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425416063, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425424445, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425426461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T19:03:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:03:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:03:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425427462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T19:03:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:04:18.486Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:04:18.490Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T19:04:18.490Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T19:04:18.491Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T19:04:18.494Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:04:18.510Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T19:04:18.510Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c534eedb-6167-41ea-82ad-8d4e4aaa721c], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T19:04:18.517Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:04:18.664Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:04:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[180304], x-aai-txid=[1-aai-resources-230321-19:04:17:512-46175], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:04:18.664Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:04:18.664Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T19:04:18.665Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:04:18.665Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:04:18.668Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:04:18.668Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:04:18.669Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:04:18.669Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:04:18.669Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:04:18.669Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425458668, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:04:19.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T19:04:19.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:04:19.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:04:19.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:04:19.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:04:19.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:04:20.691Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:04:20.691Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:04:20.692Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:04:20.692Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:04:21.693Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:04:21.693Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:04:21.693Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:04:21.693Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:04:22.694Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:04:22.694Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:04:22.694Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:04:22.694Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:04:23.695Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:04:23.695Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:04:23.695Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:04:23.695Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:04:24.696Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:04:24.696Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:04:24.696Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:04:24.696Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:04:25.696Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:04:25.697Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:04:25.697Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:04:25.697Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:04:26.698Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:04:26.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:04:26.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:04:26.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:04:27.700Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T19:04:27.700Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:04:27.700Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T19:04:27.701Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T19:04:27.701Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:04:27.734Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:04:27.735Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:04:27.735Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:04:27.735Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:27.735Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:04:27.735Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:28.045Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T19:04:28.048Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T19:04:28.048Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:04:28.048Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:28.049Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:04:28.049Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:04:28.049Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:04:28.049Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425468048, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:04:29.050Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:04:29.051Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:04:29.051Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:29.051Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:29.052Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:29.052Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:29.133Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3484196947224447989/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T19:04:29.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:04:29.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T19:04:29.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:29.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:04:29.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:29.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:29.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:29.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:29.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:29.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:29.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:04:29.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:04:29.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:04:29.713Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:04:29.713Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:04:29.713Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:04:29.713Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:04:29.713Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:04:29.713Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:04:29.713Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T19:04:29.746Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T19:04:29.746Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:04:29.746Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T19:04:29.746Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:04:29.747Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:04:29.747Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:04:29.747Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425469746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:04:30.748Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:04:30.748Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T19:04:30.748Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:04:30.748Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:04:30.748Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:04:30.748Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425470748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:04:31.749Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:04:31.767Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:04:31.770Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:04:31.770Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:04:31.771Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:04:31.771Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:04:31.771Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:04:31.771Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:04:31.771Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:04:31.771Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:04:31.771Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:04:31.776Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:04:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:04:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:04:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425458668, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:04:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:04:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:04:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:04:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:04:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:04:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:04:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:04:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:04:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:04:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:04:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:04:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:04:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:04:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:04:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:04:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:04:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:04:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:04:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:04:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:04:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:04:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:04:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:04:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425023176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:04:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:04:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:04:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425468048, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:04:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:04:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:04:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425469746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T19:04:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:04:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:04:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425470748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T19:04:49.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:05:01.777Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:05:01.783Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T19:05:01.783Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T19:05:01.784Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T19:05:01.790Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:05:01.810Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T19:05:01.810Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[37d6cc0f-a5ff-4505-9fc6-e5869bbb8829], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T19:05:01.819Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:05:01.993Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:05:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[171], vertex-id=[155696], x-aai-txid=[1-aai-resources-230321-19:05:00:803-96895], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:05:01.993Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:05:01.994Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T19:05:01.994Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:05:01.994Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:05:02.000Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:05:02.000Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:05:02.000Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:05:02.000Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:05:02.000Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:05:02.000Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425502000, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:05:03.022Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T19:05:03.022Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T19:05:03.022Z||pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:05:03.023Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:05:03.023Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:05:03.023Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:05:03.026Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-85c34f95-eefb-4bea-a56d-c85828ca6bc0 2023-03-21T19:05:03.027Z||pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:05:03.027Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:05:03.027Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:05:05.322Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:08.331Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:11.339Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:14.347Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:17.355Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:20.365Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:23.374Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:26.384Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:29.392Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:32.399Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:35.411Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:38.419Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:41.428Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:44.445Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:47.454Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:05:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:05:49.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:05:49.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:05:49.191Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-85c34f95-eefb-4bea-a56d-c85828ca6bc0', protocol='range'} 2023-03-21T19:05:49.192Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:05:49.197Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-85c34f95-eefb-4bea-a56d-c85828ca6bc0=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:05:49.211Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-85c34f95-eefb-4bea-a56d-c85828ca6bc0', protocol='range'} 2023-03-21T19:05:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:05:49.211Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:05:49.211Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:05:49.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:05:49.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:05:49.214Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:05:49.214Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:05:49.214Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:05:49.214Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:05:49.214Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:05:49.214Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:05:49.215Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:05:49.215Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:05:49.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:05:49.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=462, offsetEpoch=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-21T19:05:49.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:05:49.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:05:50.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T19:05:50.228Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:05:50.229Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:05:50.230Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:05:50.230Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:05:50.230Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:05:50.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:05:50.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425502000, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:05:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:05:51.231Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:05:51.231Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:05:51.231Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:05:51.231Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:05:52.232Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:05:52.232Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:05:52.233Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:05:52.233Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:05:53.234Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:05:53.234Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:05:53.235Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:05:53.235Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:05:54.236Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:05:54.237Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:05:54.237Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:05:54.237Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:05:55.239Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:05:55.239Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:05:55.239Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:05:55.239Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:05:56.241Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:05:56.241Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:05:56.241Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:05:56.242Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:05:57.242Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T19:05:57.243Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:05:57.243Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T19:05:57.243Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:05:57.243Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:05:57.270Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:05:57.271Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:05:57.271Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:05:57.271Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:05:57.271Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:05:57.271Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:05:57.290Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T19:05:57.290Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5c414d3 2023-03-21T19:05:57.290Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:05:57.290Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:05:57.290Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:05:57.290Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T19:05:57.290Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T19:05:57.290Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:05:57.290Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:05:57.291Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:05:57.291Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425557290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:05:58.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T19:05:58.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T19:05:58.306Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:05:58.310Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T19:05:58.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T19:05:58.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:05:58.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:05:58.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:05:58.329Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T19:05:58.329Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@136a23ba 2023-03-21T19:05:58.329Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:05:58.329Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:05:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:05:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T19:05:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T19:05:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:05:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:05:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:05:58.331Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425558330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:05:59.332Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T19:05:59.332Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:05:59.345Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:05:59.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:05:59.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:06:29.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:06:29.362Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:06:29.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:06:29.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:06:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:06:49.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:06:49.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:06:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:06:59.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:06:59.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:06:59.381Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:06:59.381Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:07:29.381Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:07:29.397Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:07:29.399Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:07:29.400Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:07:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:07:49.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:07:49.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:07:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:07:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:07:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T19:07:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:07:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:07:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:07:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:07:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:07:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T19:07:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:07:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:07:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:07:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:07:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:07:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:07:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:07:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:07:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425557290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:07:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:07:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:07:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425558330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:07:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:07:59.400Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:07:59.413Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:07:59.416Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:07:59.416Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:08:29.416Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:08:29.436Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:08:29.439Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:08:29.440Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:08:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:08:59.440Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:08:59.455Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:08:59.458Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:08:59.458Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:09:29.458Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:09:29.475Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:09:29.478Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:09:29.478Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:09:43.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:09:43.788Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "multicloud-k8s", "timestamp": 1679425781183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:09:43.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:09:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:09:49.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:09:49.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "ves-openapi-manager", "timestamp": 1679425768448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:09:49.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:09:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:09:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "cds-sdc-listener", "timestamp": 1679425777836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:09:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:09:59.479Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:09:59.494Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:09:59.497Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:09:59.497Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:10:29.498Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:10:29.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:10:29.516Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:10:29.516Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:10:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:10:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "policy-distribution-id", "timestamp": 1679425781322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "policy-distribution-id", "timestamp": 1679425781322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "multicloud-k8s", "timestamp": 1679425781183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "ves-openapi-manager", "timestamp": 1679425768448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "cds-sdc-listener", "timestamp": 1679425777836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "policy-distribution-id", "timestamp": 1679425781322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "ves-openapi-manager", "timestamp": 1679425768448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "multicloud-k8s", "timestamp": 1679425781183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "cds-sdc-listener", "timestamp": 1679425777836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "policy-distribution-id", "timestamp": 1679425781322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "multicloud-k8s", "timestamp": 1679425781183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "cds-sdc-listener", "timestamp": 1679425777836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "ves-openapi-manager", "timestamp": 1679425768448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "policy-distribution-id", "timestamp": 1679425781322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "ves-openapi-manager", "timestamp": 1679425768448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "multicloud-k8s", "timestamp": 1679425781183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "cds-sdc-listener", "timestamp": 1679425777836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "policy-distribution-id", "timestamp": 1679425781322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "ves-openapi-manager", "timestamp": 1679425768448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-21T19:10:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "multicloud-k8s", "timestamp": 1679425781183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:10:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "cds-sdc-listener", "timestamp": 1679425777836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:10:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:10:50.242Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:10:50.242Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-85c34f95-eefb-4bea-a56d-c85828ca6bc0 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-21T19:10:50.243Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T19:10:50.243Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T19:10:53.102Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:10:56.110Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:10:59.119Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:10:59.516Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T19:10:59.517Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:10:59.525Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T19:10:59.525Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T19:10:59.526Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T19:10:59.533Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:10:59.555Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:10:59.556Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T19:10:59.562Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T19:10:59.707Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T19:10:59.708Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:10:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[196672], x-aai-txid=[0-aai-resources-230321-19:10:58:544-85981], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:10:59.709Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:10:59.709Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:10:59.709Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T19:10:59.715Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T19:10:59.715Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T19:10:59.715Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T19:10:59.716Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:10:59.716Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:10:59.716Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425859715, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:11:00.732Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T19:11:00.732Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:11:00.733Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:11:00.733Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:00.733Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:00.733Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "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-21T19:11:01.734Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:11:01.735Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:01.735Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:01.735Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:11:02.129Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:02.736Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T19:11:02.737Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:11:02.737Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T19:11:02.737Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T19:11:02.737Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:11:02.768Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:11:02.768Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:11:02.768Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:11:02.768Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T19:11:02.768Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:11:02.768Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:11:02.791Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T19:11:02.791Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@85f4593 2023-03-21T19:11:02.791Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:11:02.792Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:11:02.792Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:11:02.792Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:11:02.792Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:11:02.792Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:11:02.792Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:02.792Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:02.792Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425862792, "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-21T19:11:03.793Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:11:03.815Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T19:11:03.815Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:11:03.815Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T19:11:03.815Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:11:03.815Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:03.815Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:03.815Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425863815, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:11:04.816Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:11:04.817Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T19:11:04.817Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:11:04.817Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:04.817Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:04.817Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425864816, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:11:05.140Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:05.818Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:11:06.083Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:11:06.087Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:11:06.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:11:06.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:11:06.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:11:06.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:11:06.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:11:06.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:11:06.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:11:06.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:11:06.097Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:11:08.154Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:11.163Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:14.172Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:17.181Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:20.194Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:23.203Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:26.212Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:29.220Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:32.237Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:35.246Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:36.097Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:11:36.105Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T19:11:36.105Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T19:11:36.106Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T19:11:36.113Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:11:36.130Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:11:36.131Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T19:11:36.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:11:36.283Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T19:11:36.283Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:11:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[495712], x-aai-txid=[2-aai-resources-230321-19:11:35:120-8027], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:11:36.284Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:11:36.285Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:11:36.285Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:11:36.289Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:11:36.289Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:11:36.289Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:11:36.289Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:36.289Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:36.289Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425896289, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:11:37.308Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T19:11:37.308Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:11:37.308Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:11:37.308Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:37.308Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:37.308Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "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-21T19:11:38.255Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:38.309Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:11:38.310Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:38.310Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:38.310Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "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-21T19:11:39.311Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:11:39.312Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:39.312Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:39.312Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "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-21T19:11:40.313Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:11:40.314Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:40.314Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:40.314Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "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-21T19:11:41.264Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:41.315Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:11:41.316Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:41.316Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:41.316Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "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-21T19:11:42.317Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:11:42.318Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:42.318Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:42.318Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "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-21T19:11:43.319Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:11:43.320Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:43.320Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:43.320Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:11:44.278Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:44.321Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T19:11:44.321Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:11:44.322Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T19:11:44.322Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:11:44.323Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:11:44.356Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:11:44.357Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:11:44.357Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:11:44.357Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:11:44.357Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:11:44.357Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:11:44.576Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T19:11:44.577Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35f34787-68b1-43bf-b717-a85f981bf1e0 75182 2023-03-21T19:11:44.578Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:11:44.578Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:11:44.578Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:11:44.579Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:44.579Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:44.579Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425904578, "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-21T19:11:45.580Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:11:45.581Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:11:45.581Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:11:45.582Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-21T19:11:45.582Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:11:45.583Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:11:45.673Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8308491579610574009/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-21T19:11:46.614Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:11:46.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T19:11:46.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:11:46.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:11:46.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:11:46.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:11:46.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:11:46.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:11:46.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:11:46.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:11:46.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-21T19:11:46.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T19:11:46.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:11:46.615Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T19:11:46.616Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T19:11:46.617Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:11:46.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-21T19:11:46.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T19:11:46.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T19:11:46.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=47821cd0-a75a-4e7d-9ef1-7b8e05719111 2023-03-21T19:11:46.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:11:46.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:11:46.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:11:46.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:11:46.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:11:46.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:11:46.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:11:46.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:11:46.618Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:78745ee9-54c5-42a2-88ed-c250fd19849c Model Version:NULL Model InvariantUuid:6e202c3c-abbf-41d2-99e8-93de82e04bee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:a9088d57-005f-4a8e-9523-573ac1374aed Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:df1b722b-474e-4a65-9afb-b2516982e63e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7a557346-9d18-4964-9829-ea194a679219 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:90ae4506-32f2-4e57-9980-3c9735c9cda4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:47821cd0-a75a-4e7d-9ef1-7b8e05719111 ModelInvariantUuid:4ebbbe66-48f7-4843-a5fe-f932b1a37377 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:2e5a5157-af0e-44e4-a287-017f9dd30455 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:62036df7-b1c3-4a6a-81f3-cd346a1c0847 ModelInvariantUuid:b8ced6ec-ad5f-4d70-a14d-0ea07722d15a ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:8fdf959d-c83d-42a6-9749-7f8667cb9599 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-21T19:11:46.646Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T19:11:46.646Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:11:46.647Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T19:11:46.647Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:11:46.647Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:46.647Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:46.647Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425906646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:11:47.297Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:11:47.648Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:11:47.648Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T19:11:47.648Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:11:47.648Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:11:47.648Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:11:47.649Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425907648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:11:48.649Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:11:48.664Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:11:48.666Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:11:48.666Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:11:48.666Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:11:48.666Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:11:48.666Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:11:48.666Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:11:48.666Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:11:48.666Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:11:48.666Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:11:48.672Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:11:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:11:49.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:11:49.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:11:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:11:49.195Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:11:49.209Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:11:49.209Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:11:49.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:11:49.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:11:49.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:11:49.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:11:49.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=496, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:11:49.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:11:49.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:11:50.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "policy-distribution-id", "timestamp": 1679425781322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "ves-openapi-manager", "timestamp": 1679425768448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "multicloud-k8s", "timestamp": 1679425781183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "cds-sdc-listener", "timestamp": 1679425777836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "policy-distribution-id", "timestamp": 1679425781322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "ves-openapi-manager", "timestamp": 1679425768448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "cds-sdc-listener", "timestamp": 1679425777836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "multicloud-k8s", "timestamp": 1679425781183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "policy-distribution-id", "timestamp": 1679425790479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "cds-sdc-listener", "timestamp": 1679425791013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "aai-model-loader", "timestamp": 1679425791160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "policy-distribution-id", "timestamp": 1679425791481, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "aai-model-loader", "timestamp": 1679425791160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "policy-distribution-id", "timestamp": 1679425792483, "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-21T19:11:50.255Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 356e5ecc-d46a-46f7-badc-32b46fa53983 2023-03-21T19:11:50.255Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 356e5ecc-d46a-46f7-badc-32b46fa53983 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-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "aai-model-loader", "timestamp": 1679425791160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "aai-model-loader", "timestamp": 1679425791160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "aai-model-loader", "timestamp": 1679425791160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679425794451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "aai-model-loader", "timestamp": 1679425791160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679425794451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "aai-model-loader", "timestamp": 1679425791160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679425794451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.265Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "aai-model-loader", "timestamp": 1679425791160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679425794451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "aai-model-loader", "timestamp": 1679425799307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679425794451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679425794451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679425794451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "aai-model-loader", "timestamp": 1679425802814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T19:11:50.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.267Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679425794451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:11:50.267Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.267Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "aai-model-loader", "timestamp": 1679425803817, "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-21T19:11:50.270Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 356e5ecc-d46a-46f7-badc-32b46fa53983 2023-03-21T19:11:50.271Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 356e5ecc-d46a-46f7-badc-32b46fa53983 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-21T19:11:50.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.280Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679425803234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:11:50.280Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.281Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679425805006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T19:11:50.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.281Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679425806010, "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-21T19:11:50.287Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 356e5ecc-d46a-46f7-badc-32b46fa53983 2023-03-21T19:11:50.287Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 356e5ecc-d46a-46f7-badc-32b46fa53983 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-21T19:11:50.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.299Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425859715, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T19:11:50.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.299Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.299Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.299Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425862792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425863815, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425864816, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425896289, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:11:50.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.301Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:11:50.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.301Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425904578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:11:50.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.301Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425906646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T19:11:50.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:11:50.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:11:50.301Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425907648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T19:11:50.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:12:18.672Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:12:18.677Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T19:12:18.677Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T19:12:18.678Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T19:12:18.682Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:12:18.705Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:12:18.705Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T19:12:18.712Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:12:18.862Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T19:12:18.863Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:12:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[180304], x-aai-txid=[2-aai-resources-230321-19:12:17:695-44066], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:12:18.863Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:12:18.863Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:12:18.863Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:12:18.876Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:12:18.876Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:12:18.876Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:12:18.876Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:12:18.876Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:12:18.876Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425938876, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:12:19.895Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T19:12:19.895Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:12:19.895Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:12:19.895Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:12:19.895Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:12:19.895Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:12:20.896Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:12:20.897Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:12:20.897Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:12:20.897Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:12:21.897Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:12:21.898Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:12:21.898Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:12:21.898Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:12:22.899Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:12:22.900Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:12:22.900Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:12:22.900Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:12:23.901Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:12:23.901Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:12:23.901Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:12:23.901Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:12:24.902Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:12:24.903Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:12:24.903Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:12:24.903Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:12:25.904Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:12:25.904Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:12:25.904Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:12:25.904Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:12:26.905Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:12:26.906Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:12:26.906Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:12:26.906Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:12:27.907Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T19:12:27.908Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:12:27.908Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T19:12:27.909Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T19:12:27.909Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:12:27.945Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:12:27.945Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:12:27.945Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:12:27.945Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:27.945Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:12:27.945Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:28.212Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T19:12:28.215Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T19:12:28.216Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:12:28.216Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:28.216Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:12:28.216Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:12:28.216Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:12:28.216Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425948216, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:12:29.218Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:12:29.218Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:12:29.219Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:29.219Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:29.220Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:29.220Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:29.297Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3286242798232441893/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T19:12:29.873Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:12:29.873Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T19:12:29.873Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:29.873Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:12:29.873Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:29.873Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:29.873Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:29.873Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:29.873Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:29.873Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:29.873Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:12:29.874Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:12:29.875Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:12:29.875Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:12:29.875Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:12:29.875Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:12:29.875Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:12:29.875Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:12:29.875Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T19:12:29.899Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T19:12:29.900Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:12:29.900Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T19:12:29.900Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:12:29.900Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:12:29.900Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:12:29.900Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425949900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:12:30.902Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:12:30.903Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T19:12:30.903Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:12:30.903Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:12:30.903Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:12:30.903Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425950902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:12:31.904Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:12:31.919Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:12:31.924Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:12:31.924Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:12:31.924Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:12:31.924Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:12:31.925Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:12:31.925Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:12:31.925Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:12:31.925Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:12:31.925Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T19:12:31.940Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:12:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:12:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:12:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425938876, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425503022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425948216, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425949900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425950902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T19:12:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:13:01.941Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:13:01.946Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T19:13:01.946Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T19:13:01.947Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T19:13:01.953Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:13:01.968Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:13:01.970Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T19:13:01.977Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:13:02.113Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T19:13:02.113Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:13:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[155696], x-aai-txid=[1-aai-resources-230321-19:13:00:959-31669], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:13:02.113Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:13:02.114Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:13:02.114Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T19:13:02.120Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T19:13:02.120Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:13:02.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:13:02.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:13:02.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:13:02.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425982120, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:13:03.147Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T19:13:03.147Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T19:13:03.148Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:13:03.149Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:13:03.149Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:13:03.149Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:13:03.152Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:13:03.154Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ce112a66-f105-4af4-ae7e-1a601b2275f0 2023-03-21T19:13:03.155Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:13:03.155Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:13:04.549Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:07.563Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:10.572Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:13.582Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:16.591Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:19.599Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:22.606Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:25.616Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:28.625Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:31.634Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:34.642Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:37.652Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:40.667Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:43.679Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:46.688Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:13:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:13:49.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:13:49.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:13:49.192Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ce112a66-f105-4af4-ae7e-1a601b2275f0', protocol='range'} 2023-03-21T19:13:49.192Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:13:49.196Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ce112a66-f105-4af4-ae7e-1a601b2275f0=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:13:49.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:13:49.210Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ce112a66-f105-4af4-ae7e-1a601b2275f0', protocol='range'} 2023-03-21T19:13:49.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:13:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:13:49.211Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:13:49.211Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:13:49.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:13:49.214Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:13:49.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:13:49.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:13:49.214Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:13:49.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=559, offsetEpoch=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-21T19:13:49.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:13:49.214Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:13:49.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:13:49.214Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:13:49.215Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:13:49.215Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:13:50.228Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T19:13:50.229Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:13:50.230Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:13:50.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:13:50.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:13:50.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:13:50.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:13:50.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425982120, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:13:50.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:13:51.233Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:13:51.234Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:13:51.234Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:13:51.234Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:13:52.235Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:13:52.236Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:13:52.236Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:13:52.236Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:13:53.237Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:13:53.237Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:13:53.237Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:13:53.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:13:54.239Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:13:54.240Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:13:54.240Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:13:54.240Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:13:55.241Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:13:55.242Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:13:55.242Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:13:55.242Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:13:56.243Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:13:56.244Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:13:56.244Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:13:56.244Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:13:57.245Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T19:13:57.245Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:13:57.245Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T19:13:57.246Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:13:57.246Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:13:57.272Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:13:57.273Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:13:57.273Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:13:57.273Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:13:57.273Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:13:57.273Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:13:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T19:13:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4a3ef9b 2023-03-21T19:13:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:13:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:13:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:13:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T19:13:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T19:13:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:13:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:13:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:13:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426037301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:13:58.302Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T19:13:58.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T19:13:58.318Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:13:58.321Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T19:13:58.322Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T19:13:58.322Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:13:58.322Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:13:58.323Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:13:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T19:13:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3b13ccb1 2023-03-21T19:13:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:13:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:13:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:13:58.342Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T19:13:58.342Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T19:13:58.342Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:13:58.342Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:13:58.342Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:13:58.342Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426038341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:13:59.343Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T19:13:59.343Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:13:59.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:13:59.362Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:13:59.362Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:14:29.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:14:29.382Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:14:29.387Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:14:29.387Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:14:49.174Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:14:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:14:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:14:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:14:59.388Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:14:59.406Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:14:59.410Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:14:59.410Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:15:29.411Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:15:29.424Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:15:29.427Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:15:29.427Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:15:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:15:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:15:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:15:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:15:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:15:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T19:15:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:15:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:15:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:15:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:15:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:15:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T19:15:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:15:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:15:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:15:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:15:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:15:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:15:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:15:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:15:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426037301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:15:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:15:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:15:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426038341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:15:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:15:59.427Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:15:59.441Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:15:59.443Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:15:59.443Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:16:29.443Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:16:29.460Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:16:29.462Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:16:29.462Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:16:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:16:59.463Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:16:59.476Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:16:59.479Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:16:59.479Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:17:29.480Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:17:29.498Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:17:29.501Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:17:29.502Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:17:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:17:59.502Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:17:59.510Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:17:59.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:17:59.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:18:29.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:18:29.529Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:18:29.533Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:18:29.533Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:18:49.173Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:18:50.284Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:18:50.284Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ce112a66-f105-4af4-ae7e-1a601b2275f0 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-21T19:18:50.285Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T19:18:50.285Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T19:18:52.820Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:18:52.831Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:18:52.831Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:18:52.835Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:18:52.835Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:18:52.846Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:18:52.847Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:18:52.847Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:18:52.849Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:18:52.849Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:18:52.849Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:18:52.849Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=569, offsetEpoch=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-21T19:18:52.849Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:18:52.850Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:18:59.534Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T19:18:59.534Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:18:59.543Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T19:18:59.544Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T19:18:59.544Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T19:18:59.552Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:18:59.569Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T19:18:59.569Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dff4bc61-c77a-4124-a3e9-2afcb24d324e], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T19:18:59.577Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T19:18:59.725Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:18:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[196672], x-aai-txid=[0-aai-resources-230321-19:18:58:559-38709], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:18:59.726Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:18:59.727Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T19:18:59.727Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:18:59.727Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T19:18:59.733Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T19:18:59.733Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T19:18:59.734Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T19:18:59.734Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:18:59.734Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:18:59.734Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426339733, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:18:59.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:18:59.752Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426339733, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T19:18:59.753Z||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-21T19:19:00.754Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T19:19:00.754Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:19:00.754Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:19:00.754Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:00.755Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:00.755Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "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-21T19:19:01.755Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:19:01.756Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:01.756Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:01.756Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:19:02.757Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T19:19:02.757Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:19:02.757Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T19:19:02.757Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T19:19:02.758Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:19:02.788Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:19:02.788Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:19:02.789Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:19:02.789Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T19:19:02.789Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:19:02.789Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:19:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T19:19:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@325bacc5 2023-03-21T19:19:02.821Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:19:02.821Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:19:02.821Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:19:02.821Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:19:02.821Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:19:02.822Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:19:02.822Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:02.822Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:02.822Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426342821, "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-21T19:19:03.823Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:19:03.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T19:19:03.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:19:03.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T19:19:03.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:19:03.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:03.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:03.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426343883, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:19:04.884Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:19:04.885Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T19:19:04.885Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:19:04.885Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:04.885Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:04.885Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426344884, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:19:05.887Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:19:05.900Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:19:05.903Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:19:05.903Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:19:05.903Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:19:05.903Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:19:05.903Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:19:05.903Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:19:05.903Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:19:05.903Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:19:05.903Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:19:05.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:19:35.911Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:19:35.915Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T19:19:35.915Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T19:19:35.916Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T19:19:35.920Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:19:35.945Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:19:35.946Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T19:19:35.954Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:19:36.091Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T19:19:36.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:19:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[495712], x-aai-txid=[0-aai-resources-230321-19:19:34:935-76994], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:19:36.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:19:36.093Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:19:36.093Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:19:36.099Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:19:36.099Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:19:36.099Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:19:36.099Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:36.100Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:36.100Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426376099, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:19:37.119Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T19:19:37.119Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:19:37.120Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:19:37.120Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:37.120Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:37.120Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "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-21T19:19:38.121Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:19:38.121Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:38.121Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:38.122Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "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-21T19:19:39.126Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:19:39.126Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:39.126Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:39.126Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "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-21T19:19:40.127Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:19:40.127Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:40.127Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:40.127Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "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-21T19:19:41.128Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:19:41.129Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:41.129Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:41.129Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "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-21T19:19:42.130Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:19:42.130Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:42.130Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:42.130Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "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-21T19:19:43.131Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:19:43.131Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:43.132Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:43.132Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:19:44.133Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T19:19:44.133Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:19:44.133Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T19:19:44.134Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:19:44.134Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:19:44.176Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:19:44.177Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:19:44.177Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:19:44.177Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:19:44.177Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:19:44.178Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:19:44.201Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T19:19:44.201Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e8146cf 2023-03-21T19:19:44.202Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:19:44.202Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:19:44.202Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:19:44.203Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:19:44.203Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:19:44.203Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:19:44.203Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:44.204Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:44.204Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426384203, "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-21T19:19:45.205Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:19:45.237Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T19:19:45.237Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:19:45.237Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T19:19:45.238Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:19:45.238Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:45.238Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:45.238Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426385237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:19:46.239Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:19:46.240Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T19:19:46.240Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:19:46.240Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:19:46.240Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:19:46.240Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426386239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:19:47.241Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:19:47.246Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:19:47.247Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:19:47.247Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:19:47.247Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:19:47.248Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:19:47.248Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:19:47.248Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:19:47.248Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:19:47.248Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:19:47.248Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:19:47.250Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:19:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:19:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:19:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426342821, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:19:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426343883, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T19:19:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426344884, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T19:19:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426376099, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:19:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:19:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:19:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T19:19:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:19:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T19:19:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:19:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:19:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426384203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:19:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426385237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T19:19:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:19:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:19:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426386239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T19:19:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:20:17.251Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:20:17.254Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T19:20:17.255Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T19:20:17.255Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T19:20:17.260Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:20:17.275Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T19:20:17.275Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dbcddc06-aa9c-4a78-955a-cd247d9f7f6f], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T19:20:17.280Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:20:17.416Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:20:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[180304], x-aai-txid=[1-aai-resources-230321-19:20:16:260-351], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:20:17.416Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:20:17.417Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T19:20:17.417Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:20:17.417Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:20:17.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:20:17.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:20:17.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:20:17.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:20:17.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:20:17.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426417427, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:20:18.447Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T19:20:18.447Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:20:18.447Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:20:18.448Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:20:18.448Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:20:18.448Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:20:19.449Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:20:19.449Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:20:19.449Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:20:19.449Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:20:20.450Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:20:20.451Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:20:20.451Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:20:20.451Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:20:21.452Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:20:21.452Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:20:21.452Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:20:21.452Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:20:22.453Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:20:22.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:20:22.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:20:22.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:20:23.455Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:20:23.455Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:20:23.455Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:20:23.455Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:20:24.456Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:20:24.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:20:24.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:20:24.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:20:25.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:20:25.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:20:25.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:20:25.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:20:26.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T19:20:26.462Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:20:26.462Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T19:20:26.462Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T19:20:26.462Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:20:26.487Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:20:26.487Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:20:26.488Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:20:26.489Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:26.490Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:20:26.490Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:26.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T19:20:26.783Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T19:20:26.783Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:20:26.784Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:26.784Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:20:26.784Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:20:26.784Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:20:26.785Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426426783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:20:27.786Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:20:27.786Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:20:27.787Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:27.787Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:27.788Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:27.788Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:27.870Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18316497495773906476/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T19:20:28.483Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:20:28.483Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T19:20:28.483Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:28.483Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:20:28.484Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:20:28.485Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:20:28.485Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T19:20:28.485Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:20:28.485Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:20:28.485Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:20:28.485Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:20:28.485Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:20:28.485Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:20:28.485Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:20:28.486Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:20:28.486Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:20:28.486Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:20:28.486Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:20:28.486Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T19:20:28.522Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T19:20:28.522Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:20:28.522Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T19:20:28.522Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:20:28.522Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:20:28.522Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:20:28.522Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426428522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:20:29.524Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:20:29.524Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T19:20:29.524Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:20:29.524Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:20:29.524Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:20:29.525Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426429523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:20:30.526Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:20:30.534Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:20:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:20:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:20:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:20:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:20:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:20:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:20:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:20:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:20:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T19:20:30.543Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:20:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426417427, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:20:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:20:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426426783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:20:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426428522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T19:20:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T19:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426429523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T19:20:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:21:00.543Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:21:00.555Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T19:21:00.555Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T19:21:00.556Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T19:21:00.561Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:21:00.577Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T19:21:00.577Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a59b575-bc40-4c8f-a299-af99df17aaee], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T19:21:00.582Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:21:00.718Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:20:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[155696], x-aai-txid=[2-aai-resources-230321-19:20:59:564-76603], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:21:00.719Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:21:00.719Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T19:21:00.720Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:21:00.720Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T19:21:00.728Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T19:21:00.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:21:00.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:21:00.729Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:00.729Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:00.729Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426460728, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:21:01.755Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T19:21:01.755Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:21:01.756Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:01.756Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:01.756Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:01.756Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:02.757Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:02.758Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:02.758Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:02.758Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:03.759Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:03.759Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:03.759Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:03.759Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:04.759Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:04.760Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:04.760Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:04.760Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:05.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:05.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:05.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:05.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:06.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:06.764Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:06.764Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:06.764Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:07.765Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:07.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:07.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:07.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:08.767Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:08.767Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:08.768Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:08.768Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:09.769Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T19:21:09.770Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:21:09.770Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T19:21:09.771Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T19:21:09.771Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T19:21:09.828Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:21:09.829Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:21:09.829Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:21:09.829Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:09.829Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:21:09.830Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:10.140Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T19:21:10.144Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T19:21:10.144Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:21:10.144Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:10.144Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:21:10.144Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:10.144Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:10.144Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426470144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:11.145Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:21:11.146Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:21:11.146Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:11.146Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:11.147Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:11.147Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:11.221Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16985012651056384992/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T19:21:11.791Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:21:11.792Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:21:11.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T19:21:11.812Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:21:11.816Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||pNF 5d9d6750-ae33 0 2023-03-21T19:21:11.817Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 2023-03-21T19:21:11.817Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T19:21:11.817Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T19:21:11.817Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5d9d6750-ae33 0 9d6edb88-b320-4d26-afa8-a289039b5219 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-21T19:21:11.831Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a996383, org.onap.sdc.toscaparser.api.parameters.Input@4dd5d6bf, org.onap.sdc.toscaparser.api.parameters.Input@28920c9f, org.onap.sdc.toscaparser.api.parameters.Input@9ad4bb5, org.onap.sdc.toscaparser.api.parameters.Input@2889a478] 2023-03-21T19:21:11.832Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:21:11.832Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:21:11.832Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 12ec2807-669d-41ea-aacd-b5ef5894ef52: pNF 5d9d6750-ae33 2023-03-21T19:21:11.832Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Processing PNF resource: 9d6edb88-b320-4d26-afa8-a289039b5219 2023-03-21T19:21:11.832Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:21:11.832Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:21:11.832Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Resource customization UUID: 63ecc9ff-f363-4eb9-8123-1227995d46b2 is the same as notified resource customizationUUID: 63ecc9ff-f363-4eb9-8123-1227995d46b2 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-21T19:21:11.934Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5d9d6750-ae33 9d6edb88-b320-4d26-afa8-a289039b5219 0 ASDC deployResourceStructure 2023-03-21T19:21:11.934Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:21:11.935Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:21:11.935Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T19:21:11.935Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:11.935Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:11.935Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426471934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:12.936Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:21:12.959Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:21:12.963Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:21:12.963Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:21:12.964Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:21:12.964Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:21:12.964Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:21:12.964Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:21:12.964Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:21:12.964Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:21:12.964Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T19:21:12.979Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:21:42.980Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:21:42.991Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T19:21:42.991Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T19:21:42.992Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T19:21:42.999Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:21:43.027Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T19:21:43.028Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3ef56dc2-102e-42d0-8162-0849fec8ef20], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T19:21:43.039Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:21:43.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:21:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[532576], x-aai-txid=[0-aai-resources-230321-19:21:42:019-39019], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:21:43.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:21:43.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T19:21:43.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:21:43.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T19:21:43.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T19:21:43.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:21:43.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:21:43.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:43.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:43.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426503208, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:21:44.236Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T19:21:44.237Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T19:21:44.237Z||pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:21:44.238Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:21:44.238Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:21:44.238Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:21:44.241Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c50c2124-3325-40d0-98a7-6f6ee4e999ab 2023-03-21T19:21:44.242Z||pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:21:44.242Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:21:44.242Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:21:44.495Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:21:47.503Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:21:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:49.184Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:21:49.184Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:21:49.189Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:21:49.189Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c50c2124-3325-40d0-98a7-6f6ee4e999ab', protocol='range'} 2023-03-21T19:21:49.195Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c50c2124-3325-40d0-98a7-6f6ee4e999ab=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:21:49.208Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c50c2124-3325-40d0-98a7-6f6ee4e999ab', protocol='range'} 2023-03-21T19:21:49.208Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:21:49.208Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:21:49.209Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:21:49.209Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:21:49.209Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:21:49.211Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:21:49.212Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:21:49.212Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:21:49.212Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:21:49.212Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:21:49.212Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:21:49.213Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:21:49.213Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:21:49.213Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:21:49.213Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=598, offsetEpoch=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-21T19:21:49.213Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:21:49.214Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:21:50.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:21:50.225Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:21:50.226Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:50.226Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:50.227Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:50.227Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:50.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:21:50.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426460728, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:21:50.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:21:50.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:21:50.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:21:50.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:21:50.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:21:50.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:21:50.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:21:50.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:21:50.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:21:50.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:21:50.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:21:50.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:21:50.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:21:50.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:21:50.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:21:50.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:21:50.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:21:50.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:21:50.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:21:50.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:21:50.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:21:50.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:21:50.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:21:50.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679425983147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:21:50.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:21:50.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:21:50.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426470144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:21:50.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:21:50.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:21:50.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426471934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T19:21:50.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:21:50.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:21:50.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426503208, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:21:50.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:21:51.228Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:51.229Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:51.229Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:51.229Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:52.231Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:52.231Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:52.232Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:52.232Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:53.233Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:53.234Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:53.234Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:53.234Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:54.236Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:54.236Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:54.236Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:54.236Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:55.238Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:55.238Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:55.238Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:55.238Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:56.239Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:21:56.239Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:56.239Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:56.239Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:57.240Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T19:21:57.241Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:21:57.241Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T19:21:57.241Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:21:57.241Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:21:57.291Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:21:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:21:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:21:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:21:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-03-21T19:21:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:21:57.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||GET Response Status 404 2023-03-21T19:21:57.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@eacaadb 2023-03-21T19:21:57.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:21:57.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:21:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:21:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T19:21:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T19:21:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:21:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:57.317Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426517317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:58.318Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T19:21:58.343Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:21:58.344Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:21:58.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T19:21:58.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T19:21:58.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:21:58.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-03-21T19:21:58.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:21:58.366Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||GET Response Status 404 2023-03-21T19:21:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@75b503f1 2023-03-21T19:21:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:21:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:21:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:21:58.368Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T19:21:58.368Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T19:21:58.368Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:21:58.368Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:21:58.368Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:21:58.368Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426518368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:21:59.369Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T19:21:59.370Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:21:59.394Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:21:59.399Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:21:59.399Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:22:29.400Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:22:29.422Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:22:29.427Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:22:29.427Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:22:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:22:49.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:22:49.174Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:22:49.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:22:59.427Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:22:59.455Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:22:59.459Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:22:59.459Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:23:29.459Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:23:29.478Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:23:29.482Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:23:29.482Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:23:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:23:49.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:23:49.174Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426517317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:23:49.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:23:49.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:23:49.174Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426518368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:23:49.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:23:59.482Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:23:59.502Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:23:59.506Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:23:59.506Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:24:29.506Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:24:29.533Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:24:29.537Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:24:29.537Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:24:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:24:59.538Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:24:59.561Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:24:59.565Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:24:59.565Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:25:29.566Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:25:29.594Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:25:29.600Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:25:29.601Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:25:49.173Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:25:59.601Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:25:59.626Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:25:59.630Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:25:59.631Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:26:29.631Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:26:29.656Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:26:29.661Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:26:29.661Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:26:49.174Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:26:50.258Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:26:50.258Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c50c2124-3325-40d0-98a7-6f6ee4e999ab 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-21T19:26:50.259Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T19:26:50.259Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T19:26:52.785Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:26:52.798Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:26:52.799Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:26:52.803Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:26:52.804Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:26:52.826Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:26:52.826Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:26:52.827Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:26:52.831Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:26:52.831Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:26:52.831Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:26:52.831Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=619, offsetEpoch=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-21T19:26:52.831Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:26:52.831Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:26:59.661Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T19:26:59.662Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:26:59.672Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T19:26:59.672Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T19:26:59.673Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T19:26:59.676Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:26:59.691Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T19:26:59.691Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[adbc4d58-fd38-4f22-adf3-62bcc8b93626], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T19:26:59.697Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T19:26:59.838Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:26:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[196672], x-aai-txid=[0-aai-resources-230321-19:26:58:676-13753], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:26:59.838Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:26:59.839Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T19:26:59.839Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:26:59.839Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:26:59.849Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:26:59.849Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T19:26:59.850Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T19:26:59.850Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:26:59.850Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:26:59.850Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426819850, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:26:59.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:26:59.868Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426819850, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T19:26:59.868Z||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-21T19:27:00.872Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:27:00.873Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:27:00.873Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:27:00.873Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:00.873Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:00.873Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "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-21T19:27:01.874Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:27:01.874Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:01.874Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:01.874Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:27:02.875Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T19:27:02.876Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:27:02.876Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T19:27:02.876Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T19:27:02.876Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:27:02.917Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:27:02.917Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:27:02.917Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:27:02.917Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T19:27:02.917Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-03-21T19:27:02.917Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T19:27:02.944Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||GET Response Status 404 2023-03-21T19:27:02.944Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3ca7b328 2023-03-21T19:27:02.944Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:27:02.944Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T19:27:02.944Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:27:02.944Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T19:27:02.944Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is not found) 2023-03-21T19:27:02.944Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:27:02.944Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:02.944Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:02.945Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426822944, "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-21T19:27:03.945Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:27:03.999Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T19:27:04.000Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T19:27:04.000Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T19:27:04.000Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:27:04.000Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:04.000Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:04.000Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426824000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:27:05.001Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T19:27:05.002Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T19:27:05.002Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:27:05.002Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:05.002Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:05.002Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426825001, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:27:06.003Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:27:06.027Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:27:06.031Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:27:06.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:27:06.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:27:06.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:27:06.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:27:06.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:27:06.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:27:06.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:27:06.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:27:06.047Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:27:36.047Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:27:36.057Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T19:27:36.058Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T19:27:36.058Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T19:27:36.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:27:36.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T19:27:36.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9004cff9-527c-49d4-9f97-6aad80a614c7], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T19:27:36.096Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:27:36.255Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:27:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[495712], x-aai-txid=[0-aai-resources-230321-19:27:35:074-55454], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:27:36.256Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:27:36.256Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T19:27:36.258Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:27:36.258Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:27:36.267Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:27:36.267Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:27:36.267Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:27:36.268Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:36.268Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:36.268Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426856267, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:27:37.293Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:27:37.293Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:27:37.293Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:27:37.293Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:37.294Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:37.294Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "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-21T19:27:38.294Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:27:38.295Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:38.295Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:38.295Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "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-21T19:27:39.296Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:27:39.297Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:39.297Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:39.297Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "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-21T19:27:40.298Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:27:40.299Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:40.299Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:40.299Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "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-21T19:27:41.300Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:27:41.300Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:41.301Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:41.301Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "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-21T19:27:42.301Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:27:42.302Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:42.302Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:42.302Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "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-21T19:27:43.302Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:27:43.303Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:43.303Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:43.303Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:27:44.304Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T19:27:44.305Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:27:44.305Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T19:27:44.306Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:27:44.306Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:27:44.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:27:44.354Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:27:44.354Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:27:44.354Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:27:44.354Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-03-21T19:27:44.354Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:27:44.378Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||GET Response Status 404 2023-03-21T19:27:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@55e1794 2023-03-21T19:27:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:27:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-21T19:27:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:27:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:27:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is not found) 2023-03-21T19:27:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:27:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426864379, "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-21T19:27:45.380Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:27:45.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T19:27:45.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:27:45.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T19:27:45.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:27:45.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:45.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:45.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426865428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:27:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:27:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T19:27:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:27:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:27:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:27:46.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426866429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:27:47.431Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:27:47.452Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:27:47.456Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:27:47.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:27:47.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:27:47.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:27:47.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:27:47.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:27:47.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:27:47.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:27:47.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:27:47.469Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:27:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:27:49.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.178Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:27:49.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.179Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:27:49.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.179Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426822944, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:27:49.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.179Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426824000, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T19:27:49.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.179Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426825001, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T19:27:49.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426856267, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T19:27:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:27:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:27:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426864379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:27:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426865428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T19:27:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:27:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:27:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426866429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T19:27:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:28:17.469Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:28:17.483Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T19:28:17.483Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T19:28:17.484Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T19:28:17.492Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:28:17.507Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:28:17.509Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T19:28:17.514Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:28:17.660Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T19:28:17.661Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:28:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[180304], x-aai-txid=[1-aai-resources-230321-19:28:16:490-4890], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:28:17.661Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:28:17.661Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:28:17.661Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:28:17.672Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:28:17.673Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:28:17.673Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:28:17.673Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:28:17.673Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:28:17.673Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426897673, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:28:18.698Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:28:18.698Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:28:18.698Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:28:18.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:28:18.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:28:18.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:28:19.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:28:19.700Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:28:19.700Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:28:19.700Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:28:20.700Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:28:20.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:28:20.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:28:20.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:28:21.702Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:28:21.703Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:28:21.703Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:28:21.703Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:28:22.704Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:28:22.704Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:28:22.704Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:28:22.705Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:28:23.705Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:28:23.706Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:28:23.706Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:28:23.706Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:28:24.706Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:28:24.707Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:28:24.707Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:28:24.707Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:28:25.708Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:28:25.708Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:28:25.708Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:28:25.709Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:28:26.710Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T19:28:26.710Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:28:26.711Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T19:28:26.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T19:28:26.711Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:28:26.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:28:26.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:28:26.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:28:26.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:26.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-03-21T19:28:26.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:27.053Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-03-21T19:28:27.056Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T19:28:27.057Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:28:27.057Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:27.057Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:28:27.057Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:28:27.057Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:28:27.058Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426907057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:28:28.058Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:28:28.059Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:28:28.060Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:28.060Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:28.061Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:28.061Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:28.141Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2836249146447810630/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T19:28:28.725Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:28:28.725Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-03-21T19:28:28.725Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:28.725Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:28:28.725Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:28.725Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:28.725Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:28.725Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:28.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:28.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:28.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:28:28.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-03-21T19:28:28.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:28:28.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:28:28.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:28:28.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-03-21T19:28:28.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:28:28.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:28:28.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:28:28.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:28:28.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-03-21T19:28:28.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:28:28.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:28:28.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:28:28.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:28:28.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:28:28.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:28:28.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:28:28.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:28:28.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:28:28.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:28:28.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:28:28.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T19:28:28.771Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T19:28:28.772Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:28:28.772Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T19:28:28.772Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:28:28.772Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:28:28.772Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:28:28.772Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426908772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:28:29.773Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:28:29.773Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T19:28:29.774Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:28:29.774Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:28:29.774Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:28:29.774Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426909773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:28:30.775Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:28:30.792Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:28:30.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:28:30.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:28:30.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:28:30.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:28:30.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:28:30.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:28:30.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:28:30.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:28:30.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:28:30.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:28:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:28:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:28:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426897673, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:28:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:28:49.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:28:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:28:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:28:49.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:28:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:28:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:28:49.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:28:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:28:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:28:49.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:28:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:28:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:28:49.186Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426907057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:28:49.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:28:49.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:28:49.187Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426908772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T19:28:49.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:28:49.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:28:49.187Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426909773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T19:28:49.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:00.806Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:29:00.813Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T19:29:00.813Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T19:29:00.814Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T19:29:00.819Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:29:00.835Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T19:29:00.835Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f65ee71e-7566-4c92-86e0-20e4981592ab], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T19:29:00.840Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:29:00.978Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:28:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[155696], x-aai-txid=[0-aai-resources-230321-19:28:59:820-54063], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:29:00.979Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:29:00.979Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T19:29:00.979Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:29:00.979Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:29:00.992Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:29:00.993Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:29:00.993Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:29:00.993Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:00.993Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:00.993Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426940993, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:29:02.013Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:29:02.014Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:29:02.014Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:02.014Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:02.014Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:02.014Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:03.014Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:03.015Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:03.015Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:03.015Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:04.016Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:04.017Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:04.017Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:04.017Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:05.017Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:05.018Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:05.018Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:05.018Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:06.019Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:06.020Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:06.020Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:06.020Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:07.020Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:07.021Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:07.021Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:07.021Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:08.022Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:08.023Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:08.023Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:08.023Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:09.024Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:09.024Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:09.025Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:09.025Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:10.026Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T19:29:10.026Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:29:10.027Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T19:29:10.027Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T19:29:10.027Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:29:10.067Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:29:10.068Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:29:10.068Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:29:10.068Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:10.068Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-03-21T19:29:10.068Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:10.364Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-03-21T19:29:10.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T19:29:10.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:29:10.369Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:10.369Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:29:10.369Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:10.369Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:10.369Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426950368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:11.370Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:29:11.370Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:29:11.371Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:11.371Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:11.372Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:11.372Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:11.450Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9227443299150585190/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T19:29:12.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:29:12.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-03-21T19:29:12.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:12.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:29:12.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:12.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:12.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:12.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:12.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:12.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:12.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:29:12.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:29:12.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:29:12.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:29:12.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:29:12.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:29:12.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:29:12.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:29:12.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T19:29:12.069Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T19:29:12.069Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:29:12.069Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T19:29:12.069Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:29:12.070Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:12.070Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:12.070Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426952069, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:13.071Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:29:13.071Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T19:29:13.071Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:29:13.072Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:13.072Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:13.072Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426953071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:14.073Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:29:14.094Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:29:14.107Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:29:14.107Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:29:14.107Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:29:14.107Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:29:14.107Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:29:14.107Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:29:14.107Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:29:14.108Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:29:14.108Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:29:14.118Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:29:44.119Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:29:44.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T19:29:44.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T19:29:44.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T19:29:44.136Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:29:44.157Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:29:44.157Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T19:29:44.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:29:44.308Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T19:29:44.308Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:29:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[532576], x-aai-txid=[1-aai-resources-230321-19:29:43:138-43176], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:29:44.308Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:29:44.310Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:29:44.310Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:29:44.322Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:29:44.322Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:29:44.322Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:29:44.322Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:44.323Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:44.323Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426984322, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:29:45.350Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T19:29:45.350Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T19:29:45.350Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:29:45.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:29:45.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:29:45.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:29:45.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-2b64613d-6b1f-400d-a34a-6fe2cb9153e6 2023-03-21T19:29:45.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:29:45.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:29:45.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:29:47.495Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:29:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:49.186Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:29:49.186Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:29:49.192Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:29:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-2b64613d-6b1f-400d-a34a-6fe2cb9153e6', protocol='range'} 2023-03-21T19:29:49.197Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-2b64613d-6b1f-400d-a34a-6fe2cb9153e6=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T19:29:49.211Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:29:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:29:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:29:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-2b64613d-6b1f-400d-a34a-6fe2cb9153e6', protocol='range'} 2023-03-21T19:29:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:29:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:29:49.215Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:29:49.215Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:29:49.215Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:29:49.215Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=648, offsetEpoch=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-21T19:29:49.215Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:29:49.215Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:29:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:29:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:29:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:29:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:29:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:29:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:29:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:29:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:50.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.235Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426940993, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:29:50.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:50.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.236Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:29:50.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:50.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.236Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:29:50.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:50.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.236Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:29:50.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:50.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:29:50.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:29:50.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:29:50.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:29:50.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426504236, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:29:50.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:50.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426950368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:29:50.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:50.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426952069, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T19:29:50.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:50.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426953071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T19:29:50.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:50.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:29:50.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426984322, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:29:50.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:29:51.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:51.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:51.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:51.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:52.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:52.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:52.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:52.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:53.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:53.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:53.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:53.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:54.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:54.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:54.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:54.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:55.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:55.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:55.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:55.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:56.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:29:56.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:56.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:56.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:57.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T19:29:57.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:29:57.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T19:29:57.244Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:29:57.244Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:29:57.288Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:29:57.289Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:29:57.289Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:29:57.289Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:29:57.289Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-03-21T19:29:57.289Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:29:57.312Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||GET Response Status 404 2023-03-21T19:29:57.312Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@539c3870 2023-03-21T19:29:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:29:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:29:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:29:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T19:29:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T19:29:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:29:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426997313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:58.314Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T19:29:58.344Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:29:58.344Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:29:58.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T19:29:58.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T19:29:58.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:29:58.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-03-21T19:29:58.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:29:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||GET Response Status 404 2023-03-21T19:29:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@aec0182 2023-03-21T19:29:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:29:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:29:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:29:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T19:29:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T19:29:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:29:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:29:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:29:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426998364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:29:59.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T19:29:59.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:29:59.389Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:29:59.392Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:29:59.392Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:30:29.393Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:30:29.414Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:30:29.417Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:30:29.418Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:30:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:30:49.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:30:49.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:30:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:30:59.418Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:30:59.441Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:30:59.445Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:30:59.445Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:31:29.445Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:31:29.467Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:31:29.471Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:31:29.472Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:31:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:31:49.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:31:49.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:31:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:31:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:31:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T19:31:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:31:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:31:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:31:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:31:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:31:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T19:31:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:31:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:31:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:31:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:31:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:31:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:31:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:31:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:31:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426997313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:31:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:31:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:31:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679426998364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:31:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:31:59.472Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:31:59.498Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:31:59.502Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:31:59.502Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:32:29.503Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:32:29.525Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:32:29.529Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:32:29.529Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:32:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:32:59.529Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:32:59.553Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:32:59.557Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:32:59.558Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:33:29.558Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:33:29.584Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:33:29.589Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:33:29.589Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:33:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:33:59.589Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:33:59.613Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:33:59.617Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:33:59.617Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:34:29.617Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:34:29.643Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:34:29.648Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:34:29.648Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:34:49.174Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:34:50.268Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:34:50.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-2b64613d-6b1f-400d-a34a-6fe2cb9153e6 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-21T19:34:50.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T19:34:50.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T19:34:52.822Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:34:52.834Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:34:52.834Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:34:52.838Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:34:52.839Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:34:52.854Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:34:52.854Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:34:52.854Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:34:52.857Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:34:52.857Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:34:52.858Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:34:52.859Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=670, offsetEpoch=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-21T19:34:52.859Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:34:52.859Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:34:59.648Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T19:34:59.648Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:34:59.659Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T19:34:59.659Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T19:34:59.660Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T19:34:59.667Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:34:59.686Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:34:59.688Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T19:34:59.693Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T19:34:59.859Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T19:34:59.859Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:34:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[196672], x-aai-txid=[2-aai-resources-230321-19:34:58:670-82544], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:34:59.860Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:34:59.861Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:34:59.861Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:34:59.871Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:34:59.871Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T19:34:59.871Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T19:34:59.872Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:34:59.872Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:34:59.872Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427299871, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:34:59.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:34:59.901Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427299871, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T19:34:59.902Z||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-21T19:35:00.903Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:35:00.903Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:35:00.904Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:35:00.904Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:00.904Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:00.904Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "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-21T19:35:01.905Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:35:01.905Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:01.906Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:01.906Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:35:02.907Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T19:35:02.908Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:35:02.908Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T19:35:02.908Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T19:35:02.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:35:02.953Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:35:02.954Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:35:02.954Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:35:02.955Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T19:35:02.955Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-03-21T19:35:02.955Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T19:35:02.984Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||GET Response Status 404 2023-03-21T19:35:02.984Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@636012c3 2023-03-21T19:35:02.985Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:35:02.985Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T19:35:02.985Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:35:02.985Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T19:35:02.986Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is not found) 2023-03-21T19:35:02.986Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:35:02.986Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:02.986Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:02.986Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427302985, "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-21T19:35:03.987Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:35:04.036Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T19:35:04.037Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T19:35:04.037Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T19:35:04.037Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:35:04.037Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:04.037Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:04.037Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427304037, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:35:05.038Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T19:35:05.039Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T19:35:05.039Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:35:05.039Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:05.039Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:05.039Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427305038, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:35:06.040Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:35:06.061Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:35:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:35:06.066Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:35:06.066Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:35:06.066Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:35:06.066Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:35:06.066Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:35:06.066Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:35:06.066Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:35:06.067Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:35:06.077Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:35:36.078Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:35:36.091Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T19:35:36.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T19:35:36.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T19:35:36.099Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:35:36.124Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:35:36.127Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T19:35:36.135Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:35:36.283Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T19:35:36.283Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:35:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[495712], x-aai-txid=[0-aai-resources-230321-19:35:35:112-22274], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:35:36.285Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:35:36.285Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:35:36.285Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:35:36.291Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:35:36.292Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:35:36.292Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:35:36.292Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:36.292Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:36.292Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427336292, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:35:37.321Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:35:37.321Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:35:37.321Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:35:37.321Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:37.321Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:37.321Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "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-21T19:35:38.323Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:35:38.323Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:38.323Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:38.323Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "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-21T19:35:39.324Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:35:39.325Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:39.325Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:39.325Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "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-21T19:35:40.325Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:35:40.326Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:40.326Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:40.326Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "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-21T19:35:41.327Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:35:41.327Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:41.327Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:41.328Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "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-21T19:35:42.328Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:35:42.329Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:42.329Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:42.329Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "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-21T19:35:43.330Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:35:43.331Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:43.331Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:43.331Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:35:44.333Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T19:35:44.333Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:35:44.333Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T19:35:44.334Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:35:44.334Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:35:44.381Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:35:44.381Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:35:44.382Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:35:44.382Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:35:44.382Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-03-21T19:35:44.382Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:35:44.406Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||GET Response Status 404 2023-03-21T19:35:44.406Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@688451e9 2023-03-21T19:35:44.406Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:35:44.407Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-21T19:35:44.407Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:35:44.407Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:35:44.407Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is not found) 2023-03-21T19:35:44.407Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:35:44.407Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:44.407Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:44.407Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427344407, "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-21T19:35:45.409Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:35:45.453Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T19:35:45.453Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:35:45.453Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T19:35:45.453Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:35:45.453Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:45.453Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:45.453Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427345453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:35:46.455Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:35:46.455Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T19:35:46.455Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:35:46.456Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:35:46.456Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:35:46.456Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427346455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:35:47.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:35:47.483Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:35:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:35:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:35:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:35:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:35:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:35:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:35:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:35:47.489Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:35:47.489Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:35:47.503Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:35:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:35:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:35:49.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427302985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427304037, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427305038, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427336292, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:35:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:35:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T19:35:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:35:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T19:35:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:35:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:35:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427344407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:35:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427345453, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T19:35:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:35:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:35:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427346455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T19:35:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:36:17.503Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:36:17.515Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T19:36:17.515Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T19:36:17.516Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T19:36:17.522Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:36:17.541Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T19:36:17.541Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a36129b6-fef1-40ec-834a-ca3264b8ba9a], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T19:36:17.547Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:36:17.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:36:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[180304], x-aai-txid=[2-aai-resources-230321-19:36:16:523-30239], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:36:17.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:36:17.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T19:36:17.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:36:17.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:36:17.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:36:17.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:36:17.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:36:17.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:36:17.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:36:17.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427377701, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:36:18.731Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:36:18.731Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:36:18.732Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:36:18.732Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:36:18.732Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:36:18.732Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:36:19.733Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:36:19.733Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:36:19.733Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:36:19.733Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:36:20.734Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:36:20.735Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:36:20.735Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:36:20.735Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:36:21.736Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:36:21.736Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:36:21.737Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:36:21.737Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:36:22.738Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:36:22.738Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:36:22.738Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:36:22.738Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:36:23.739Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:36:23.739Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:36:23.739Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:36:23.740Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:36:24.740Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:36:24.741Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:36:24.741Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:36:24.741Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:36:25.742Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:36:25.743Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:36:25.743Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:36:25.743Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:36:26.744Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T19:36:26.744Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:36:26.744Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T19:36:26.744Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T19:36:26.745Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:36:26.783Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:36:26.784Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:36:26.784Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:36:26.784Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:26.784Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-03-21T19:36:26.784Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:27.097Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-03-21T19:36:27.101Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T19:36:27.102Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:36:27.102Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:27.102Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:36:27.102Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:36:27.102Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:36:27.102Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427387101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:36:28.103Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:36:28.104Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:36:28.104Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:28.105Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:28.105Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:28.105Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:28.182Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6766901558413183538/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T19:36:28.778Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:36:28.778Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-03-21T19:36:28.778Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:28.778Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:36:28.778Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:28.778Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:28.778Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:28.778Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:28.778Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:28.778Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:36:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:36:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:36:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:36:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:36:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:36:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:36:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:36:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:36:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:36:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T19:36:28.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T19:36:28.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:36:28.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T19:36:28.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:36:28.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:36:28.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:36:28.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427388831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:36:29.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:36:29.833Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T19:36:29.833Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:36:29.833Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:36:29.833Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:36:29.833Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427389832, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:36:30.834Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:36:30.857Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:36:30.861Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:36:30.861Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:36:30.861Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:36:30.861Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:36:30.861Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:36:30.861Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:36:30.861Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:36:30.862Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:36:30.862Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:36:30.872Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:36:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:36:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:36:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427377701, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:36:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:36:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:36:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:36:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:36:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:36:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:36:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:36:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:36:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:36:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:36:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:36:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:36:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:36:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:36:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:36:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:36:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:36:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:36:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:36:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:36:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:36:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:36:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:36:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:36:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:36:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:36:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427387101, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:36:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:36:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:36:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427388831, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T19:36:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:36:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:36:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427389832, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T19:36:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:00.873Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:37:00.881Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T19:37:00.881Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T19:37:00.882Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T19:37:00.888Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:37:00.905Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:37:00.907Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T19:37:00.913Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:37:01.093Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T19:37:01.094Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:36:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[176], vertex-id=[155696], x-aai-txid=[1-aai-resources-230321-19:36:59:887-53088], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:37:01.094Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:37:01.095Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:37:01.095Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:37:01.108Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:37:01.108Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:37:01.108Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:37:01.108Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:01.108Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:01.108Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427421108, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:37:02.137Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:37:02.138Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:37:02.138Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:02.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:02.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:02.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:03.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:03.140Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:03.140Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:03.140Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:04.142Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:04.142Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:04.142Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:04.142Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:05.148Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:05.148Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:05.148Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:05.148Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:06.149Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:06.150Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:06.150Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:06.150Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:07.152Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:07.152Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:07.153Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:07.153Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:08.155Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:08.156Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:08.156Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:08.156Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:09.157Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:09.158Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:09.158Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:09.158Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:10.159Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T19:37:10.160Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:37:10.160Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T19:37:10.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T19:37:10.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:37:10.205Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:37:10.206Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:37:10.206Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:37:10.206Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:10.206Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-03-21T19:37:10.206Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:10.499Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-03-21T19:37:10.502Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T19:37:10.502Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:37:10.502Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:10.503Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:37:10.503Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:10.503Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:10.503Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427430502, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:11.504Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:37:11.504Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-03-21T19:37:11.505Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:11.505Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:11.506Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:11.506Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:11.584Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6152864216290149924/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T19:37:12.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:37:12.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-03-21T19:37:12.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:12.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:37:12.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:12.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:12.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:12.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:12.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:12.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:12.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:37:12.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:37:12.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:37:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:37:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:37:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:37:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:37:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:37:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:37:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T19:37:12.170Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T19:37:12.171Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:37:12.171Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T19:37:12.171Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:37:12.171Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:12.171Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:12.171Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427432171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:13.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:37:13.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T19:37:13.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:37:13.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:13.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:13.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427433172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:14.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:37:14.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:37:14.203Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:37:14.203Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:37:14.203Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:37:14.203Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:37:14.203Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:37:14.203Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:37:14.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:37:14.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:37:14.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:37:14.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:37:44.218Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:37:44.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T19:37:44.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T19:37:44.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T19:37:44.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:37:44.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T19:37:44.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fabfc5a3-d943-4210-968e-3780e2f188c2], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T19:37:44.254Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:37:44.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:37:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[532576], x-aai-txid=[0-aai-resources-230321-19:37:43:229-95980], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:37:44.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:37:44.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T19:37:44.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:37:44.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:37:44.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:37:44.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:37:44.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:37:44.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:44.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:44.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427464415, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:37:45.443Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T19:37:45.443Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T19:37:45.444Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:37:45.444Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:37:45.444Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:37:45.444Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:37:45.446Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-a3ff545b-ebbd-44ef-8637-f087adbee85a 2023-03-21T19:37:45.447Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:37:45.447Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:37:45.447Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:37:47.484Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:37:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:49.186Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:37:49.187Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:37:49.192Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-a3ff545b-ebbd-44ef-8637-f087adbee85a', protocol='range'} 2023-03-21T19:37:49.192Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:37:49.196Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-a3ff545b-ebbd-44ef-8637-f087adbee85a=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:37:49.210Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:37:49.210Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-a3ff545b-ebbd-44ef-8637-f087adbee85a', protocol='range'} 2023-03-21T19:37:49.211Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:37:49.211Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:37:49.211Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:37:49.211Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:37:49.214Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:37:49.214Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:37:49.214Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:37:49.214Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:37:49.215Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:37:49.214Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:37:49.215Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:37:49.215Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:37:49.215Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:37:49.215Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=699, offsetEpoch=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-21T19:37:49.215Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:37:49.215Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:37:50.226Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.226Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:37:50.228Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:50.228Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:50.228Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:50.229Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427421108, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:37:50.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679426985350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427430502, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427432171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T19:37:50.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:50.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.235Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427433172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T19:37:50.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:50.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:37:50.235Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427464415, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:37:50.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:37:51.229Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:51.230Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:51.230Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:51.230Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:52.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:52.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:52.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:52.231Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:53.232Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:53.233Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:53.233Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:53.233Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:54.234Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:54.234Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:54.235Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:54.235Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:55.236Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:55.236Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:55.236Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:55.236Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:56.237Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:37:56.237Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:56.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:56.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:57.238Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T19:37:57.239Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:37:57.239Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T19:37:57.239Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:37:57.239Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:37:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:37:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:37:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:37:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:37:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:37:57.283Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:37:57.306Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T19:37:57.306Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3123e3d9 2023-03-21T19:37:57.306Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:37:57.306Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:37:57.306Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:37:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T19:37:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T19:37:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:37:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427477307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:58.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T19:37:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:37:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:37:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T19:37:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T19:37:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:37:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:37:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:37:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T19:37:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@45fb1c52 2023-03-21T19:37:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:37:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:37:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:37:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T19:37:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T19:37:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:37:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:37:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:37:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427478357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:37:59.359Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T19:37:59.359Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:37:59.387Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:37:59.393Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:37:59.393Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:38:29.393Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:38:29.411Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:38:29.414Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:38:29.414Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:38:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:38:49.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T19:38:49.173Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:38:49.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:38:59.414Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:38:59.440Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:38:59.444Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:38:59.444Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:39:29.445Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:39:29.468Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:39:29.473Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:39:29.473Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:39:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T19:39:49.174Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:39:49.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:39:49.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T19:39:49.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:39:49.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:39:49.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T19:39:49.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427477307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:39:49.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:39:49.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T19:39:49.175Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427478357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:39:49.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:39:59.473Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:39:59.496Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:39:59.501Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:39:59.501Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:40:29.501Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:40:29.526Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:40:29.530Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:40:29.530Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:40:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:40:59.531Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:40:59.553Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:40:59.556Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:40:59.556Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:41:29.556Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:41:29.589Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:41:29.595Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:41:29.595Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:41:49.173Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:41:59.595Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:41:59.618Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:41:59.625Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:41:59.625Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:42:29.625Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:42:29.653Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:42:29.658Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:42:29.658Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:42:49.174Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:42:50.237Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:42:50.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-a3ff545b-ebbd-44ef-8637-f087adbee85a 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-21T19:42:50.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T19:42:50.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T19:42:52.821Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:42:52.833Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:42:52.833Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:42:52.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:42:52.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:42:52.853Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:42:52.854Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:42:52.854Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:42:52.857Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:42:52.858Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:42:52.858Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:42:52.858Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=721, offsetEpoch=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-21T19:42:52.858Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:42:52.858Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:42:59.658Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T19:42:59.659Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:42:59.670Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T19:42:59.670Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T19:42:59.671Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T19:42:59.677Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:42:59.694Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:42:59.696Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T19:42:59.703Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T19:42:59.827Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T19:42:59.828Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:42:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[120], vertex-id=[196672], x-aai-txid=[0-aai-resources-230321-19:42:58:675-55545], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:42:59.829Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:42:59.829Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:42:59.829Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:42:59.835Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:42:59.835Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T19:42:59.835Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T19:42:59.835Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:42:59.835Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:42:59.835Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427779835, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:42:59.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T19:42:59.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427779835, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T19:42:59.857Z||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-21T19:43:00.865Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T19:43:00.865Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:43:00.866Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:43:00.866Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:00.866Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:00.866Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "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-21T19:43:01.867Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:43:01.868Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:01.868Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:01.868Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:43:02.869Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T19:43:02.869Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:43:02.870Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T19:43:02.870Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T19:43:02.871Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:43:02.911Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:43:02.911Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:43:02.911Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:43:02.912Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T19:43:02.912Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:43:02.912Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T19:43:02.942Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T19:43:02.942Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4c5bdf2c 2023-03-21T19:43:02.942Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:43:02.942Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T19:43:02.942Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:43:02.943Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T19:43:02.943Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T19:43:02.943Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:43:02.943Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:02.943Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:02.943Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427782943, "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-21T19:43:03.944Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:43:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T19:43:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T19:43:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T19:43:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:43:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:03.994Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:03.994Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427783993, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:43:04.995Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T19:43:04.996Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T19:43:04.996Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:43:04.996Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:04.996Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:04.996Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427784995, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:43:05.997Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:43:06.020Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:43:06.024Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:43:06.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:43:06.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:43:06.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:43:06.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:43:06.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:43:06.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:43:06.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:43:06.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:43:06.049Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:43:36.050Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:43:36.060Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T19:43:36.060Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T19:43:36.061Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T19:43:36.071Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:43:36.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:43:36.089Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T19:43:36.095Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:43:36.247Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T19:43:36.247Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:43:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[495712], x-aai-txid=[0-aai-resources-230321-19:43:35:067-91781], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:43:36.249Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:43:36.249Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:43:36.249Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:43:36.258Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:43:36.258Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:43:36.259Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:43:36.259Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:36.259Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:36.259Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427816259, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:43:37.287Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T19:43:37.287Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:43:37.287Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:43:37.287Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:37.287Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:37.287Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "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-21T19:43:38.288Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:43:38.288Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:38.289Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:38.289Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "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-21T19:43:39.289Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:43:39.290Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:39.290Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:39.290Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "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-21T19:43:40.291Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:43:40.291Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:40.292Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:40.292Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "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-21T19:43:41.292Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:43:41.293Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:41.293Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:41.293Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "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-21T19:43:42.294Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:43:42.294Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:42.294Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:42.294Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "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-21T19:43:43.295Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:43:43.295Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:43.295Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:43.296Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:43:44.297Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T19:43:44.297Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:43:44.297Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T19:43:44.298Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:43:44.298Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:43:44.337Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:43:44.338Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:43:44.338Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:43:44.338Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:43:44.338Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:43:44.339Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:43:44.363Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T19:43:44.363Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@62e96fd1 2023-03-21T19:43:44.363Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:43:44.364Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-21T19:43:44.364Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:43:44.364Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T19:43:44.365Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T19:43:44.365Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:43:44.365Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:44.365Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:44.365Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427824364, "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-21T19:43:45.367Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:43:45.411Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T19:43:45.411Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:43:45.411Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T19:43:45.411Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:43:45.412Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:45.412Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:45.412Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427825411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:43:46.413Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:43:46.413Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T19:43:46.413Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:43:46.413Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:43:46.414Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:43:46.414Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427826413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:43:47.415Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:43:47.435Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:43:47.438Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:43:47.438Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:43:47.438Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:43:47.438Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:43:47.438Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:43:47.438Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:43:47.438Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:43:47.438Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:43:47.438Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:43:47.449Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:43:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:43:49.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.178Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:43:49.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.179Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:43:49.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427782943, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:43:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427783993, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T19:43:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427784995, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T19:43:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427816259, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:43:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T19:43:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:43:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:43:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427824364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:43:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427825411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T19:43:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:43:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T19:43:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427826413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T19:43:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:44:17.449Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:44:17.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T19:44:17.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T19:44:17.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T19:44:17.467Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:44:17.485Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:44:17.487Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T19:44:17.495Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:44:17.645Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T19:44:17.647Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:44:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[180304], x-aai-txid=[1-aai-resources-230321-19:44:16:468-88036], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:44:17.648Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:44:17.648Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:44:17.648Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:44:17.654Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:44:17.655Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:44:17.655Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:44:17.655Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:44:17.655Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:44:17.655Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427857655, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:44:18.681Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T19:44:18.681Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:44:18.681Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:44:18.682Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:44:18.682Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:44:18.682Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:44:19.682Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:44:19.683Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:44:19.683Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:44:19.683Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:44:20.685Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:44:20.685Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:44:20.685Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:44:20.685Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:44:21.686Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:44:21.686Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:44:21.686Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:44:21.686Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:44:22.687Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:44:22.687Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:44:22.687Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:44:22.687Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:44:23.687Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:44:23.688Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:44:23.688Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:44:23.688Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:44:24.688Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:44:24.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:44:24.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:44:24.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:44:25.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:44:25.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:44:25.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:44:25.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:44:26.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T19:44:26.691Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:44:26.691Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T19:44:26.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T19:44:26.693Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:44:26.738Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:44:26.738Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:44:26.739Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:44:26.739Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:26.739Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:44:26.739Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:27.026Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T19:44:27.029Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T19:44:27.030Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:44:27.030Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:27.030Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:44:27.030Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:44:27.030Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:44:27.030Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427867030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:44:28.031Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:44:28.032Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:44:28.032Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:28.032Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:28.032Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:28.032Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:28.115Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13285274262925650150/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T19:44:28.749Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:44:28.749Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T19:44:28.749Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:28.749Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:44:28.749Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:44:28.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:44:28.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T19:44:28.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:44:28.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:44:28.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:44:28.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:44:28.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:44:28.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:44:28.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:44:28.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:44:28.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:44:28.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:44:28.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:44:28.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T19:44:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T19:44:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:44:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T19:44:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:44:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:44:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:44:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427868797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:44:29.798Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:44:29.799Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T19:44:29.799Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:44:29.799Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:44:29.799Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:44:29.799Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427869798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:44:30.800Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:44:30.827Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:44:30.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:44:30.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:44:30.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:44:30.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:44:30.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:44:30.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:44:30.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:44:30.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:44:30.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:44:30.845Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:44:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:44:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:44:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427857655, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:44:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:44:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:44:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:44:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:44:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:44:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:44:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:44:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:44:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:44:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:44:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:44:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:44:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:44:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427867030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:44:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:44:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:44:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427868797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T19:44:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:44:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:44:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427869798, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T19:44:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:00.846Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:45:00.853Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T19:45:00.853Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T19:45:00.854Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T19:45:00.857Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:45:00.870Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T19:45:00.871Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55472902-c8d6-4d2f-afed-d227e4ce2e8e], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T19:45:00.877Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:45:01.018Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:44:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[155696], x-aai-txid=[1-aai-resources-230321-19:44:59:850-96278], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:45:01.019Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:45:01.019Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T19:45:01.019Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:45:01.019Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:45:01.031Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:45:01.031Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:45:01.031Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:45:01.031Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:01.031Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:01.031Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427901031, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:45:02.059Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T19:45:02.060Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:45:02.060Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:02.060Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:02.060Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:02.060Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:03.062Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:03.063Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:03.063Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:03.063Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:04.064Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:04.065Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:04.065Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:04.065Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:05.066Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:05.066Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:05.067Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:05.067Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:06.068Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:06.069Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:06.069Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:06.069Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:07.071Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:07.072Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:07.072Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:07.072Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:08.074Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:08.075Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:08.075Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:08.075Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:09.076Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:09.077Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:09.077Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:09.077Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:10.078Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T19:45:10.078Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:45:10.078Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T19:45:10.078Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T19:45:10.078Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:45:10.115Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:45:10.115Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:45:10.115Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:45:10.115Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:10.115Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:45:10.116Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:10.396Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T19:45:10.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T19:45:10.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:45:10.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:10.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:45:10.400Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:10.400Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:10.400Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427910399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:11.401Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:45:11.401Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:45:11.401Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:11.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:11.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:11.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:11.502Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14590113897034804202/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T19:45:12.063Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T19:45:12.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:45:12.065Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:45:12.066Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T19:45:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T19:45:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:45:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T19:45:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:45:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427912106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:13.107Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:45:13.107Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T19:45:13.107Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:45:13.108Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:13.108Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:13.108Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427913107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:14.109Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:45:14.133Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:45:14.137Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:45:14.137Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:45:14.138Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:45:14.138Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:45:14.138Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:45:14.138Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:45:14.138Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:45:14.138Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:45:14.138Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:45:14.150Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:45:44.150Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:45:44.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T19:45:44.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T19:45:44.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T19:45:44.166Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:45:44.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T19:45:44.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b326dc3-7023-41b9-b34b-050775080f53], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T19:45:44.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:45:44.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:45:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[532576], x-aai-txid=[1-aai-resources-230321-19:45:43:166-86905], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:45:44.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:45:44.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T19:45:44.348Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:45:44.348Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:45:44.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:45:44.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:45:44.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:45:44.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:44.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:44.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427944360, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:45:45.388Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T19:45:45.388Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T19:45:45.388Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:45:45.389Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:45:45.389Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:45:45.389Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:45:45.392Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dd0da4ab-870b-43a5-b368-1d30c74b2620 2023-03-21T19:45:45.392Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:45:45.392Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:45:45.392Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:45:47.485Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:45:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:45:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:45:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:45:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dd0da4ab-870b-43a5-b368-1d30c74b2620', protocol='range'} 2023-03-21T19:45:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dd0da4ab-870b-43a5-b368-1d30c74b2620=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:45:49.209Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dd0da4ab-870b-43a5-b368-1d30c74b2620', protocol='range'} 2023-03-21T19:45:49.209Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:45:49.209Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:45:49.209Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:45:49.209Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:45:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:45:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:45:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:45:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:45:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:45:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:45:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:45:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:45:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:45:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:45:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=750, offsetEpoch=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-21T19:45:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:45:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:45:50.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:45:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427901031, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:45:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:45:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:45:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:45:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:45:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:45:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:45:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:45:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427465443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:45:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427910399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:45:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427912106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T19:45:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427913107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T19:45:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:50.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:45:50.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427944360, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:45:50.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:45:51.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:51.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:51.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:51.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:52.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:52.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:52.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:52.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:53.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:53.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:53.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:53.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:54.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:54.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:54.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:54.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:55.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:55.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:55.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:55.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:56.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:45:56.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:56.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:56.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:57.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T19:45:57.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:45:57.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T19:45:57.239Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:45:57.240Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:45:57.281Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:45:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:45:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:45:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:45:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:45:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:45:57.306Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T19:45:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@134036f7 2023-03-21T19:45:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:45:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:45:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:45:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T19:45:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T19:45:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:45:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:57.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427957307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:58.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T19:45:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:45:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:45:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T19:45:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T19:45:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:45:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:45:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:45:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T19:45:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5ffc62c6 2023-03-21T19:45:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:45:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:45:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:45:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T19:45:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T19:45:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:45:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:45:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:45:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427958356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:45:59.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T19:45:59.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:45:59.382Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:45:59.387Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:45:59.387Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:46:29.387Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:46:29.411Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:46:29.415Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:46:29.416Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:46:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:46:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:46:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:46:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:46:59.416Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:46:59.439Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:46:59.444Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:46:59.444Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:47:29.445Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:47:29.464Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:47:29.468Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:47:29.468Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:47:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:47:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:47:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:47:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:47:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:47:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T19:47:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427957307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679427958356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:47:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:47:59.470Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:47:59.490Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:47:59.493Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:47:59.493Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:48:29.493Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:48:29.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:48:29.517Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:48:29.517Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:48:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:48:59.517Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:48:59.543Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:48:59.546Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:48:59.547Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:49:29.547Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:49:29.563Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:49:29.567Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:49:29.567Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:49:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:49:59.569Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:49:59.584Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:49:59.587Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:49:59.587Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:50:29.588Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:50:29.601Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:50:29.604Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:50:29.604Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:50:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:50:50.289Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:50:50.289Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dd0da4ab-870b-43a5-b368-1d30c74b2620 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-21T19:50:50.290Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T19:50:50.290Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T19:50:52.768Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:50:52.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:50:52.780Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:50:52.784Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:50:52.785Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:50:52.797Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:50:52.798Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:50:52.798Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:50:52.800Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:50:52.801Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:50:52.801Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:50:52.801Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=772, offsetEpoch=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-21T19:50:52.801Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:50:52.801Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:50:59.604Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T19:50:59.605Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:50:59.613Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T19:50:59.613Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T19:50:59.614Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T19:50:59.619Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:50:59.634Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:50:59.636Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T19:50:59.642Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T19:50:59.789Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T19:50:59.790Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:50:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[196672], x-aai-txid=[1-aai-resources-230321-19:50:58:613-83834], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:50:59.790Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:50:59.790Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:50:59.790Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:50:59.799Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:50:59.799Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T19:50:59.799Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T19:50:59.799Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:50:59.799Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:50:59.799Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428259799, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:50:59.816Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:50:59.816Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428259799, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T19:50:59.816Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T19:51:00.820Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T19:51:00.820Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:51:00.821Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:51:00.821Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:00.821Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:00.821Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "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-21T19:51:01.822Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:51:01.823Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:01.823Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:01.823Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:51:02.824Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T19:51:02.824Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:51:02.824Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T19:51:02.825Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T19:51:02.825Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:51:02.851Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:51:02.852Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:51:02.852Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:51:02.852Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T19:51:02.852Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:51:02.852Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T19:51:02.880Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T19:51:02.880Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@33eba701 2023-03-21T19:51:02.880Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:51:02.881Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-21T19:51:02.881Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:51:02.881Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T19:51:02.881Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||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-21T19:51:02.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:51:02.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:02.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:02.882Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428262881, "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-21T19:51:03.883Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:51:03.920Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T19:51:03.920Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T19:51:03.920Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T19:51:03.920Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:51:03.920Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:03.920Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:03.921Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428263920, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:51:04.921Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-21T19:51:04.922Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T19:51:04.922Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:51:04.922Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:04.922Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:04.922Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428264921, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:51:05.923Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:51:05.950Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:51:05.953Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:51:05.953Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:51:05.953Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:51:05.953Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:51:05.953Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:51:05.953Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:51:05.953Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:51:05.953Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:51:05.953Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:51:05.960Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:51:35.962Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:51:35.975Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T19:51:35.975Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T19:51:35.975Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T19:51:35.979Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:51:36.043Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:51:36.045Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T19:51:36.050Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:51:36.203Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T19:51:36.204Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:51:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[495712], x-aai-txid=[2-aai-resources-230321-19:51:35:021-85472], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:51:36.204Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:51:36.204Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:51:36.204Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:51:36.213Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:51:36.213Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:51:36.213Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:51:36.213Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:36.213Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:36.213Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428296213, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:51:37.240Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T19:51:37.240Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:51:37.240Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:51:37.240Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:37.240Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:37.240Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "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-21T19:51:38.241Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:51:38.241Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:38.241Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:38.241Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "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-21T19:51:39.244Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:51:39.244Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:39.244Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:39.245Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "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-21T19:51:40.246Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:51:40.246Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:40.246Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:40.246Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "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-21T19:51:41.248Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:51:41.248Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:41.248Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:41.248Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "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-21T19:51:42.250Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:51:42.250Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:42.250Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:42.250Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "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-21T19:51:43.251Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:51:43.252Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:43.252Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:43.252Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:51:44.254Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T19:51:44.254Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:51:44.254Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T19:51:44.254Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:51:44.254Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:51:44.298Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:51:44.299Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:51:44.299Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:51:44.299Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:51:44.299Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:51:44.299Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:51:44.324Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||GET Response Status 404 2023-03-21T19:51:44.324Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@434dbe95 2023-03-21T19:51:44.325Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:51:44.325Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-21T19:51:44.325Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:51:44.325Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T19:51:44.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||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-21T19:51:44.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:51:44.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:44.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:44.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428304325, "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-21T19:51:45.327Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:51:45.375Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T19:51:45.375Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:51:45.376Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T19:51:45.376Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:51:45.376Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:45.376Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:45.376Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428305375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:51:46.377Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-21T19:51:46.377Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T19:51:46.377Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:51:46.377Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:51:46.378Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:51:46.378Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428306377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:51:47.378Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:51:47.404Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:51:47.408Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:51:47.408Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:51:47.409Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:51:47.409Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:51:47.409Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:51:47.409Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:51:47.409Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:51:47.409Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:51:47.409Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:51:47.425Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:51:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:51:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:51:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:51:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428262881, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:51:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428263920, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T19:51:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428264921, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T19:51:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428296213, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:51:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:51:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:51:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T19:51:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:51:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T19:51:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:51:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:51:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428304325, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:51:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428305375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T19:51:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:51:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:51:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428306377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T19:51:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:52:17.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:52:17.436Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T19:52:17.436Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T19:52:17.437Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T19:52:17.443Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:52:17.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T19:52:17.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65eefcbf-1283-4766-b17f-df6338b202cb], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T19:52:17.467Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:52:17.612Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:52:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[180304], x-aai-txid=[1-aai-resources-230321-19:52:16:440-54243], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:52:17.612Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:52:17.613Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T19:52:17.613Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:52:17.613Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:52:17.623Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:52:17.623Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:52:17.623Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:52:17.624Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:52:17.624Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:52:17.624Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428337623, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:52:18.650Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T19:52:18.650Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:52:18.650Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:52:18.650Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:52:18.651Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:52:18.651Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:52:19.651Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:52:19.652Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:52:19.652Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:52:19.652Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:52:20.653Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:52:20.654Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:52:20.654Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:52:20.654Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:52:21.655Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:52:21.656Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:52:21.656Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:52:21.656Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:52:22.658Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:52:22.659Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:52:22.659Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:52:22.659Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:52:23.660Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:52:23.661Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:52:23.661Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:52:23.661Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:52:24.661Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:52:24.662Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:52:24.662Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:52:24.662Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:52:25.663Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:52:25.664Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:52:25.664Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:52:25.664Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:52:26.665Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T19:52:26.666Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:52:26.666Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T19:52:26.667Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T19:52:26.667Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:52:26.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:52:26.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:52:26.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:52:26.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:26.712Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:52:26.713Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:27.006Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T19:52:27.009Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T19:52:27.009Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:52:27.009Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:27.009Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:52:27.009Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:52:27.009Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:52:27.009Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428347009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:52:28.011Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:52:28.012Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:52:28.012Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:28.013Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:28.013Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:28.013Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:28.089Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP791651243853698279/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T19:52:28.687Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:52:28.687Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T19:52:28.688Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:28.688Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:52:28.688Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:28.688Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:28.688Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:28.688Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:28.688Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T19:52:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T19:52:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:52:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:52:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:52:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T19:52:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:52:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:52:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:52:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T19:52:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T19:52:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:52:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:52:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:52:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:52:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:52:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:52:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:52:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:52:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:52:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:52:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:52:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T19:52:28.735Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T19:52:28.736Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:52:28.736Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T19:52:28.736Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:52:28.736Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:52:28.736Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:52:28.736Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428348736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:52:29.737Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T19:52:29.738Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T19:52:29.738Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:52:29.738Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:52:29.738Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:52:29.739Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428349737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:52:30.740Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:52:30.758Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:52:30.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:52:30.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:52:30.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:52:30.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:52:30.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:52:30.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:52:30.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:52:30.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:52:30.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:52:30.773Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:52:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:52:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:52:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428337623, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:52:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:52:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428347009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428348736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T19:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428349737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T19:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:00.773Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:53:00.785Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T19:53:00.785Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T19:53:00.786Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T19:53:00.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:53:00.811Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:53:00.813Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T19:53:00.820Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:53:00.959Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T19:53:00.959Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:52:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[155696], x-aai-txid=[2-aai-resources-230321-19:52:59:790-9364], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:53:00.960Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:53:00.961Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:53:00.961Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:53:00.969Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:53:00.969Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:53:00.969Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:53:00.969Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:00.969Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:00.969Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428380969, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:53:01.997Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T19:53:01.997Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:53:01.998Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:01.998Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:01.998Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:01.998Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:02.998Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:02.999Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:02.999Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:02.999Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:04.000Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:04.000Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:04.000Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:04.001Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:05.001Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:05.002Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:05.002Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:05.002Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:06.002Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:06.003Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:06.003Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:06.003Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:07.004Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:07.004Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:07.005Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:07.005Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:08.006Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:08.006Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:08.006Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:08.006Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:09.007Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:09.007Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:09.008Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:09.008Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:10.009Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T19:53:10.010Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:53:10.010Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T19:53:10.010Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T19:53:10.010Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:53:10.061Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:53:10.062Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:53:10.062Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:53:10.062Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:10.062Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-03-21T19:53:10.062Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:10.357Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-03-21T19:53:10.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T19:53:10.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:53:10.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:10.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T19:53:10.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:10.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:10.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428390361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:11.362Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:53:11.362Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-03-21T19:53:11.363Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:11.363Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:11.364Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:11.364Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:11.475Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15965856405784299428/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T19:53:12.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T19:53:12.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T19:53:12.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:12.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T19:53:12.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:12.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:53:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:53:12.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:53:12.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:53:12.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:53:12.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:53:12.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:53:12.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:53:12.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T19:53:12.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T19:53:12.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T19:53:12.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T19:53:12.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:53:12.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T19:53:12.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:53:12.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:12.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:12.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428392080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:13.081Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T19:53:13.081Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T19:53:13.081Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:53:13.081Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:13.082Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:13.082Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428393081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:14.083Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:53:14.108Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:53:14.111Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:53:14.111Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:53:14.111Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:53:14.111Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:53:14.111Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:53:14.111Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:53:14.111Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:53:14.111Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:53:14.111Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-21T19:53:14.123Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:53:44.123Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:53:44.137Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T19:53:44.137Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T19:53:44.138Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T19:53:44.144Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:53:44.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T19:53:44.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[64fb8f06-11c8-4173-bf44-e4b2287b7dd1], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T19:53:44.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:53:44.349Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:53:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[532576], x-aai-txid=[2-aai-resources-230321-19:53:43:154-62031], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:53:44.350Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:53:44.350Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T19:53:44.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:53:44.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:53:44.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-21T19:53:44.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:53:44.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:53:44.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:44.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:44.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428424360, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:53:45.390Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T19:53:45.391Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T19:53:45.391Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:53:45.392Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:53:45.392Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:53:45.392Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:53:45.396Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-36bae5aa-914a-41ab-8a97-5b6b43644da9 2023-03-21T19:53:45.396Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:53:45.396Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:53:45.396Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T19:53:47.431Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:53:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:49.184Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:53:49.185Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:53:49.189Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:53:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-36bae5aa-914a-41ab-8a97-5b6b43644da9', protocol='range'} 2023-03-21T19:53:49.194Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-36bae5aa-914a-41ab-8a97-5b6b43644da9=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:53:49.207Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-36bae5aa-914a-41ab-8a97-5b6b43644da9', protocol='range'} 2023-03-21T19:53:49.208Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:53:49.208Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:53:49.208Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:53:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:53:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:53:49.211Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:53:49.211Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:53:49.211Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:53:49.211Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=801, offsetEpoch=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-21T19:53:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:53:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:53:49.215Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:53:49.215Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:53:49.215Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:53:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:53:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:53:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:53:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:53:50.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.230Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428380969, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:53:50.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:50.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.230Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:53:50.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:50.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679427945388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428390361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428392080, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428393081, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428424360, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:53:50.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:53:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:51.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:51.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:51.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:51.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:52.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:52.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:52.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:52.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:53.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:53.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:53.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:53.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:54.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:54.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:54.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:54.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:55.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:55.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:55.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:55.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:56.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:53:56.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:56.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:56.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:57.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T19:53:57.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:53:57.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T19:53:57.241Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:53:57.241Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:53:57.281Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:53:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:53:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:53:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:53:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:53:57.282Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T19:53:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T19:53:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@25bf09cf 2023-03-21T19:53:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:53:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:53:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:53:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T19:53:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T19:53:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:53:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:57.306Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428437305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:58.307Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T19:53:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T19:53:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T19:53:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T19:53:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T19:53:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:53:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:53:58.339Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T19:53:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T19:53:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@77c9175e 2023-03-21T19:53:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:53:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T19:53:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:53:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T19:53:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T19:53:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:53:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:53:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:53:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428438356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:53:59.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T19:53:59.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:53:59.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:53:59.390Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:53:59.390Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:54:29.390Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:54:29.418Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:54:29.421Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:54:29.421Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:54:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:54:49.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:54:49.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:54:49.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:54:59.421Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:54:59.448Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:54:59.453Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:54:59.453Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:55:29.454Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:55:29.481Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:55:29.485Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:55:29.485Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:55:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:55:49.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:55:49.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:55:49.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428437305, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:55:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:55:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:55:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428438356, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:55:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:55:59.485Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:55:59.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:55:59.518Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:55:59.518Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:56:29.518Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:56:29.541Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:56:29.545Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:56:29.545Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:56:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:56:59.545Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:56:59.568Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:56:59.573Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:56:59.573Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:57:29.573Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:57:29.602Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:57:29.606Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:57:29.606Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:57:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:57:59.607Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:57:59.632Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:57:59.635Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:57:59.636Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:58:29.636Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:58:29.664Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:58:29.668Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T19:58:29.668Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T19:58:49.174Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:58:50.280Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T19:58:50.281Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-36bae5aa-914a-41ab-8a97-5b6b43644da9 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-21T19:58:50.281Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T19:58:50.281Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T19:58:52.807Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T19:58:52.820Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:58:52.820Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T19:58:52.825Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:58:52.825Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T19:58:52.846Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T19:58:52.847Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T19:58:52.847Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T19:58:52.850Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T19:58:52.850Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:58:52.850Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:58:52.850Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=823, offsetEpoch=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-21T19:58:52.850Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T19:58:52.850Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T19:58:59.669Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T19:58:59.669Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:58:59.682Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T19:58:59.682Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T19:58:59.683Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T19:58:59.685Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:58:59.714Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:58:59.716Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T19:58:59.724Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T19:58:59.868Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T19:58:59.869Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:58:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[196672], x-aai-txid=[1-aai-resources-230321-19:58:58:694-20038], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:58:59.869Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:58:59.870Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:58:59.870Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T19:58:59.877Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T19:58:59.877Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T19:58:59.877Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T19:58:59.877Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:58:59.878Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:58:59.878Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428739877, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:58:59.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T19:58:59.899Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428739877, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T19:58:59.900Z||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-21T19:59:00.908Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T19:59:00.909Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:59:00.909Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:59:00.909Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:00.909Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:00.909Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "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-21T19:59:01.910Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:59:01.910Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:01.910Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:01.911Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:59:02.911Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T19:59:02.911Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:59:02.912Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T19:59:02.912Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T19:59:02.912Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:59:02.958Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:59:02.958Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:59:02.958Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:59:02.959Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T19:59:02.959Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:59:02.959Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:59:02.987Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T19:59:02.987Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@36d89ac2 2023-03-21T19:59:02.987Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:59:02.987Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:59:02.988Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:59:02.988Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:59:02.988Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:59:02.988Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:59:02.988Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:02.988Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:02.988Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428742988, "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-21T19:59:03.989Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:59:04.029Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T19:59:04.029Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:59:04.029Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T19:59:04.029Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:59:04.029Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:04.030Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:04.030Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428744029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:59:05.031Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:59:05.031Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T19:59:05.031Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:59:05.031Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:05.031Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:05.031Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428745030, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:59:06.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:59:06.060Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:59:06.064Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:59:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:59:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:59:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:59:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:59:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:59:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:59:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:59:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:59:06.081Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:59:36.082Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T19:59:36.090Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T19:59:36.090Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T19:59:36.094Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T19:59:36.101Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T19:59:36.118Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T19:59:36.119Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T19:59:36.125Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T19:59:36.265Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T19:59:36.266Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 19:59:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[495712], x-aai-txid=[1-aai-resources-230321-19:59:35:094-79097], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T19:59:36.267Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T19:59:36.267Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T19:59:36.268Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:59:36.273Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T19:59:36.274Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T19:59:36.274Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T19:59:36.274Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:36.274Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:36.274Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428776274, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:59:37.299Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T19:59:37.300Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T19:59:37.300Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:59:37.300Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:37.300Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:37.300Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "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-21T19:59:38.300Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:59:38.301Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:38.301Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:38.301Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "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-21T19:59:39.303Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:59:39.303Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:39.303Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:39.303Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "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-21T19:59:40.304Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:59:40.304Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:40.304Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:40.304Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "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-21T19:59:41.305Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:59:41.305Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:41.305Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:41.306Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "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-21T19:59:42.306Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:59:42.306Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:42.306Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:42.306Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "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-21T19:59:43.307Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T19:59:43.307Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:43.307Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:43.307Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:59:44.309Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T19:59:44.309Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T19:59:44.309Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T19:59:44.310Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T19:59:44.310Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T19:59:44.357Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T19:59:44.358Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:59:44.358Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T19:59:44.358Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T19:59:44.358Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T19:59:44.359Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:59:44.382Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T19:59:44.382Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@639dabf1 2023-03-21T19:59:44.383Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T19:59:44.383Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:59:44.383Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T19:59:44.383Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:59:44.384Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:59:44.384Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T19:59:44.384Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:44.384Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:44.384Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428784383, "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-21T19:59:45.385Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T19:59:45.425Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T19:59:45.425Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:59:45.425Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T19:59:45.425Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:59:45.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:45.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:45.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428785425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:59:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:59:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T19:59:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T19:59:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T19:59:46.428Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T19:59:46.429Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428786427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:59:47.430Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:59:47.451Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T19:59:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T19:59:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T19:59:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T19:59:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T19:59:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:59:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:59:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:59:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T19:59:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T19:59:47.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T19:59:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T19:59:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:59:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:59:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428742988, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:59:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428744029, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T19:59:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428745030, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T19:59:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428776274, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T19:59:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:59:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T19:59:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T19:59:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T19:59:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T19:59:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T19:59:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T19:59:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428784383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T19:59:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428785425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T19:59:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T19:59:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T19:59:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428786427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T19:59:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:00:17.465Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:00:17.478Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T20:00:17.478Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T20:00:17.479Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T20:00:17.485Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:00:17.498Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T20:00:17.499Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34e94f3b-3ab0-4df4-9d8c-406165ae5c79], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T20:00:17.504Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:00:17.654Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:00:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[180304], x-aai-txid=[0-aai-resources-230321-20:00:16:472-42089], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:00:17.654Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:00:17.654Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T20:00:17.655Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:00:17.655Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:00:17.663Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:00:17.663Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:00:17.663Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:00:17.663Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:00:17.663Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:00:17.663Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428817663, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:00:18.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:00:18.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:00:18.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:00:18.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:00:18.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:00:18.691Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:00:19.692Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:00:19.692Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:00:19.692Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:00:19.692Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:00:20.693Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:00:20.694Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:00:20.694Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:00:20.694Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:00:21.695Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:00:21.696Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:00:21.696Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:00:21.696Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:00:22.696Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:00:22.697Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:00:22.697Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:00:22.697Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:00:23.697Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:00:23.698Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:00:23.698Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:00:23.698Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:00:24.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:00:24.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:00:24.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:00:24.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:00:25.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:00:25.700Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:00:25.700Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:00:25.700Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:00:26.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T20:00:26.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:00:26.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T20:00:26.701Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:00:26.701Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:00:26.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:00:26.752Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:00:26.752Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:00:26.752Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:26.752Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:00:26.752Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:27.084Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:00:27.088Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T20:00:27.088Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:00:27.089Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:27.089Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:00:27.089Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:00:27.089Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:00:27.089Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428827088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:00:28.089Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:00:28.090Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:00:28.090Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:28.090Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:28.091Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:28.091Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:28.210Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2584163760465304858/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T20:00:28.792Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:00:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:00:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:00:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:00:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:00:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:00:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:00:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:00:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:00:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:00:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:00:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:00:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:00:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:00:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:00:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:00:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:00:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:00:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:00:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:00:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:00:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:00:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:00:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:00:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:00:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T20:00:28.837Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T20:00:28.839Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:00:28.839Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T20:00:28.839Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:00:28.839Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:00:28.839Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:00:28.839Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428828838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:00:29.840Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:00:29.840Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T20:00:29.840Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:00:29.840Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:00:29.840Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:00:29.840Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428829840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:00:30.841Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:00:30.871Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:00:30.875Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:00:30.876Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:00:30.876Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:00:30.876Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:00:30.876Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:00:30.876Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:00:30.876Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:00:30.876Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:00:30.876Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:00:30.890Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:00:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:00:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:00:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428817663, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:00:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:00:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:00:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:00:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:00:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:00:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:00:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428827088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:00:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:00:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:00:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428828838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T20:00:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:00:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:00:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428829840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T20:00:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:00.891Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:01:00.898Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T20:01:00.898Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T20:01:00.899Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T20:01:00.905Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:01:00.924Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:01:00.927Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T20:01:00.933Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:01:01.097Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T20:01:01.097Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:00:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[155696], x-aai-txid=[2-aai-resources-230321-20:00:59:900-73038], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:01:01.097Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:01:01.098Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:01:01.098Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:01:01.107Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:01:01.107Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:01:01.107Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:01:01.108Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:01.108Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:01.108Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428861107, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:01:02.133Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:01:02.133Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:01:02.133Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:02.134Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:02.134Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:02.134Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:03.135Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:03.136Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:03.136Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:03.136Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:04.138Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:04.138Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:04.138Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:04.138Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:05.140Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:05.140Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:05.140Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:05.140Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:06.141Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:06.141Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:06.142Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:06.142Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:07.142Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:07.143Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:07.143Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:07.143Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:08.144Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:08.144Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:08.144Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:08.144Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:09.145Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:09.145Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:09.145Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:09.145Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:10.147Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T20:01:10.147Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:01:10.147Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T20:01:10.147Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:01:10.148Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:01:10.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:01:10.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:01:10.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:01:10.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:10.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:01:10.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:10.512Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:01:10.516Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T20:01:10.516Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:01:10.516Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:10.516Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:01:10.517Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:10.517Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:10.517Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428870516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:11.517Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:01:11.518Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:01:11.519Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:11.519Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:11.520Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:11.520Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:11.633Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7945406102379276783/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T20:01:12.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:01:12.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:01:12.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:12.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:01:12.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:12.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:12.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:12.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:12.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:12.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:12.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:01:12.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:01:12.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:01:12.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:01:12.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:01:12.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:01:12.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:01:12.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:01:12.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:01:12.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:01:12.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:01:12.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:01:12.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:01:12.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:01:12.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:01:12.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:01:12.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:01:12.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:01:12.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:01:12.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:01:12.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:01:12.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:01:12.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T20:01:12.225Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T20:01:12.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:01:12.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T20:01:12.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:01:12.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:12.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:12.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428872226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:13.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:01:13.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T20:01:13.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:01:13.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:13.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:13.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428873227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:14.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:01:14.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:01:14.258Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:01:14.258Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:01:14.258Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:01:14.258Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:01:14.258Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:01:14.259Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:01:14.259Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:01:14.259Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:01:14.259Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:01:14.272Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:01:44.273Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:01:44.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T20:01:44.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T20:01:44.284Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T20:01:44.290Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:01:44.301Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T20:01:44.301Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e40be631-6325-4195-a14b-b93fe787620f], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T20:01:44.308Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:01:44.451Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:01:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[532576], x-aai-txid=[0-aai-resources-230321-20:01:43:277-77630], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:01:44.451Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:01:44.452Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T20:01:44.453Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:01:44.453Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:01:44.462Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:01:44.462Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:01:44.462Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:01:44.462Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:44.462Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:44.462Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428904462, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:01:45.491Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T20:01:45.491Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T20:01:45.492Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:01:45.492Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:01:45.492Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:01:45.492Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T20:01:45.495Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-3f3d1dba-695a-4f8d-bd6a-9479227b25eb 2023-03-21T20:01:45.496Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:01:45.497Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:01:45.497Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T20:01:47.571Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:01:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:01:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T20:01:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-3f3d1dba-695a-4f8d-bd6a-9479227b25eb', protocol='range'} 2023-03-21T20:01:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:01:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-3f3d1dba-695a-4f8d-bd6a-9479227b25eb=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T20:01:49.211Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-3f3d1dba-695a-4f8d-bd6a-9479227b25eb', protocol='range'} 2023-03-21T20:01:49.211Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:01:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T20:01:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:01:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:01:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:01:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:01:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:01:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:01:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:01:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:01:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:01:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:01:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=852, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:01:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:01:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:01:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:01:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:01:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:01:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428861107, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:01:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:01:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428425390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428870516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:01:50.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:50.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428872226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T20:01:50.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:50.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428873227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T20:01:50.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:50.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:01:50.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428904462, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:01:50.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:01:51.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:51.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:51.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:51.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:52.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:52.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:52.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:52.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:53.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:53.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:53.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:53.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:54.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:54.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:54.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:54.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:55.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:55.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:55.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:55.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:56.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:01:56.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:56.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:56.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:57.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T20:01:57.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:01:57.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T20:01:57.244Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:01:57.244Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:01:57.284Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:01:57.285Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:01:57.285Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:01:57.285Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T20:01:57.285Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:01:57.285Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T20:01:57.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:01:57.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@d66d1e8 2023-03-21T20:01:57.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:01:57.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T20:01:57.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:01:57.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T20:01:57.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T20:01:57.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:01:57.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:57.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:57.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428917309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:58.310Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T20:01:58.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:01:58.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T20:01:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T20:01:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T20:01:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T20:01:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:01:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T20:01:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:01:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2a53518e 2023-03-21T20:01:58.357Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:01:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T20:01:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:01:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T20:01:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T20:01:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:01:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:01:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:01:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428918358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:01:59.359Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T20:01:59.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:01:59.389Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:01:59.394Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:01:59.394Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:02:29.395Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:02:29.424Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:02:29.433Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:02:29.433Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:02:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:02:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:02:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:02:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:02:59.433Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:02:59.458Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:02:59.462Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:02:59.462Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:03:29.463Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:03:29.488Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:03:29.493Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:03:29.493Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:03:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:03:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:03:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:03:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:03:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:03:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T20:03:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:03:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:03:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:03:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:03:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:03:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T20:03:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:03:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:03:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:03:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:03:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:03:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:03:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:03:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:03:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428917309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:03:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:03:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:03:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679428918358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:03:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:03:59.493Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:03:59.520Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:03:59.526Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:03:59.526Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:04:29.527Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:04:29.549Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:04:29.554Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:04:29.555Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:04:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:04:59.555Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:04:59.583Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:04:59.588Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:04:59.588Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:05:29.589Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:05:29.613Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:05:29.617Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:05:29.617Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:05:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:05:59.617Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:05:59.640Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:05:59.645Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:05:59.645Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:06:29.645Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:06:29.667Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:06:29.672Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:06:29.672Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:06:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:06:50.271Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:06:50.271Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-3f3d1dba-695a-4f8d-bd6a-9479227b25eb 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-21T20:06:50.272Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T20:06:50.272Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T20:06:52.800Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:06:52.814Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:06:52.814Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T20:06:52.820Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:06:52.821Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T20:06:52.836Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:06:52.838Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T20:06:52.838Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:06:52.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:06:52.842Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:06:52.842Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:06:52.842Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=874, offsetEpoch=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-21T20:06:52.842Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:06:52.842Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:06:59.673Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T20:06:59.673Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:06:59.685Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T20:06:59.685Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T20:06:59.686Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T20:06:59.689Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:06:59.702Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T20:06:59.702Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5094c869-b1be-4ee0-b1e6-2615680c4243], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T20:06:59.707Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T20:06:59.856Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:06:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[196672], x-aai-txid=[1-aai-resources-230321-20:06:58:672-28624], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:06:59.856Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:06:59.856Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T20:06:59.857Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:06:59.857Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:06:59.866Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:06:59.867Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T20:06:59.867Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T20:06:59.867Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:06:59.867Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:06:59.867Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429219867, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:06:59.887Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:06:59.887Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429219867, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T20:06:59.888Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:07:00.895Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:07:00.896Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:07:00.896Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:07:00.897Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:00.897Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:00.897Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "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-21T20:07:01.898Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:07:01.898Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:01.899Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:01.899Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:07:02.900Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T20:07:02.900Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:07:02.901Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T20:07:02.901Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T20:07:02.901Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:07:02.940Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:07:02.940Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:07:02.941Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:07:02.941Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T20:07:02.941Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:07:02.941Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:07:02.972Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:07:02.972Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@710868a6 2023-03-21T20:07:02.973Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:07:02.973Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:07:02.973Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:07:02.973Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:07:02.973Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:07:02.973Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:07:02.974Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:02.974Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:02.974Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429222973, "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-21T20:07:03.975Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:07:04.022Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T20:07:04.022Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:07:04.023Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T20:07:04.023Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:07:04.023Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:04.023Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:04.024Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429224022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:07:05.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:07:05.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T20:07:05.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:07:05.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:05.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:05.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429225025, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:07:06.026Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:07:06.049Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:07:06.054Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:07:06.054Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:07:06.055Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:07:06.055Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:07:06.055Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:07:06.055Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:07:06.056Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:07:06.056Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:07:06.056Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:07:06.069Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:07:36.070Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:07:36.082Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T20:07:36.082Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T20:07:36.082Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T20:07:36.088Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:07:36.104Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T20:07:36.104Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[697e165c-f293-45a3-9e97-a178b90ab00a], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T20:07:36.113Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:07:36.247Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:07:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[495712], x-aai-txid=[2-aai-resources-230321-20:07:35:080-94321], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:07:36.248Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:07:36.248Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T20:07:36.248Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:07:36.249Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:07:36.254Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:07:36.255Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:07:36.255Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:07:36.256Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:36.256Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:36.256Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429256255, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:07:37.283Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:07:37.284Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:07:37.284Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:07:37.284Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:37.284Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:37.284Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "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-21T20:07:38.285Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:07:38.285Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:38.285Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:38.285Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "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-21T20:07:39.286Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:07:39.287Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:39.287Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:39.287Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "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-21T20:07:40.289Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:07:40.289Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:40.289Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:40.289Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "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-21T20:07:41.291Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:07:41.292Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:41.292Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:41.292Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "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-21T20:07:42.294Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:07:42.294Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:42.294Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:42.294Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "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-21T20:07:43.296Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:07:43.296Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:43.296Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:43.296Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:07:44.298Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T20:07:44.298Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:07:44.298Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T20:07:44.299Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:07:44.299Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:07:44.344Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:07:44.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:07:44.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:07:44.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T20:07:44.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:07:44.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:07:44.376Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:07:44.376Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@54575618 2023-03-21T20:07:44.376Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:07:44.377Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:07:44.377Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:07:44.377Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:07:44.377Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:07:44.377Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:07:44.377Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:44.378Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:44.378Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429264377, "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-21T20:07:45.380Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:07:45.423Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T20:07:45.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:07:45.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T20:07:45.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:07:45.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:45.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:45.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429265424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:07:46.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:07:46.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T20:07:46.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:07:46.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:07:46.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:07:46.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429266425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:07:47.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:07:47.449Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:07:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:07:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:07:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:07:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:07:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:07:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:07:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:07:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:07:47.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:07:47.469Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:07:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:07:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:07:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:07:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429222973, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:07:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429224022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T20:07:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429225025, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T20:07:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429256255, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:07:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:07:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:07:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T20:07:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:07:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T20:07:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:07:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:07:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429264377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:07:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429265424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T20:07:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:07:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:07:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429266425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T20:07:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:08:17.469Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:08:17.480Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T20:08:17.480Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T20:08:17.481Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T20:08:17.485Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:08:17.499Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T20:08:17.500Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8329d376-8ea2-4a79-842f-7279f64eb125], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T20:08:17.506Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:08:17.651Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:08:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[180304], x-aai-txid=[1-aai-resources-230321-20:08:16:471-5600], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:08:17.651Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:08:17.652Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T20:08:17.654Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:08:17.654Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:08:17.663Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:08:17.663Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:08:17.664Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:08:17.664Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:08:17.664Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:08:17.664Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429297664, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:08:18.687Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:08:18.687Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:08:18.687Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:08:18.688Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:08:18.688Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:08:18.688Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:08:19.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:08:19.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:08:19.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:08:19.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:08:20.691Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:08:20.691Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:08:20.691Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:08:20.691Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:08:21.692Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:08:21.693Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:08:21.693Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:08:21.693Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:08:22.694Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:08:22.694Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:08:22.695Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:08:22.695Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:08:23.696Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:08:23.697Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:08:23.697Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:08:23.697Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:08:24.698Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:08:24.698Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:08:24.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:08:24.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:08:25.700Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:08:25.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:08:25.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:08:25.701Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:08:26.702Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T20:08:26.702Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:08:26.702Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T20:08:26.703Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:08:26.703Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:08:26.746Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:08:26.747Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:08:26.747Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:08:26.747Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:26.747Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:08:26.747Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:27.051Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:08:27.054Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T20:08:27.055Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:08:27.055Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:27.055Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:08:27.056Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:08:27.056Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:08:27.056Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429307055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:08:28.057Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:08:28.058Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:08:28.058Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:28.058Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:28.059Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:28.059Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:28.186Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3934033210535101521/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T20:08:28.752Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:08:28.753Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:08:28.753Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:28.753Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:08:28.753Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:28.753Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:28.753Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:28.753Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:28.753Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:28.753Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:28.753Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:08:28.753Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:08:28.753Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:08:28.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:08:28.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:08:28.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:08:28.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:08:28.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:08:28.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:08:28.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:08:28.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:08:28.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:08:28.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:08:28.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:08:28.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:08:28.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:08:28.755Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:08:28.755Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:08:28.755Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:08:28.755Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:08:28.755Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:08:28.755Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:08:28.755Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T20:08:28.798Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T20:08:28.799Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:08:28.799Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T20:08:28.799Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:08:28.799Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:08:28.799Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:08:28.799Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429308799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:08:29.800Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:08:29.800Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T20:08:29.800Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:08:29.800Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:08:29.800Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:08:29.800Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429309800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:08:30.801Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:08:30.827Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:08:30.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:08:30.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:08:30.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:08:30.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:08:30.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:08:30.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:08:30.833Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:08:30.833Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:08:30.833Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:08:30.849Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:08:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:08:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:08:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429297664, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:08:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:08:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:08:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:08:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:08:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:08:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:08:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:08:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:08:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:08:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:08:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:08:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:08:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:08:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:08:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:08:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:08:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:08:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:08:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:08:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:08:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:08:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:08:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:08:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:08:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:08:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:08:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429307055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:08:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:08:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:08:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429308799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T20:08:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:08:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:08:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429309800, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T20:08:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:00.849Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:09:00.858Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T20:09:00.858Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T20:09:00.859Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T20:09:00.864Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:09:00.879Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:09:00.881Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T20:09:00.887Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:09:01.068Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T20:09:01.069Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:08:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[176], vertex-id=[155696], x-aai-txid=[1-aai-resources-230321-20:08:59:852-97858], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:09:01.070Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:09:01.071Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:09:01.071Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:09:01.081Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:09:01.081Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:09:01.081Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:09:01.081Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:01.081Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:01.081Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429341081, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:09:02.106Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:09:02.106Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:09:02.106Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:02.106Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:02.106Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:02.106Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:03.107Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:03.107Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:03.107Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:03.107Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:04.108Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:04.108Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:04.109Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:04.109Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:05.110Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:05.110Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:05.110Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:05.110Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:06.111Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:06.111Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:06.112Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:06.112Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:07.113Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:07.113Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:07.113Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:07.113Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:08.114Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:08.114Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:08.114Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:08.114Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:09.115Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:09.115Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:09.115Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:09.115Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:10.116Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T20:09:10.116Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:09:10.116Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T20:09:10.117Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:09:10.117Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:09:10.164Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:09:10.164Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:09:10.164Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:09:10.164Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:10.165Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:09:10.165Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:10.479Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:09:10.483Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T20:09:10.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:09:10.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:10.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:09:10.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:10.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:10.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429350483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:11.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:09:11.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:09:11.486Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:11.486Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:11.487Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:11.487Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:11.573Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6918100816249605832/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T20:09:12.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:09:12.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:09:12.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:12.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:09:12.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:12.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:12.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:12.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:12.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:12.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:12.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:09:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:09:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:09:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:09:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:09:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:09:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T20:09:12.205Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T20:09:12.206Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:09:12.206Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T20:09:12.206Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:09:12.206Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:12.206Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:12.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429352206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:13.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:09:13.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T20:09:13.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:09:13.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:13.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:13.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429353207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:14.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:09:14.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:09:14.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:09:14.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:09:14.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:09:14.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:09:14.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:09:14.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:09:14.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:09:14.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:09:14.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:09:14.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:09:44.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:09:44.259Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T20:09:44.260Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T20:09:44.260Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T20:09:44.267Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:09:44.288Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:09:44.289Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T20:09:44.296Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:09:44.434Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T20:09:44.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:09:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[532576], x-aai-txid=[2-aai-resources-230321-20:09:43:261-95907], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:09:44.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:09:44.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:09:44.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:09:44.445Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:09:44.445Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:09:44.445Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:09:44.445Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:44.446Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:44.446Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429384445, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:09:45.478Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T20:09:45.478Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T20:09:45.479Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:09:45.479Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:09:45.479Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:09:45.479Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T20:09:45.481Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-6ed6c9a7-d382-4196-afa8-7822d9dfbb79 2023-03-21T20:09:45.481Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:09:45.481Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:09:45.481Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T20:09:47.551Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:09:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:49.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:09:49.187Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T20:09:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-6ed6c9a7-d382-4196-afa8-7822d9dfbb79', protocol='range'} 2023-03-21T20:09:49.193Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:09:49.199Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-6ed6c9a7-d382-4196-afa8-7822d9dfbb79=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T20:09:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-6ed6c9a7-d382-4196-afa8-7822d9dfbb79', protocol='range'} 2023-03-21T20:09:49.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:09:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:09:49.213Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T20:09:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:09:49.214Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:09:49.217Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:09:49.217Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:09:49.217Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:09:49.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=903, offsetEpoch=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-21T20:09:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:09:49.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:09:49.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:09:49.218Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:09:49.218Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:09:49.218Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:09:49.218Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:09:49.219Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:09:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:09:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:50.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429341081, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:09:50.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679428905491, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429350483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429352206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429353207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429384445, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "ves-openapi-manager", "timestamp": 1679429370963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "cds-sdc-listener", "timestamp": 1679429332068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "multicloud-k8s", "timestamp": 1679429361209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "policy-distribution-id", "timestamp": 1679429363563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "ves-openapi-manager", "timestamp": 1679429370963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "policy-distribution-id", "timestamp": 1679429363563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "multicloud-k8s", "timestamp": 1679429361209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "cds-sdc-listener", "timestamp": 1679429332068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "policy-distribution-id", "timestamp": 1679429363563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "ves-openapi-manager", "timestamp": 1679429370963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "multicloud-k8s", "timestamp": 1679429361209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "cds-sdc-listener", "timestamp": 1679429332068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "policy-distribution-id", "timestamp": 1679429363563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.235Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "ves-openapi-manager", "timestamp": 1679429370963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "multicloud-k8s", "timestamp": 1679429361209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:50.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:09:50.236Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "cds-sdc-listener", "timestamp": 1679429332068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:09:50.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:09:51.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:51.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:51.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:51.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:52.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:52.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:52.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:52.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:53.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:53.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:53.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:53.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:54.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:54.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:54.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:54.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:55.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:55.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:55.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:55.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:56.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:09:56.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:56.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:56.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:57.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T20:09:57.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:09:57.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T20:09:57.242Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:09:57.242Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:09:57.310Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:09:57.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:09:57.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:09:57.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T20:09:57.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:09:57.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T20:09:57.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:09:57.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5769b029 2023-03-21T20:09:57.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:09:57.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T20:09:57.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:09:57.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T20:09:57.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T20:09:57.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:09:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429397334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:58.337Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T20:09:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:09:58.358Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T20:09:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T20:09:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T20:09:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T20:09:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:09:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T20:09:58.381Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:09:58.381Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d9d8bb8 2023-03-21T20:09:58.382Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:09:58.383Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T20:09:58.383Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:09:58.383Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T20:09:58.383Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T20:09:58.383Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:09:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:09:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:09:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429398383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:09:59.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T20:09:59.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:09:59.412Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:09:59.417Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:09:59.417Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:10:29.417Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:10:29.444Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:10:29.449Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:10:29.449Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:10:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:10:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:10:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:10:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:10:59.450Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:10:59.475Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:10:59.480Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:10:59.480Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:11:29.480Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:11:29.507Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:11:29.512Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:11:29.512Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:11:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:11:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "policy-distribution-id", "timestamp": 1679429363563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "ves-openapi-manager", "timestamp": 1679429370963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "cds-sdc-listener", "timestamp": 1679429332068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "multicloud-k8s", "timestamp": 1679429361209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:11:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "policy-distribution-id", "timestamp": 1679429363563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "ves-openapi-manager", "timestamp": 1679429370963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-21T20:11:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "cds-sdc-listener", "timestamp": 1679429332068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "multicloud-k8s", "timestamp": 1679429361209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "aai-model-loader", "timestamp": 1679429391160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T20:11:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "policy-distribution-id", "timestamp": 1679429363563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "ves-openapi-manager", "timestamp": 1679429370963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "cds-sdc-listener", "timestamp": 1679429332068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "multicloud-k8s", "timestamp": 1679429361209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "aai-model-loader", "timestamp": 1679429391160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "policy-distribution-id", "timestamp": 1679429363563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:11:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "ves-openapi-manager", "timestamp": 1679429370963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "cds-sdc-listener", "timestamp": 1679429332068, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:11:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "multicloud-k8s", "timestamp": 1679429361209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:11:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "aai-model-loader", "timestamp": 1679429391160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T20:11:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "cds-sdc-listener", "timestamp": 1679429393919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:11:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "policy-distribution-id", "timestamp": 1679429393381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:11:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "aai-model-loader", "timestamp": 1679429391160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "policy-distribution-id", "timestamp": 1679429394384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:11:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "aai-model-loader", "timestamp": 1679429391160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:11:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679429394450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.187Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "policy-distribution-id", "timestamp": 1679429395385, "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-21T20:11:49.224Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89838e5b-3a53-4dc5-b216-46094ac36ffd 2023-03-21T20:11:49.225Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89838e5b-3a53-4dc5-b216-46094ac36ffd 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-21T20:11:49.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.244Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "aai-model-loader", "timestamp": 1679429391160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.244Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429397334, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679429394450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "aai-model-loader", "timestamp": 1679429391160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429398383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679429394450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.246Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "aai-model-loader", "timestamp": 1679429391160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:11:49.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.246Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679429394450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.246Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "aai-model-loader", "timestamp": 1679429399301, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:11:49.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.246Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679429394450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.247Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679429394450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.247Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679429394450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:11:49.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.247Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "aai-model-loader", "timestamp": 1679429402795, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:11:49.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.247Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679429394450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:11:49.247Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.248Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "aai-model-loader", "timestamp": 1679429403797, "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-21T20:11:49.260Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89838e5b-3a53-4dc5-b216-46094ac36ffd 2023-03-21T20:11:49.260Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89838e5b-3a53-4dc5-b216-46094ac36ffd 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-21T20:11:49.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.281Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679429403256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:11:49.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.281Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679429404955, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:11:49.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:11:49.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:11:49.282Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679429405960, "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-21T20:11:49.296Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89838e5b-3a53-4dc5-b216-46094ac36ffd 2023-03-21T20:11:49.297Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89838e5b-3a53-4dc5-b216-46094ac36ffd 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-21T20:11:59.512Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:11:59.535Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:11:59.539Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:11:59.539Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:12:29.540Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:12:29.566Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:12:29.570Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:12:29.571Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:12:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:12:59.572Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:12:59.597Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:12:59.601Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:12:59.601Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:13:29.601Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:13:29.629Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:13:29.636Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:13:29.636Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:13:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:13:59.636Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:13:59.667Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:13:59.671Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:13:59.671Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:14:29.671Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:14:29.697Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:14:29.702Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:14:29.703Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:14:49.173Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:14:50.249Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:14:50.249Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-6ed6c9a7-d382-4196-afa8-7822d9dfbb79 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-21T20:14:50.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T20:14:50.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T20:14:52.792Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:14:52.804Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:14:52.804Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T20:14:52.808Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:14:52.809Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T20:14:52.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:14:52.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T20:14:52.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:14:52.826Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:14:52.826Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:14:52.826Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:14:52.826Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=983, offsetEpoch=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-21T20:14:52.826Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:14:52.826Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:14:59.703Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T20:14:59.703Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:14:59.711Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T20:14:59.712Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T20:14:59.713Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T20:14:59.718Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:14:59.736Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:14:59.736Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T20:14:59.742Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T20:14:59.891Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T20:14:59.892Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:14:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[196672], x-aai-txid=[2-aai-resources-230321-20:14:58:706-76861], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:14:59.892Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:14:59.893Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:14:59.893Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:14:59.906Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:14:59.907Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T20:14:59.907Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T20:14:59.907Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:14:59.907Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:14:59.908Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429699907, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:14:59.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:14:59.932Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429699907, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T20:14:59.933Z||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-21T20:15:00.943Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:15:00.944Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:15:00.944Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:15:00.945Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:00.945Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:00.945Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "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-21T20:15:01.946Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:15:01.947Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:01.947Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:01.947Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:15:02.948Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T20:15:02.949Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:15:02.949Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T20:15:02.949Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T20:15:02.950Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:15:02.996Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:15:02.997Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:15:02.997Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:15:02.998Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T20:15:02.998Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:15:02.998Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:15:03.031Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:15:03.031Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4b36fb14 2023-03-21T20:15:03.031Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:15:03.031Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:15:03.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:15:03.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:15:03.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:15:03.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:15:03.032Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:03.033Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:03.033Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429703032, "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-21T20:15:04.034Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:15:04.074Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T20:15:04.075Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:15:04.075Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T20:15:04.075Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:15:04.075Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:04.075Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:04.075Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429704075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:15:05.076Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:15:05.076Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T20:15:05.077Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:15:05.077Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:05.077Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:05.077Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429705076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:15:06.078Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:15:06.102Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:15:06.106Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:15:06.106Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:15:06.106Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:15:06.106Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:15:06.106Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:15:06.107Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:15:06.107Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:15:06.107Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:15:06.107Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:15:06.119Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:15:36.120Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:15:36.128Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T20:15:36.129Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T20:15:36.129Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T20:15:36.136Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:15:36.154Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T20:15:36.154Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6c492937-7d43-4c0b-a87a-2ed4a06bf276], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T20:15:36.162Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:15:36.302Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:15:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[495712], x-aai-txid=[1-aai-resources-230321-20:15:35:125-82831], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:15:36.303Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:15:36.303Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T20:15:36.303Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:15:36.303Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:15:36.311Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:15:36.311Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:15:36.311Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:15:36.311Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:36.311Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:36.311Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429736311, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:15:37.339Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:15:37.340Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:15:37.342Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:15:37.342Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:37.342Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:37.342Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "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-21T20:15:38.343Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:15:38.344Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:38.344Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:38.344Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "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-21T20:15:39.345Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:15:39.346Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:39.346Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:39.346Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "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-21T20:15:40.347Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:15:40.347Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:40.347Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:40.348Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "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-21T20:15:41.348Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:15:41.349Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:41.349Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:41.349Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "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-21T20:15:42.350Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:15:42.350Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:42.350Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:42.350Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "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-21T20:15:43.350Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:15:43.351Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:43.351Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:43.351Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:15:44.352Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T20:15:44.352Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:15:44.352Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T20:15:44.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:15:44.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:15:44.395Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:15:44.396Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:15:44.396Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:15:44.396Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T20:15:44.396Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:15:44.396Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:15:44.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:15:44.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@bfbfd09 2023-03-21T20:15:44.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:15:44.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:15:44.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:15:44.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:15:44.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:15:44.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:15:44.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:44.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:44.424Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429744424, "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-21T20:15:45.425Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:15:45.477Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T20:15:45.477Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:15:45.477Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T20:15:45.477Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:15:45.477Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:45.477Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:45.478Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429745477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:15:46.478Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:15:46.479Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T20:15:46.479Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:15:46.479Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:15:46.479Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:15:46.479Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429746478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:15:47.480Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:15:47.503Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:15:47.507Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:15:47.507Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:15:47.507Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:15:47.507Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:15:47.507Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:15:47.507Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:15:47.507Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:15:47.508Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:15:47.508Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:15:47.519Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:15:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:15:49.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:15:49.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:15:49.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429703032, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:15:49.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429704075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429705076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429736311, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429744424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:15:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429745477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T20:15:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:15:49.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:15:49.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429746478, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T20:15:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:16:17.520Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:16:17.529Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T20:16:17.529Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T20:16:17.530Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T20:16:17.535Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:16:17.546Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:16:17.547Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T20:16:17.555Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:16:17.688Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T20:16:17.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:16:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[180304], x-aai-txid=[1-aai-resources-230321-20:16:16:518-41670], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:16:17.689Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:16:17.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:16:17.690Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:16:17.698Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:16:17.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:16:17.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:16:17.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:16:17.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:16:17.699Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429777699, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:16:18.725Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:16:18.725Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:16:18.726Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:16:18.726Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:16:18.726Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:16:18.726Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:16:19.727Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:16:19.727Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:16:19.727Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:16:19.727Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:16:20.728Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:16:20.729Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:16:20.729Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:16:20.729Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:16:21.729Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:16:21.730Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:16:21.730Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:16:21.730Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:16:22.730Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:16:22.731Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:16:22.731Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:16:22.731Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:16:23.732Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:16:23.732Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:16:23.732Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:16:23.732Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:16:24.733Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:16:24.733Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:16:24.733Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:16:24.733Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:16:25.734Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:16:25.734Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:16:25.734Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:16:25.734Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:16:26.735Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T20:16:26.736Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:16:26.736Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T20:16:26.736Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:16:26.737Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:16:26.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:16:26.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:16:26.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:16:26.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:26.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:16:26.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:27.097Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:16:27.102Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T20:16:27.103Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:16:27.103Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:27.103Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:16:27.103Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:16:27.103Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:16:27.104Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429787103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:16:28.104Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:16:28.105Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:16:28.105Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:28.106Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:28.106Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:28.106Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:28.186Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3919403499693451367/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T20:16:28.792Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:16:28.792Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:16:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:16:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:28.793Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:16:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:16:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:16:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:16:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:16:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:16:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:16:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:16:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:16:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:16:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:16:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:16:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:16:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:16:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:16:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:16:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:16:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:16:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:16:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:16:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:16:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:16:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T20:16:28.851Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T20:16:28.851Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:16:28.851Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T20:16:28.851Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:16:28.852Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:16:28.852Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:16:28.852Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429788851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:16:29.852Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:16:29.853Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T20:16:29.853Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:16:29.853Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:16:29.853Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:16:29.853Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429789852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:16:30.854Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:16:30.881Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:16:30.885Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:16:30.886Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:16:30.886Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:16:30.886Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:16:30.886Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:16:30.886Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:16:30.886Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:16:30.886Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:16:30.886Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:16:30.902Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:16:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:16:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:16:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429777699, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:16:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:16:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:16:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:16:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:16:49.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:16:49.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:16:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:16:49.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:16:49.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:16:49.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:16:49.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:16:49.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:16:49.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:16:49.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:16:49.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:16:49.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:16:49.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:16:49.184Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:16:49.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:16:49.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:16:49.185Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:16:49.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:16:49.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:16:49.185Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:16:49.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:16:49.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:16:49.185Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429787103, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:16:49.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:16:49.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:16:49.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429788851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T20:16:49.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:16:49.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:16:49.186Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429789852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T20:16:49.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:00.903Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:17:00.918Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T20:17:00.918Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T20:17:00.919Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T20:17:00.923Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:17:00.939Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:17:00.940Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T20:17:00.947Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:17:01.088Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T20:17:01.090Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:16:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[155696], x-aai-txid=[1-aai-resources-230321-20:16:59:911-75471], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:17:01.090Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:17:01.091Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:17:01.091Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:17:01.099Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:17:01.099Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:17:01.100Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:17:01.100Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:01.100Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:01.100Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429821099, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:17:02.126Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:17:02.127Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:17:02.127Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:02.127Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:02.127Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:02.127Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:03.128Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:03.128Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:03.128Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:03.129Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:04.129Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:04.130Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:04.130Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:04.130Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:05.131Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:05.131Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:05.131Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:05.131Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:06.132Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:06.132Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:06.132Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:06.132Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:07.133Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:07.133Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:07.134Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:07.134Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:08.134Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:08.135Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:08.135Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:08.135Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:09.138Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:09.138Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:09.138Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:09.138Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:10.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T20:17:10.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:17:10.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T20:17:10.140Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:17:10.140Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:17:10.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:17:10.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:17:10.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:17:10.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:10.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:17:10.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:10.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:17:10.488Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T20:17:10.488Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:17:10.488Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:10.488Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:17:10.488Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:10.488Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:10.488Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429830488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:11.489Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:17:11.489Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:17:11.490Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:11.490Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:11.491Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:11.491Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:11.575Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13644571724853816708/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T20:17:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:17:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:17:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:17:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:12.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:12.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:12.162Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:12.162Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:12.162Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:12.162Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:12.162Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:12.162Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:12.162Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T20:17:12.199Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T20:17:12.199Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:17:12.199Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T20:17:12.199Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:17:12.199Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:12.199Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:12.199Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429832199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:13.200Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:17:13.200Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T20:17:13.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:17:13.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:13.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:13.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429833200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:14.202Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:17:14.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:17:14.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:17:14.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:17:14.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:17:14.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:17:14.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:17:14.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:17:14.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:17:14.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:17:14.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:17:14.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:17:44.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:17:44.261Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T20:17:44.261Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T20:17:44.261Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T20:17:44.264Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:17:44.275Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T20:17:44.276Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[552733b4-caf5-4e64-a4b1-3ee1c2de7b74], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T20:17:44.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:17:44.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:17:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[532576], x-aai-txid=[1-aai-resources-230321-20:17:43:245-76643], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:17:44.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:17:44.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T20:17:44.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:17:44.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:17:44.424Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:17:44.424Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:17:44.424Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:17:44.425Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:44.425Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:44.425Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429864424, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:17:45.451Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:17:45.451Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:17:45.452Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:45.452Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:45.452Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:45.452Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:46.453Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:46.453Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:46.453Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:46.453Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:47.454Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:47.454Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:47.454Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:47.455Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:48.455Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:48.456Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:48.456Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:48.456Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:49.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429821099, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:17:49.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.179Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:17:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:17:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429830488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:17:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429832199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T20:17:49.181Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.181Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429833200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T20:17:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429864424, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:17:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:17:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:17:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.182Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:17:49.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T20:17:49.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:17:49.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:17:49.457Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:49.457Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:49.457Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:49.457Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:50.458Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:50.459Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:50.459Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:50.459Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:51.461Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:51.462Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:51.463Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:51.463Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:52.463Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:17:52.464Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:52.464Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:52.464Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:53.465Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T20:17:53.465Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:17:53.465Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T20:17:53.466Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:17:53.466Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T20:17:53.508Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:17:53.508Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:17:53.508Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:17:53.508Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:53.508Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:17:53.508Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:53.831Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:17:53.834Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T20:17:53.835Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:17:53.835Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:53.835Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:17:53.835Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:53.835Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:53.835Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429873835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:54.836Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:17:54.837Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:17:54.837Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:54.838Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:54.839Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:54.839Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:54.942Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15614063077212010028/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T20:17:55.546Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:17:55.547Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:17:55.547Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:55.547Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:17:55.547Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:55.547Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:55.547Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:55.547Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:55.547Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:55.547Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:55.547Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:55.547Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:17:55.547Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:55.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:55.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T20:17:55.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:17:55.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:17:55.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:55.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:55.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T20:17:55.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:17:55.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:17:55.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:55.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:55.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:55.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:55.549Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:55.549Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:55.549Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:55.549Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:55.549Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:55.549Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:55.549Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T20:17:55.582Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T20:17:55.587Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||pNF 0351233a-1bd2 0 2023-03-21T20:17:55.588Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 2023-03-21T20:17:55.588Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T20:17:55.588Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T20:17:55.588Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0351233a-1bd2 0 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 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-21T20:17:55.599Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@112d5f81, org.onap.sdc.toscaparser.api.parameters.Input@db83423, org.onap.sdc.toscaparser.api.parameters.Input@6cbd4647, org.onap.sdc.toscaparser.api.parameters.Input@49d39366, org.onap.sdc.toscaparser.api.parameters.Input@32791c8a] 2023-03-21T20:17:55.611Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:55.612Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:55.612Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e4b5e39d-306c-4445-a2f7-4cbeace185b3: pNF 0351233a-1bd2 2023-03-21T20:17:55.612Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Processing PNF resource: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 2023-03-21T20:17:55.612Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:17:55.613Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:17:55.613Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Resource customization UUID: d1c031bb-b077-4bb2-a276-913e30cde237 is the same as notified resource customizationUUID: d1c031bb-b077-4bb2-a276-913e30cde237 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-21T20:17:55.695Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0351233a-1bd2 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 0 ASDC deployResourceStructure 2023-03-21T20:17:55.696Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:17:55.696Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:17:55.696Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T20:17:55.696Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:17:55.696Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:17:55.696Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429875696, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:17:56.698Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:17:56.721Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:17:56.726Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:17:56.726Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:17:56.726Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:17:56.726Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:17:56.726Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:17:56.726Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:17:56.727Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:17:56.727Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:17:56.727Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:17:56.737Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:18:26.738Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:18:26.747Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T20:18:26.748Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T20:18:26.749Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T20:18:26.757Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:18:26.775Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T20:18:26.775Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bcc574c2-dcf9-43ff-90e2-93ceadc41e29], X-ECOMP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-TransactionId=[], X-ONAP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], Content-Type=[application/merge-patch+json]} 2023-03-21T20:18:26.783Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:18:26.923Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:18:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[237608], x-aai-txid=[0-aai-resources-230321-20:18:25:746-369], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:18:26.924Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:18:26.925Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T20:18:26.925Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:18:26.926Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:18:26.934Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:18:26.934Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:18:26.934Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:18:26.934Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:18:26.934Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:18:26.934Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429906934, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:18:27.954Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T20:18:27.954Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T20:18:27.955Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:18:27.955Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:18:27.955Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:18:27.955Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T20:18:27.958Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-363bbdea-616e-44dc-8e8e-1b7458083405 2023-03-21T20:18:27.958Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:18:27.959Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:18:27.959Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T20:18:29.712Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:18:32.721Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:18:35.731Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:18:38.739Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:18:41.751Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:18:44.760Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:18:47.769Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:18:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:18:49.187Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:18:49.187Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T20:18:49.193Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:18:49.193Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-363bbdea-616e-44dc-8e8e-1b7458083405', protocol='range'} 2023-03-21T20:18:49.196Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 33: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-363bbdea-616e-44dc-8e8e-1b7458083405=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T20:18:49.208Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:18:49.208Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-363bbdea-616e-44dc-8e8e-1b7458083405', protocol='range'} 2023-03-21T20:18:49.209Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T20:18:49.209Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:18:49.209Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:18:49.209Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:18:49.212Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:18:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:18:49.212Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:18:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:18:49.212Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:18:49.212Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:18:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:18:49.212Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:18:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1029, offsetEpoch=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-21T20:18:49.212Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:18:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:18:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:18:50.224Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:18:50.224Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:18:50.225Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:18:50.225Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:18:50.225Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:18:50.225Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:18:50.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T20:18:50.229Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:18:50.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:18:50.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T20:18:50.230Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:18:50.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:18:50.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T20:18:50.230Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:18:50.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:18:50.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T20:18:50.230Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429385478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:18:50.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:18:50.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T20:18:50.230Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429873835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:18:50.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:18:50.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T20:18:50.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429875696, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:18:50.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:18:50.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T20:18:50.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429906934, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:18:50.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:18:51.226Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:18:51.227Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:18:51.227Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:18:51.227Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:18:52.227Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:18:52.228Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:18:52.228Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:18:52.228Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:18:53.229Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:18:53.229Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:18:53.229Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:18:53.229Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:18:54.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:18:54.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:18:54.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:18:54.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:18:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:18:55.232Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:18:55.232Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:18:55.232Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:18:56.232Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:18:56.233Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:18:56.233Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:18:56.233Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:18:57.233Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T20:18:57.234Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:18:57.234Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T20:18:57.234Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:18:57.234Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:18:57.264Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:18:57.264Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:18:57.265Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:18:57.265Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T20:18:57.265Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:18:57.265Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T20:18:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:18:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@59cab0bb 2023-03-21T20:18:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:18:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T20:18:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:18:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T20:18:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T20:18:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:18:57.293Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:18:57.293Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:18:57.293Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429937292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:18:58.293Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T20:18:58.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:18:58.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T20:18:58.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T20:18:58.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T20:18:58.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T20:18:58.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:18:58.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T20:18:58.332Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:18:58.332Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4a036894 2023-03-21T20:18:58.332Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:18:58.332Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T20:18:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:18:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T20:18:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T20:18:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:18:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:18:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:18:58.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429938333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:18:59.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T20:18:59.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:18:59.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:18:59.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:18:59.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:19:29.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:19:29.375Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:19:29.380Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:19:29.380Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:19:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:19:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:19:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:19:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:19:59.380Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:19:59.399Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:19:59.402Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:19:59.402Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:20:29.403Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:20:29.414Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:20:29.418Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:20:29.418Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:20:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:20:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:20:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:20:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:20:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:20:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T20:20:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:20:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:20:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:20:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:20:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:20:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T20:20:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:20:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:20:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:20:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:20:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:20:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:20:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:20:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:20:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429937292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:20:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:20:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:20:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679429938333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:20:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:20:59.418Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:20:59.446Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:20:59.450Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:20:59.451Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:21:29.451Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:21:29.476Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:21:29.480Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:21:29.480Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:21:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:21:59.481Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:21:59.508Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:21:59.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:21:59.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:22:23.696Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:22:23.696Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "ves-openapi-manager", "timestamp": 1679430133771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:22:23.696Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:22:29.514Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:22:29.532Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:22:29.535Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:22:29.536Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:22:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:22:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:22:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "cds-sdc-listener", "timestamp": 1679430114939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:22:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:22:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:22:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "policy-distribution-id", "timestamp": 1679430116407, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:22:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:22:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:22:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430114021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:22:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:22:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:22:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "aai-model-loader", "timestamp": 1679430141160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:22:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:22:59.536Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:22:59.561Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:22:59.566Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:22:59.566Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:23:29.567Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:23:29.592Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:23:29.597Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:23:29.597Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:23:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:23:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "ves-openapi-manager", "timestamp": 1679430133771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "aai-model-loader", "timestamp": 1679430141160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "policy-distribution-id", "timestamp": 1679430116407, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430114021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:23:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "cds-sdc-listener", "timestamp": 1679430114939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "ves-openapi-manager", "timestamp": 1679430133771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "aai-model-loader", "timestamp": 1679430141160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "cds-sdc-listener", "timestamp": 1679430114939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "policy-distribution-id", "timestamp": 1679430116407, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430114021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "cds-sdc-listener", "timestamp": 1679430114939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "aai-model-loader", "timestamp": 1679430141160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "ves-openapi-manager", "timestamp": 1679430133771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "policy-distribution-id", "timestamp": 1679430116407, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430114021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430144451, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "cds-sdc-listener", "timestamp": 1679430114939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "aai-model-loader", "timestamp": 1679430141160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "ves-openapi-manager", "timestamp": 1679430133771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "policy-distribution-id", "timestamp": 1679430116407, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430114021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T20:23:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430144451, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "cds-sdc-listener", "timestamp": 1679430114939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "policy-distribution-id", "timestamp": 1679430116407, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "ves-openapi-manager", "timestamp": 1679430133771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "aai-model-loader", "timestamp": 1679430141160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430114021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T20:23:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430144451, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "aai-model-loader", "timestamp": 1679430141160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "cds-sdc-listener", "timestamp": 1679430114939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "ves-openapi-manager", "timestamp": 1679430133771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "policy-distribution-id", "timestamp": 1679430116407, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430114021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T20:23:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430144451, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "aai-model-loader", "timestamp": 1679430141160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "ves-openapi-manager", "timestamp": 1679430133771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "cds-sdc-listener", "timestamp": 1679430114939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "policy-distribution-id", "timestamp": 1679430116407, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430114021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430144451, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "policy-distribution-id", "timestamp": 1679430116407, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "ves-openapi-manager", "timestamp": 1679430133771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "aai-model-loader", "timestamp": 1679430141160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "cds-sdc-listener", "timestamp": 1679430114939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430114021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430144451, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "policy-distribution-id", "timestamp": 1679430116407, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:23:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "aai-model-loader", "timestamp": 1679430141160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:23:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "ves-openapi-manager", "timestamp": 1679430133771, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "cds-sdc-listener", "timestamp": 1679430114939, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:23:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430114021, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430144451, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430144451, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430153216, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "policy-distribution-id", "timestamp": 1679430152505, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "aai-model-loader", "timestamp": 1679430152951, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "cds-sdc-listener", "timestamp": 1679430153075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430144451, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "policy-distribution-id", "timestamp": 1679430153508, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430154338, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430144451, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "policy-distribution-id", "timestamp": 1679430154509, "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-21T20:23:49.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 797bea5e-a532-4d0c-bd39-a536f62d0149 2023-03-21T20:23:49.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 797bea5e-a532-4d0c-bd39-a536f62d0149 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-21T20:23:49.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430155442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-03-21T20:23:49.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430155280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:23:49.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430156555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-03-21T20:23:49.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430157686, "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-21T20:23:49.265Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 797bea5e-a532-4d0c-bd39-a536f62d0149 2023-03-21T20:23:49.266Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 797bea5e-a532-4d0c-bd39-a536f62d0149 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-21T20:23:49.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430157376, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:23:49.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "multicloud-k8s", "timestamp": 1679430158691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T20:23:49.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.284Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.284Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "aai-model-loader", "timestamp": 1679430158526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:23:49.284Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.284Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.284Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430158380, "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-21T20:23:49.295Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 797bea5e-a532-4d0c-bd39-a536f62d0149 2023-03-21T20:23:49.295Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 797bea5e-a532-4d0c-bd39-a536f62d0149 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-21T20:23:49.313Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.313Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "aai-model-loader", "timestamp": 1679430159528, "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-21T20:23:49.324Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 797bea5e-a532-4d0c-bd39-a536f62d0149 2023-03-21T20:23:49.324Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 797bea5e-a532-4d0c-bd39-a536f62d0149 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-21T20:23:49.341Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.341Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "ves-openapi-manager", "timestamp": 1679430152635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.341Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.341Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.341Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "policy-distribution-id", "timestamp": 1679430155512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.341Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.341Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.341Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "multicloud-k8s", "timestamp": 1679430159698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.341Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.341Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.341Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "cds-sdc-listener", "timestamp": 1679430154087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "ves-openapi-manager", "timestamp": 1679430152635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "policy-distribution-id", "timestamp": 1679430155512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "cds-sdc-listener", "timestamp": 1679430154087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "multicloud-k8s", "timestamp": 1679430159698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:23:49.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "ves-openapi-manager", "timestamp": 1679430152635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "policy-distribution-id", "timestamp": 1679430155512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T20:23:49.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "cds-sdc-listener", "timestamp": 1679430154087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "multicloud-k8s", "timestamp": 1679430159698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T20:23:49.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "ves-openapi-manager", "timestamp": 1679430152635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "policy-distribution-id", "timestamp": 1679430155512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "multicloud-k8s", "timestamp": 1679430159698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "cds-sdc-listener", "timestamp": 1679430154087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "ves-openapi-manager", "timestamp": 1679430152635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "policy-distribution-id", "timestamp": 1679430155512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "cds-sdc-listener", "timestamp": 1679430154087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "multicloud-k8s", "timestamp": 1679430159698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T20:23:49.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "ves-openapi-manager", "timestamp": 1679430152635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "cds-sdc-listener", "timestamp": 1679430154087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "policy-distribution-id", "timestamp": 1679430155512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "multicloud-k8s", "timestamp": 1679430159698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "ves-openapi-manager", "timestamp": 1679430152635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "cds-sdc-listener", "timestamp": 1679430154087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "policy-distribution-id", "timestamp": 1679430155512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:23:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "multicloud-k8s", "timestamp": 1679430159698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:23:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:23:50.226Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:23:50.226Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-363bbdea-616e-44dc-8e8e-1b7458083405 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-21T20:23:50.226Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T20:23:50.226Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T20:23:53.243Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:23:56.252Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:23:59.260Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:23:59.597Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T20:23:59.598Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:23:59.611Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T20:23:59.611Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T20:23:59.612Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T20:23:59.615Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:23:59.627Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T20:23:59.627Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[27303965-d56d-4c42-9350-6741d339bf0c], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T20:23:59.630Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T20:23:59.776Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:23:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[196672], x-aai-txid=[1-aai-resources-230321-20:23:58:590-59307], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:23:59.776Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:23:59.776Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T20:23:59.777Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:23:59.777Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:23:59.782Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:23:59.783Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T20:23:59.783Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T20:23:59.783Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:23:59.783Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:23:59.783Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430239783, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:24:00.816Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:24:00.816Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:24:00.817Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:24:00.817Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:00.817Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:00.817Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "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-21T20:24:01.818Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:24:01.818Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:01.818Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:01.819Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:24:02.271Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:02.819Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T20:24:02.819Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:24:02.820Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T20:24:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T20:24:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:24:02.864Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:24:02.864Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:24:02.864Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:24:02.864Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T20:24:02.864Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:24:02.864Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:24:02.894Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:24:02.894Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@329fd05d 2023-03-21T20:24:02.894Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:24:02.895Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:24:02.895Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:24:02.895Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:24:02.895Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:24:02.895Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:24:02.895Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:02.895Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:02.895Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430242895, "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-21T20:24:03.898Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:24:03.936Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T20:24:03.936Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:24:03.936Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T20:24:03.937Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:24:03.937Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:03.937Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:03.937Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430243936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:24:04.938Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:24:04.938Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T20:24:04.938Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:24:04.938Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:04.939Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:04.939Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430244938, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:24:05.280Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:05.940Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:24:05.964Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:24:05.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:24:05.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:24:05.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:24:05.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:24:05.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:24:05.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:24:05.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:24:05.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:24:05.969Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:24:05.982Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:24:08.287Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:11.296Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:14.305Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:17.321Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:20.330Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:23.339Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:26.349Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:29.360Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:32.371Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:35.380Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:35.986Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:24:35.999Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T20:24:35.999Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T20:24:36.000Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T20:24:36.003Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:24:36.017Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T20:24:36.017Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80644d5f-ccd7-4fee-bed2-19568135ca98], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T20:24:36.022Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:24:36.157Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:24:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[495712], x-aai-txid=[2-aai-resources-230321-20:24:34:979-33047], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:24:36.157Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:24:36.159Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T20:24:36.159Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:24:36.161Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:24:36.170Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:24:36.171Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:24:36.171Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:24:36.171Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:36.171Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:36.171Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430276171, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:24:37.198Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:24:37.199Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:24:37.199Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:24:37.199Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:37.199Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:37.199Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "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-21T20:24:38.200Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:24:38.201Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:38.201Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:38.201Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "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-21T20:24:38.390Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:39.201Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:24:39.202Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:39.202Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:39.203Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "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-21T20:24:40.204Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:24:40.204Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:40.205Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:40.205Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "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-21T20:24:41.205Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:24:41.205Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:41.205Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:41.206Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "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-21T20:24:41.399Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:42.209Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:24:42.209Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:42.209Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:42.209Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "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-21T20:24:43.211Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:24:43.211Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:43.211Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:43.211Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:24:44.212Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T20:24:44.212Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:24:44.213Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T20:24:44.213Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:24:44.213Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:24:44.258Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:24:44.258Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:24:44.258Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:24:44.258Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T20:24:44.258Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:24:44.259Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:24:44.282Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:24:44.282Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2b60d249 2023-03-21T20:24:44.283Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:24:44.283Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:24:44.283Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:24:44.283Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:24:44.283Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:24:44.283Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:24:44.283Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:44.283Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:44.283Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430284283, "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-21T20:24:44.418Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:45.284Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:24:45.323Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T20:24:45.324Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:24:45.324Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T20:24:45.324Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:24:45.324Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:45.324Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:45.324Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430285324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:24:46.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:24:46.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T20:24:46.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:24:46.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:24:46.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:24:46.326Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430286326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:24:47.327Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:24:47.348Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:24:47.352Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:24:47.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:24:47.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:24:47.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:24:47.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:24:47.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:24:47.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:24:47.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:24:47.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:24:47.367Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:24:47.426Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:24:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:24:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:24:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T20:24:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:24:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 34: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T20:24:49.209Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:24:49.209Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T20:24:49.209Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:24:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:24:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:24:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:24:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1149, offsetEpoch=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-21T20:24:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:24:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:24:50.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.237Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "ves-openapi-manager", "timestamp": 1679430152635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "cds-sdc-listener", "timestamp": 1679430154087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:24:50.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "policy-distribution-id", "timestamp": 1679430155512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:24:50.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "multicloud-k8s", "timestamp": 1679430159698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:24:50.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "multicloud-k8s", "timestamp": 1679430170234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T20:24:50.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "policy-distribution-id", "timestamp": 1679430169523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:24:50.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "cds-sdc-listener", "timestamp": 1679430170069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:24:50.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "policy-distribution-id", "timestamp": 1679430170524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:24:50.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "multicloud-k8s", "timestamp": 1679430171348, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T20:24:50.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "aai-model-loader", "timestamp": 1679430171160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "policy-distribution-id", "timestamp": 1679430171525, "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-21T20:24:50.288Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc 2023-03-21T20:24:50.289Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc 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-21T20:24:50.313Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.314Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "aai-model-loader", "timestamp": 1679430171160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.315Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.315Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.315Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "multicloud-k8s", "timestamp": 1679430172459, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-21T20:24:50.316Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.316Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.316Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "aai-model-loader", "timestamp": 1679430171160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.316Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.316Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.316Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "multicloud-k8s", "timestamp": 1679430173506, "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-21T20:24:50.333Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc 2023-03-21T20:24:50.333Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc 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-21T20:24:50.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "aai-model-loader", "timestamp": 1679430171160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "multicloud-k8s", "timestamp": 1679430174509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T20:24:50.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "aai-model-loader", "timestamp": 1679430171160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430174450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "aai-model-loader", "timestamp": 1679430171160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430174450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "aai-model-loader", "timestamp": 1679430171160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430174450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "aai-model-loader", "timestamp": 1679430171160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:24:50.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430174450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "aai-model-loader", "timestamp": 1679430179288, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:24:50.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430174450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430174450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.355Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.355Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430174450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.355Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.355Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.355Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430174450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:24:50.355Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.355Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.355Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430183232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:24:50.355Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.355Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.355Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "aai-model-loader", "timestamp": 1679430184521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:24:50.356Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.356Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.357Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "aai-model-loader", "timestamp": 1679430185524, "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-21T20:24:50.369Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc 2023-03-21T20:24:50.370Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc 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-21T20:24:50.389Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.389Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430185300, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:24:50.390Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.390Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.390Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430186304, "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-21T20:24:50.401Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc 2023-03-21T20:24:50.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc 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-21T20:24:50.421Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.422Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430239783, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T20:24:50.422Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.422Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.422Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.422Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.423Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.423Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:24:50.423Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.423Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.423Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430242895, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:24:50.423Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.423Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.423Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430243936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T20:24:50.424Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.424Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.424Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430244938, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T20:24:50.424Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.424Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.424Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "cds-sdc-listener", "timestamp": 1679430231073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.424Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.424Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.425Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "ves-openapi-manager", "timestamp": 1679430249702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.425Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.425Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.425Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "policy-distribution-id", "timestamp": 1679430232528, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.425Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.425Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.425Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "multicloud-k8s", "timestamp": 1679430235515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.426Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.426Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.426Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "cds-sdc-listener", "timestamp": 1679430231073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.426Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.426Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.426Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "ves-openapi-manager", "timestamp": 1679430249702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.427Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.427Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.427Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "multicloud-k8s", "timestamp": 1679430235515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.427Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.427Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.428Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "policy-distribution-id", "timestamp": 1679430232528, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.428Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.428Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.428Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "cds-sdc-listener", "timestamp": 1679430231073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.428Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.428Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.429Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "ves-openapi-manager", "timestamp": 1679430249702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.429Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.429Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.429Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "policy-distribution-id", "timestamp": 1679430232528, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.429Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.430Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.430Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "multicloud-k8s", "timestamp": 1679430235515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.430Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.430Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.430Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "cds-sdc-listener", "timestamp": 1679430231073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.431Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.431Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.431Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "ves-openapi-manager", "timestamp": 1679430249702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.431Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.431Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.431Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "policy-distribution-id", "timestamp": 1679430232528, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.431Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.432Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.432Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "multicloud-k8s", "timestamp": 1679430235515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.432Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.432Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.432Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "cds-sdc-listener", "timestamp": 1679430231073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.432Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.432Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.432Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "ves-openapi-manager", "timestamp": 1679430249702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.432Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.432Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.432Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "multicloud-k8s", "timestamp": 1679430235515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.433Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.433Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.433Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "policy-distribution-id", "timestamp": 1679430232528, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.433Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.433Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.433Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "cds-sdc-listener", "timestamp": 1679430231073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.433Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.433Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.433Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "ves-openapi-manager", "timestamp": 1679430249702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.433Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.433Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.433Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "multicloud-k8s", "timestamp": 1679430235515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.433Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.434Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.434Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "policy-distribution-id", "timestamp": 1679430232528, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.434Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.434Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.434Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "aai-model-loader", "timestamp": 1679430261160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.434Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.434Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.434Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "cds-sdc-listener", "timestamp": 1679430231073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.434Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.434Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.434Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "ves-openapi-manager", "timestamp": 1679430249702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-21T20:24:50.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "multicloud-k8s", "timestamp": 1679430235515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "policy-distribution-id", "timestamp": 1679430232528, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "aai-model-loader", "timestamp": 1679430261160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "cds-sdc-listener", "timestamp": 1679430231073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.435Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "ves-openapi-manager", "timestamp": 1679430249702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "multicloud-k8s", "timestamp": 1679430235515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "policy-distribution-id", "timestamp": 1679430232528, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "aai-model-loader", "timestamp": 1679430261160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.436Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "ves-openapi-manager", "timestamp": 1679430249702, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.437Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.437Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.437Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "cds-sdc-listener", "timestamp": 1679430231073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:24:50.437Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.437Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.437Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "multicloud-k8s", "timestamp": 1679430235515, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:24:50.437Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.437Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.437Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "policy-distribution-id", "timestamp": 1679430232528, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:24:50.437Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.437Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.437Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "aai-model-loader", "timestamp": 1679430261160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "policy-distribution-id", "timestamp": 1679430264479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "cds-sdc-listener", "timestamp": 1679430265028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "aai-model-loader", "timestamp": 1679430261160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430264451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.438Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.439Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "policy-distribution-id", "timestamp": 1679430265483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:24:50.439Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.439Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.439Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "aai-model-loader", "timestamp": 1679430261160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.439Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.439Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.439Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430264451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.439Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.439Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.439Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "policy-distribution-id", "timestamp": 1679430266484, "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-21T20:24:50.465Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7871da8-effd-431d-a9ff-63eba3bd63d2 2023-03-21T20:24:50.465Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7871da8-effd-431d-a9ff-63eba3bd63d2 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-21T20:24:50.483Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.483Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "aai-model-loader", "timestamp": 1679430261160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430264451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "aai-model-loader", "timestamp": 1679430261160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430264451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "aai-model-loader", "timestamp": 1679430261160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430264451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "aai-model-loader", "timestamp": 1679430270308, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430264451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430264451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430264451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.485Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.486Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430264451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:24:50.486Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.486Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.486Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "aai-model-loader", "timestamp": 1679430273897, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:24:50.486Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.486Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.486Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "aai-model-loader", "timestamp": 1679430274899, "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-21T20:24:50.497Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b7871da8-effd-431d-a9ff-63eba3bd63d2 2023-03-21T20:24:50.497Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7871da8-effd-431d-a9ff-63eba3bd63d2 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-21T20:24:50.513Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430274249, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:24:50.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430276171, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:24:50.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430275980, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:24:50.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:24:50.515Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.515Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.515Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679430276983, "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-21T20:24:50.525Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b7871da8-effd-431d-a9ff-63eba3bd63d2 2023-03-21T20:24:50.525Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7871da8-effd-431d-a9ff-63eba3bd63d2 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-21T20:24:50.541Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.541Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T20:24:50.541Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.541Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.541Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.541Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.541Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.541Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T20:24:50.541Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430284283, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430285324, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430286326, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T20:24:50.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:25:17.368Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:25:17.376Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T20:25:17.376Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T20:25:17.376Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T20:25:17.380Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:25:17.394Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T20:25:17.394Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23095dac-a55b-423f-91d9-24d4d15f86b3], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T20:25:17.401Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:25:17.547Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:25:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[180304], x-aai-txid=[1-aai-resources-230321-20:25:16:361-97971], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:25:17.547Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:25:17.548Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T20:25:17.548Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:25:17.548Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:25:17.557Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:25:17.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:25:17.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:25:17.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:25:17.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:25:17.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430317558, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:25:18.585Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:25:18.585Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:25:18.586Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:25:18.586Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:25:18.586Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:25:18.586Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:25:19.588Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:25:19.588Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:25:19.588Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:25:19.588Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:25:20.589Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:25:20.589Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:25:20.589Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:25:20.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:25:21.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:25:21.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:25:21.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:25:21.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:25:22.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:25:22.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:25:22.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:25:22.593Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:25:23.594Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:25:23.594Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:25:23.594Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:25:23.595Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:25:24.595Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:25:24.596Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:25:24.596Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:25:24.596Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:25:25.597Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:25:25.597Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:25:25.597Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:25:25.597Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:25:26.598Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T20:25:26.598Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:25:26.598Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T20:25:26.599Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:25:26.599Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:25:26.641Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:25:26.641Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:25:26.641Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:25:26.642Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:26.642Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:25:26.642Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:26.926Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:25:26.934Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T20:25:26.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:25:26.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:26.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:25:26.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:25:26.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:25:26.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430326935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:25:27.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:25:27.936Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:25:27.936Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:27.936Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:27.937Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:27.937Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:28.015Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1815649540456424846/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T20:25:28.688Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:25:28.688Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:25:28.689Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:25:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:25:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:25:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:25:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:25:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:25:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:25:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:25:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:25:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:25:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:25:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:25:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:25:28.690Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:25:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:25:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:25:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:25:28.691Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T20:25:28.733Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T20:25:28.733Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:25:28.734Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T20:25:28.734Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:25:28.734Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:25:28.734Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:25:28.734Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430328733, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:25:29.735Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:25:29.735Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T20:25:29.735Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:25:29.735Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:25:29.736Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:25:29.736Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430329735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:25:30.737Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:25:30.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:25:30.765Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:25:30.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:25:30.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:25:30.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:25:30.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:25:30.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:25:30.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:25:30.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:25:30.766Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:25:30.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:25:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:25:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:25:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430317558, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:25:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:25:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:25:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:25:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:25:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:25:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:25:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:25:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:25:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:25:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:25:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:25:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:25:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:25:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:25:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:25:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:25:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:25:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:25:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:25:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:25:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:25:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:25:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:25:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:25:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:25:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:25:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430326935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:25:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:25:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:25:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430328733, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T20:25:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:25:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:25:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430329735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T20:25:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:00.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:26:00.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T20:26:00.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T20:26:00.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T20:26:00.800Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:26:00.812Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:26:00.813Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T20:26:00.820Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:26:00.966Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T20:26:00.973Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:25:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[155696], x-aai-txid=[2-aai-resources-230321-20:25:59:781-50440], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:26:00.973Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:26:00.974Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:26:00.984Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:26:00.995Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:26:00.995Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:26:00.996Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:26:00.996Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:00.996Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:00.996Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430360995, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:26:02.019Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:26:02.020Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:26:02.020Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:02.020Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:02.020Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:02.020Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:03.021Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:03.022Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:03.022Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:03.022Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:04.023Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:04.023Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:04.023Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:04.024Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:05.024Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:05.025Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:05.025Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:05.025Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:06.026Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:06.026Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:06.026Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:06.026Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:07.027Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:07.028Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:07.028Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:07.028Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:08.029Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:08.029Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:08.029Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:08.030Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:09.031Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:09.031Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:09.031Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:09.032Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:10.032Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T20:26:10.033Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:26:10.033Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T20:26:10.033Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:26:10.034Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:26:10.074Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:26:10.074Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:26:10.074Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:26:10.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:10.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:26:10.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:10.369Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:26:10.372Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T20:26:10.373Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:26:10.373Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:10.373Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:26:10.373Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:10.373Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:10.374Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430370373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:11.374Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:26:11.375Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:26:11.376Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:11.376Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:11.376Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:11.377Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:11.452Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2295178638635855799/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T20:26:12.024Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:26:12.024Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:26:12.024Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:12.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:12.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:12.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:12.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:12.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:12.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:12.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:12.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:12.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T20:26:12.053Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T20:26:12.054Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:26:12.054Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T20:26:12.054Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:26:12.054Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:12.054Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:12.054Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430372054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:13.055Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:26:13.055Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T20:26:13.055Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:26:13.055Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:13.056Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:13.056Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430373055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:14.057Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:26:14.081Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:26:14.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:26:14.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:26:14.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:26:14.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:26:14.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:26:14.088Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:26:14.088Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:26:14.088Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:26:14.088Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:26:14.103Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:26:44.103Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:26:44.116Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T20:26:44.116Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T20:26:44.116Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T20:26:44.119Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:26:44.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T20:26:44.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e2b00b3e-fd8b-4d74-9262-bf07db9720b3], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T20:26:44.136Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:26:44.299Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:26:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[532576], x-aai-txid=[1-aai-resources-230321-20:26:43:095-49387], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:26:44.299Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:26:44.300Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T20:26:44.300Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:26:44.303Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:26:44.311Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:26:44.312Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:26:44.312Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:26:44.312Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:44.312Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:44.312Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430404312, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:26:45.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:26:45.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:26:45.342Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:45.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:45.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:45.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:46.343Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:46.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:46.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:46.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:47.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:47.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:47.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:47.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:48.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:48.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:48.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:48.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430360995, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430370373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430372054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T20:26:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430373055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430404312, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:26:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T20:26:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:26:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:26:49.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:49.348Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:49.348Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:49.348Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:50.348Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:50.349Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:50.349Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:50.349Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:51.350Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:51.350Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:51.350Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:51.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:52.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:26:52.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:52.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:52.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:53.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T20:26:53.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:26:53.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T20:26:53.353Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:26:53.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:26:53.401Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:26:53.402Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:26:53.402Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:26:53.402Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:53.402Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:26:53.403Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:53.696Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:26:53.699Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T20:26:53.700Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:26:53.700Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:53.700Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:26:53.700Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:53.700Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:53.700Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430413699, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:54.701Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:26:54.701Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:26:54.701Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:54.701Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:54.702Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:54.702Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:54.801Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4514097450364522406/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T20:26:55.344Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:26:55.344Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:26:55.344Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:55.345Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:26:55.345Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:55.345Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:55.345Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:55.345Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:55.345Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:55.345Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:55.345Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:26:55.345Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:26:55.346Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:55.346Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:55.346Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T20:26:55.346Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:26:55.346Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:26:55.346Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:55.347Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:55.347Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T20:26:55.347Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:26:55.347Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:26:55.347Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:55.347Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:55.347Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:55.347Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:55.347Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:55.348Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:55.348Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:55.348Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:55.348Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:26:55.348Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:26:55.348Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T20:26:55.387Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T20:26:55.387Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:26:55.387Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T20:26:55.387Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:26:55.387Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:55.387Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:55.387Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430415387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:56.388Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:26:56.388Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T20:26:56.389Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:26:56.389Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:26:56.389Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:26:56.389Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430416388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:26:57.389Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:26:57.411Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:26:57.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:26:57.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:26:57.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:26:57.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:26:57.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:26:57.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:26:57.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:26:57.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:26:57.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:26:57.428Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:27:27.428Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:27:27.440Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T20:27:27.441Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T20:27:27.441Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T20:27:27.444Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:27:27.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T20:27:27.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fa12f360-3691-4aaf-9976-010f3643a7af], X-ECOMP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-TransactionId=[], X-ONAP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], Content-Type=[application/merge-patch+json]} 2023-03-21T20:27:27.462Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:27:27.590Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:27:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[237608], x-aai-txid=[0-aai-resources-230321-20:27:26:421-9886], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:27:27.590Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:27:27.590Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T20:27:27.590Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:27:27.590Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:27:27.598Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:27:27.598Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:27:27.598Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:27:27.598Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:27:27.598Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:27:27.599Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430447598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:27:28.628Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T20:27:28.629Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T20:27:28.629Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:27:28.629Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:27:28.629Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:27:28.630Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T20:27:28.633Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-79089b03-5e76-4197-b6ee-cf860a050e54 2023-03-21T20:27:28.633Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:27:28.633Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:27:28.634Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T20:27:28.813Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:27:31.829Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:27:34.838Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:27:37.846Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:27:40.857Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:27:43.870Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:27:46.878Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:27:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:27:49.189Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:27:49.189Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T20:27:49.192Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:27:49.192Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-79089b03-5e76-4197-b6ee-cf860a050e54', protocol='range'} 2023-03-21T20:27:49.196Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 35: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-79089b03-5e76-4197-b6ee-cf860a050e54=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T20:27:49.207Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-79089b03-5e76-4197-b6ee-cf860a050e54', protocol='range'} 2023-03-21T20:27:49.207Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:27:49.207Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:27:49.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:27:49.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T20:27:49.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:27:49.210Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:27:49.210Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:27:49.210Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:27:49.210Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:27:49.210Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:27:49.210Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:27:49.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:27:49.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:27:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:27:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1294, offsetEpoch=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-21T20:27:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:27:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:27:50.223Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:27:50.223Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:27:50.226Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:27:50.226Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:27:50.227Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:27:50.227Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:27:50.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:27:50.240Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:27:50.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679429907954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430413699, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430415387, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430416388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T20:27:50.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:27:50.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:27:50.242Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430447598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:27:50.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:27:51.227Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:27:51.228Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:27:51.228Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:27:51.228Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:27:52.229Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:27:52.229Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:27:52.229Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:27:52.229Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:27:53.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:27:53.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:27:53.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:27:53.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:27:54.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:27:54.232Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:27:54.232Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:27:54.232Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:27:55.232Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:27:55.233Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:27:55.233Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:27:55.233Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:27:56.234Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:27:56.234Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:27:56.234Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:27:56.234Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:27:57.235Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T20:27:57.236Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:27:57.236Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T20:27:57.236Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:27:57.236Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:27:57.285Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:27:57.285Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:27:57.285Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:27:57.286Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T20:27:57.286Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:27:57.286Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T20:27:57.312Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:27:57.312Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4163a32e 2023-03-21T20:27:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:27:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T20:27:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:27:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T20:27:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T20:27:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:27:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:27:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:27:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430477313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:27:58.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T20:27:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:27:58.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T20:27:58.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T20:27:58.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T20:27:58.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T20:27:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:27:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T20:27:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:27:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@601e3ba2 2023-03-21T20:27:58.352Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:27:58.352Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T20:27:58.352Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:27:58.352Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T20:27:58.352Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T20:27:58.352Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:27:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:27:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:27:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430478352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:27:59.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T20:27:59.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:27:59.410Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:27:59.422Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:27:59.422Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:28:29.423Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:28:29.452Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:28:29.457Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:28:29.457Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:28:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:28:49.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:28:49.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:28:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:28:59.458Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:28:59.485Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:28:59.490Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:28:59.491Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:29:29.491Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:29:29.518Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:29:29.522Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:29:29.522Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:29:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:29:49.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:29:49.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:29:49.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:29:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:29:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T20:29:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:29:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:29:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:29:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:29:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:29:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T20:29:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:29:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:29:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:29:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:29:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:29:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:29:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:29:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:29:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430477313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:29:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:29:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:29:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430478352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:29:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:29:59.523Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:29:59.551Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:29:59.555Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:29:59.555Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:30:29.556Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:30:29.583Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:30:29.588Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:30:29.589Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:30:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:30:59.589Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:30:59.612Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:30:59.616Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:30:59.616Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:31:29.616Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:31:29.640Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:31:29.646Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:31:29.646Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:31:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:31:59.646Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:31:59.671Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:31:59.675Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:31:59.675Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:32:29.675Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:32:29.697Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:32:29.702Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:32:29.702Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:32:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:32:50.248Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:32:50.248Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-79089b03-5e76-4197-b6ee-cf860a050e54 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-21T20:32:50.249Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T20:32:50.249Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T20:32:52.770Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:32:52.783Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:32:52.783Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T20:32:52.787Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:32:52.788Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 36: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T20:32:52.803Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:32:52.804Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T20:32:52.804Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:32:52.808Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:32:52.808Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:32:52.808Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:32:52.808Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1311, offsetEpoch=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-21T20:32:52.808Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:32:52.808Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:32:59.703Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T20:32:59.703Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:32:59.719Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T20:32:59.719Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T20:32:59.720Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T20:32:59.725Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:32:59.738Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T20:32:59.738Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19424f6f-b100-4a43-9973-15c82b63bb75], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T20:32:59.746Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T20:32:59.882Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:32:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[196672], x-aai-txid=[0-aai-resources-230321-20:32:58:704-64764], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:32:59.882Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:32:59.883Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T20:32:59.883Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:32:59.883Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:32:59.892Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:32:59.892Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T20:32:59.892Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T20:32:59.893Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:32:59.893Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:32:59.893Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430779892, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:32:59.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:32:59.912Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679430779892, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T20:32:59.912Z||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-21T20:33:00.921Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:33:00.922Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:33:00.923Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:33:00.923Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:00.923Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:00.923Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:33:01.923Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:33:01.924Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:01.924Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:01.924Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:33:02.925Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T20:33:02.925Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:33:02.926Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T20:33:02.926Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T20:33:02.926Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:33:02.973Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:33:02.974Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:33:02.974Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:33:02.974Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T20:33:02.974Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:33:02.974Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:33:03.005Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:33:03.005Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@23786150 2023-03-21T20:33:03.005Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:33:03.005Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:33:03.005Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:33:03.006Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:33:03.006Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:33:03.006Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:33:03.006Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:03.006Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:03.006Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430783006, "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-21T20:33:04.008Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:33:04.112Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T20:33:04.113Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:33:04.113Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T20:33:04.113Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:33:04.113Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:04.113Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:04.113Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430784112, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:33:05.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:33:05.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T20:33:05.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:33:05.115Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:05.115Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:05.115Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430785114, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:33:06.116Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:33:06.140Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:33:06.145Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:33:06.146Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:33:06.146Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:33:06.146Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:33:06.146Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:33:06.146Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:33:06.146Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:33:06.146Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:33:06.146Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:33:06.161Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:33:36.161Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:33:36.172Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T20:33:36.172Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T20:33:36.173Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T20:33:36.177Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:33:36.190Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:33:36.192Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T20:33:36.201Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:33:36.345Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T20:33:36.347Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:33:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[495712], x-aai-txid=[1-aai-resources-230321-20:33:35:158-2073], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:33:36.348Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:33:36.348Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:33:36.348Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:33:36.356Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:33:36.356Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:33:36.356Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:33:36.356Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:36.356Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:36.356Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430816356, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:33:37.387Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:33:37.387Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:33:37.388Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:33:37.388Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:37.388Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:37.388Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:33:38.389Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:33:38.390Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:38.390Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:38.390Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:33:39.392Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:33:39.392Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:39.392Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:39.392Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:33:40.394Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:33:40.394Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:40.394Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:40.394Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:33:41.396Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:33:41.396Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:41.396Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:41.396Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:33:42.397Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:33:42.397Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:42.397Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:42.398Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:33:43.399Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:33:43.399Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:43.399Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:43.399Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:33:44.401Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T20:33:44.401Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:33:44.401Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T20:33:44.402Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:33:44.403Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:33:44.442Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:33:44.443Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:33:44.443Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:33:44.443Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T20:33:44.443Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:33:44.443Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:33:44.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:33:44.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1c0c52e9 2023-03-21T20:33:44.465Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:33:44.465Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:33:44.465Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:33:44.465Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:33:44.465Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:33:44.465Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:33:44.466Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:44.466Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:44.466Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430824465, "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-21T20:33:45.467Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:33:45.505Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T20:33:45.506Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:33:45.506Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T20:33:45.506Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:33:45.506Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:45.506Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:45.506Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430825505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:33:46.507Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:33:46.507Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T20:33:46.507Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:33:46.507Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:33:46.508Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:33:46.508Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430826507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:33:47.508Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:33:47.530Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:33:47.534Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:33:47.535Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:33:47.535Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:33:47.535Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:33:47.535Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:33:47.535Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:33:47.535Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:33:47.535Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:33:47.535Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:33:47.552Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:33:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:33:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:33:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:33:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430783006, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:33:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430784112, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T20:33:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430785114, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T20:33:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679430816356, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:33:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:33:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:33:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T20:33:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:33:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T20:33:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:33:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:33:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430824465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:33:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430825505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T20:33:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:33:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T20:33:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430826507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T20:33:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:34:17.553Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:34:17.566Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T20:34:17.567Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T20:34:17.567Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T20:34:17.571Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:34:17.583Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:34:17.585Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T20:34:17.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:34:17.737Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T20:34:17.737Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:34:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[180304], x-aai-txid=[2-aai-resources-230321-20:34:16:548-86285], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:34:17.738Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:34:17.738Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:34:17.738Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:34:17.745Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:34:17.745Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:34:17.745Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:34:17.746Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:34:17.746Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:34:17.746Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430857745, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:34:18.772Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:34:18.773Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:34:18.773Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:34:18.773Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:34:18.773Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:34:18.774Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:34:19.774Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:34:19.775Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:34:19.775Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:34:19.775Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:34:20.776Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:34:20.776Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:34:20.776Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:34:20.776Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:34:21.777Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:34:21.777Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:34:21.777Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:34:21.777Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:34:22.779Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:34:22.779Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:34:22.779Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:34:22.779Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:34:23.780Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:34:23.781Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:34:23.781Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:34:23.781Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:34:24.782Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:34:24.782Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:34:24.782Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:34:24.782Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:34:25.783Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:34:25.783Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:34:25.784Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:34:25.784Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:34:26.784Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T20:34:26.785Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:34:26.785Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T20:34:26.785Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:34:26.785Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:34:26.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:34:26.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:34:26.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:34:26.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:26.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:34:26.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:27.162Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:34:27.165Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T20:34:27.165Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:34:27.165Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:27.165Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:34:27.165Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:34:27.165Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:34:27.165Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430867165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:34:28.166Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:34:28.166Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:34:28.167Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:28.167Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:28.167Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:28.167Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:28.258Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4810511522964516345/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T20:34:28.819Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:34:28.819Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:34:28.819Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:28.819Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:34:28.819Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:28.819Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:34:28.820Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:34:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:34:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:34:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:34:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:34:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:34:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:34:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:34:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:34:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:34:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:34:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:34:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:34:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T20:34:28.868Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T20:34:28.869Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:34:28.869Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T20:34:28.869Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:34:28.869Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:34:28.869Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:34:28.869Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430868869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:34:29.870Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:34:29.870Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T20:34:29.871Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:34:29.871Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:34:29.871Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:34:29.871Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430869870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:34:30.871Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:34:30.894Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:34:30.897Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:34:30.897Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:34:30.898Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:34:30.898Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:34:30.898Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:34:30.898Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:34:30.898Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:34:30.898Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:34:30.898Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:34:30.909Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:34:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:34:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:34:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679430857745, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430867165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430868869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430869870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T20:34:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:00.910Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:35:00.918Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T20:35:00.918Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T20:35:00.919Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T20:35:00.926Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:35:00.939Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T20:35:00.939Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75547247-291f-4928-9f2c-283c44619115], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T20:35:00.945Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:35:01.092Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:34:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[155696], x-aai-txid=[1-aai-resources-230321-20:34:59:903-23828], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:35:01.092Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:35:01.093Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T20:35:01.093Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:35:01.093Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:35:01.103Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:35:01.103Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:35:01.104Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:35:01.104Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:01.104Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:01.104Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430901104, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:35:02.131Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:35:02.131Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:35:02.132Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:02.132Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:02.132Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:02.132Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:03.133Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:03.133Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:03.133Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:03.133Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:04.135Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:04.135Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:04.135Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:04.135Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:05.137Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:05.137Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:05.137Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:05.137Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:06.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:06.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:06.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:06.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:07.140Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:07.141Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:07.141Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:07.141Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:08.141Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:08.142Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:08.142Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:08.142Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:09.142Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:09.143Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:09.143Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:09.143Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:10.144Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T20:35:10.145Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:35:10.145Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T20:35:10.145Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:35:10.145Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:35:10.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:35:10.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:35:10.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:35:10.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:10.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:35:10.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:10.475Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:35:10.477Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T20:35:10.477Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:35:10.477Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:10.478Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:35:10.478Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:10.478Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:10.478Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430910477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:11.478Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:35:11.479Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:35:11.479Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:11.479Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:11.479Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:11.480Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:11.587Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14612594793107805364/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T20:35:12.126Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:35:12.126Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:35:12.126Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:12.126Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:35:12.126Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:35:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:35:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:35:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:35:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T20:35:12.164Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T20:35:12.165Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:35:12.165Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T20:35:12.165Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:35:12.165Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:12.165Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:12.165Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430912165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:13.166Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:35:13.166Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T20:35:13.166Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:35:13.166Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:13.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:13.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430913166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:14.168Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:35:14.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:35:14.200Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:35:14.200Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:35:14.200Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:35:14.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:35:14.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:35:14.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:35:14.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:35:14.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:35:14.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:35:14.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:35:44.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:35:44.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T20:35:44.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T20:35:44.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T20:35:44.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:35:44.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T20:35:44.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d1de5df-cdba-4e13-9514-2b9d42ee49d3], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T20:35:44.262Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:35:44.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:35:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[532576], x-aai-txid=[1-aai-resources-230321-20:35:43:220-76272], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:35:44.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:35:44.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T20:35:44.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:35:44.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:35:44.419Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:35:44.419Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:35:44.419Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:35:44.419Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:44.419Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:44.420Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430944419, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:35:45.447Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:35:45.447Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:35:45.447Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:45.447Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:45.447Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:45.447Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:46.448Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:46.448Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:46.448Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:46.448Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:47.450Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:47.450Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:47.450Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:47.451Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:48.452Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:48.453Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:48.453Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:48.453Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679430901104, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:35:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:35:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430910477, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430912165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430913166, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679430944419, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:35:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:35:49.454Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:49.455Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:49.455Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:49.455Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:50.456Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:50.457Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:50.457Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:50.457Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:51.458Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:51.458Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:51.458Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:51.458Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:52.459Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:35:52.459Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:52.459Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:52.459Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:53.460Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T20:35:53.460Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:35:53.460Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T20:35:53.461Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:35:53.461Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:35:53.497Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:35:53.498Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:35:53.498Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:35:53.498Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:53.498Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:35:53.498Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:53.771Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:35:53.776Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T20:35:53.776Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:35:53.776Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:53.776Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:35:53.776Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:53.777Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:53.777Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430953776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:54.777Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:35:54.778Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:35:54.778Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:54.778Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:54.778Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:54.778Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:54.851Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18294645789229565875/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:35:55.454Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:35:55.454Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T20:35:55.484Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T20:35:55.484Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:35:55.484Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T20:35:55.484Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:35:55.484Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:55.484Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:55.484Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430955484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:56.485Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:35:56.485Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T20:35:56.485Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:35:56.486Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:35:56.486Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:35:56.486Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430956485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:35:57.487Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:35:57.507Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:35:57.511Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:35:57.511Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:35:57.511Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:35:57.511Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:35:57.511Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:35:57.511Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:35:57.512Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:35:57.512Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:35:57.512Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:35:57.524Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:36:27.525Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:36:27.539Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T20:36:27.539Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T20:36:27.539Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T20:36:27.544Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:36:27.575Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T20:36:27.575Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[288205d7-8abe-415e-b4b8-4633191e288e], X-ECOMP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-TransactionId=[], X-ONAP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], Content-Type=[application/merge-patch+json]} 2023-03-21T20:36:27.583Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:36:27.712Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:36:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[237608], x-aai-txid=[2-aai-resources-230321-20:36:26:539-35181], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:36:27.712Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:36:27.713Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T20:36:27.713Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:36:27.713Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:36:27.723Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:36:27.723Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:36:27.723Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:36:27.723Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:27.723Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:27.723Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430987723, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:36:28.751Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:36:28.751Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:36:28.752Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:36:28.752Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:28.752Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:28.752Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:36:29.754Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:36:29.754Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:29.754Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:29.754Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:36:30.755Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:36:30.755Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:30.756Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:30.756Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:36:31.756Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:36:31.757Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:31.757Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:31.757Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:36:32.758Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:36:32.759Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:32.759Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:32.759Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:36:33.759Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:36:33.760Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:33.760Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:33.760Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:36:34.760Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:36:34.761Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:34.761Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:34.761Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:36:35.762Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:36:35.763Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:35.763Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:35.763Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:36:36.765Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:36:36.765Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:36.765Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:36.766Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:36:37.766Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:36:37.767Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:37.767Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:37.767Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:36:38.768Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T20:36:38.768Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:36:38.768Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T20:36:38.769Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:36:38.769Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T20:36:38.839Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:36:38.840Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:36:38.840Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:36:38.840Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T20:36:38.840Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:36:38.840Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:36:39.187Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:36:39.192Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8b453f05-7c27-49e3-aaaa-250da7e35e19 163284 2023-03-21T20:36:39.197Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:39.197Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:39.197Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:36:39.198Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:39.198Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:39.198Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430999197, "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-21T20:36:40.199Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:36:40.200Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:36:40.200Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T20:36:40.200Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-03-21T20:36:40.201Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T20:36:40.201Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T20:36:40.294Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17964937393528824825/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-03-21T20:36:41.170Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:36:41.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:36:41.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-21T20:36:41.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-03-21T20:36:41.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-BasicCnfMacro-csar.csar 2023-03-21T20:36:41.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:41.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:41.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:41.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:36:41.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:41.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T20:36:41.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:36:41.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T20:36:41.173Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T20:36:41.173Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.173Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T20:36:41.173Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T20:36:41.173Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.173Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T20:36:41.173Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T20:36:41.173Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.173Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T20:36:41.173Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T20:36:41.174Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.174Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-21T20:36:41.174Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-03-21T20:36:41.174Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e20fff2b-3c25-4f7b-a531-d69265238ce8 2023-03-21T20:36:41.174Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.174Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:41.174Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.174Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:41.174Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.174Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:41.174Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:41.174Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:41.174Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:12464d56-7e16-48a0-b848-ff30552922cd Model Version:NULL Model InvariantUuid:bd69ce01-3a83-492c-b625-e9ce1feba96a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:c8cac14b-90df-4bea-8fe3-8f640b1e5404 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4dbf21b1-b612-4fc4-a7dd-181e45511bcb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1380fd05-6906-4026-b079-337eacb3020f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:45e68986-0730-4d6f-b933-fbfc293468ea ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:011a07c6-b5d0-4d13-8df8-b74bf5e17ba6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:08d39c9d-c7e2-4b81-921d-05f1d041d7a3 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:9eb61ffc-4cac-431b-80db-3f9551375f73 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e20fff2b-3c25-4f7b-a531-d69265238ce8 ModelInvariantUuid:af490eb4-0085-4c61-baad-e79a2fc6253e ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:05d217c6-017f-4efc-ae4d-8faa4eb6e421 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:52d65dab-35a4-4d48-84d0-f3b6bc27bb93 ModelInvariantUuid:274b24b6-d416-497b-b456-bd09a6989259 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:e0f1b6e0-f59f-428a-9608-0599335b8d97 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-21T20:36:41.183Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T20:36:41.185Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2023-03-21T20:36:41.185Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 2023-03-21T20:36:41.185Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 89435bdb-6094-4cc0-ae37-3d0fe329f6c5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-03-21T20:36:41.185Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:36:41.185Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:41.284Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:36:41.284Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 89435bdb-6094-4cc0-ae37-3d0fe329f6c5 1565 2023-03-21T20:36:41.285Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:41.285Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:41.285Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:36:41.285Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:41.285Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:41.285Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431001285, "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-21T20:36:42.286Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "08d39c9d-c7e2-4b81-921d-05f1d041d7a3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9eb61ffc-4cac-431b-80db-3f9551375f73", "vfModuleModelCustomizationUUID": "720fd33a-8485-43b0-b88c-636ab2a2b037", "isBase": true, "artifacts": [ "c1961d2c-466f-4885-a089-ed4289d9f9e2", "4258b6bc-7700-4d45-9780-6f7233c0eb46" ], "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": "45e68986-0730-4d6f-b933-fbfc293468ea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "011a07c6-b5d0-4d13-8df8-b74bf5e17ba6", "vfModuleModelCustomizationUUID": "0d4ee600-bcc3-4c1e-b35f-1c68def681ff", "isBase": false, "artifacts": [ "e24e4c00-7e90-4e32-89f1-62ccd5419133" ], "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-21T20:36:42.289Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9eb61ffc-4cac-431b-80db-3f9551375f73 VfModuleModelInvariantUUID:08d39c9d-c7e2-4b81-921d-05f1d041d7a3 VfModuleModelDescription:NULL Artifacts UUID List:{ c1961d2c-466f-4885-a089-ed4289d9f9e2 , 4258b6bc-7700-4d45-9780-6f7233c0eb46 } 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:011a07c6-b5d0-4d13-8df8-b74bf5e17ba6 VfModuleModelInvariantUUID:45e68986-0730-4d6f-b933-fbfc293468ea VfModuleModelDescription:NULL Artifacts UUID List:{ e24e4c00-7e90-4e32-89f1-62ccd5419133 } 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-21T20:36:42.291Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "08d39c9d-c7e2-4b81-921d-05f1d041d7a3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9eb61ffc-4cac-431b-80db-3f9551375f73", "vfModuleModelCustomizationUUID": "720fd33a-8485-43b0-b88c-636ab2a2b037", "isBase": true, "artifacts": [ "c1961d2c-466f-4885-a089-ed4289d9f9e2", "4258b6bc-7700-4d45-9780-6f7233c0eb46" ], "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": "45e68986-0730-4d6f-b933-fbfc293468ea", "vfModuleModelVersion": "1", "vfModuleModelUUID": "011a07c6-b5d0-4d13-8df8-b74bf5e17ba6", "vfModuleModelCustomizationUUID": "0d4ee600-bcc3-4c1e-b35f-1c68def681ff", "isBase": false, "artifacts": [ "e24e4c00-7e90-4e32-89f1-62ccd5419133" ], "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-21T20:36:42.291Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9eb61ffc-4cac-431b-80db-3f9551375f73 VfModuleModelInvariantUUID:08d39c9d-c7e2-4b81-921d-05f1d041d7a3 VfModuleModelDescription:NULL Artifacts UUID List:{ c1961d2c-466f-4885-a089-ed4289d9f9e2 , 4258b6bc-7700-4d45-9780-6f7233c0eb46 } 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:011a07c6-b5d0-4d13-8df8-b74bf5e17ba6 VfModuleModelInvariantUUID:45e68986-0730-4d6f-b933-fbfc293468ea VfModuleModelDescription:NULL Artifacts UUID List:{ e24e4c00-7e90-4e32-89f1-62ccd5419133 } 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-21T20:36:42.291Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c1961d2c-466f-4885-a089-ed4289d9f9e2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-03-21T20:36:42.291Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:36:42.291Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:42.425Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:36:42.425Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml c1961d2c-466f-4885-a089-ed4289d9f9e2 914 2023-03-21T20:36:42.425Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:42.425Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:42.425Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:36:42.426Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:42.426Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:42.426Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431002425, "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-21T20:36:43.427Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: de11f12b-cd9c-4d61-a60e-7928c19d9959 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-03-21T20:36:43.427Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:36:43.428Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:43.565Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:36:43.566Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env de11f12b-cd9c-4d61-a60e-7928c19d9959 12 2023-03-21T20:36:43.566Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:43.566Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:43.566Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:36:43.566Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:43.566Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:43.566Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431003566, "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-21T20:36:44.567Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4258b6bc-7700-4d45-9780-6f7233c0eb46 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-03-21T20:36:44.567Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:36:44.567Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:44.669Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:36:44.670Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 4258b6bc-7700-4d45-9780-6f7233c0eb46 96 2023-03-21T20:36:44.670Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:44.671Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:44.671Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:36:44.671Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:44.671Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:44.671Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431004670, "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-21T20:36:45.673Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e24e4c00-7e90-4e32-89f1-62ccd5419133 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-03-21T20:36:45.674Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:36:45.674Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:45.771Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:36:45.771Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz e24e4c00-7e90-4e32-89f1-62ccd5419133 20206 2023-03-21T20:36:45.772Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:45.772Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:45.772Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:36:45.772Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:45.772Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:45.772Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431005772, "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-21T20:36:46.780Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T20:36:46.780Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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-21T20:36:46.795Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b81c4a0, org.onap.sdc.toscaparser.api.parameters.Input@64599b8d, org.onap.sdc.toscaparser.api.parameters.Input@18e67aea, org.onap.sdc.toscaparser.api.parameters.Input@2b0fcf90, org.onap.sdc.toscaparser.api.parameters.Input@7e7eba95] 2023-03-21T20:36:46.796Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:46.796Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:46.796Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-03-21T20:36:46.796Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 1380fd05-6906-4026-b079-337eacb3020f 2023-03-21T20:36:46.796Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1380fd05-6906-4026-b079-337eacb3020f matches Tosca VF Customization UUID: 1380fd05-6906-4026-b079-337eacb3020f 2023-03-21T20:36:46.796Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 1380fd05-6906-4026-b079-337eacb3020f 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-21T20:36:46.800Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:46.800Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:46.800Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 1380fd05-6906-4026-b079-337eacb3020f: {\"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-21T20:36:46.801Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@286fe158 2023-03-21T20:36:46.801Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:46.801Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T20:36:46.801Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0d4ee600-bcc3-4c1e-b35f-1c68def681ff 2023-03-21T20:36:46.801Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0d4ee600-bcc3-4c1e-b35f-1c68def681ff 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-21T20:36:46.804Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:46.804Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T20:36:46.805Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T20:36:46.805Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:46.805Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T20:36:46.805Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T20:36:46.805Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:46.805Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-21T20:36:46.805Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1380fd05-6906-4026-b079-337eacb3020f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T20:36:46.807Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:46.807Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:46.808Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 12464d56-7e16-48a0-b848-ff30552922cd: basic_cnf_macro 2023-03-21T20:36:46.808Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:46.808Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:46.808Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:46.808Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:46.808Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:46.808Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:46.808Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:46.808Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:46.808Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:36:46.808Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:36:46.808Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:46.867Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 2 ASDC deployResourceStructure 2023-03-21T20:36:46.867Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:46.867Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:46.867Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T20:36:46.867Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:46.867Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:46.867Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431006867, "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-21T20:36:47.869Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:47.869Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:47.869Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T20:36:47.869Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:47.870Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:47.870Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431007869, "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-21T20:36:48.872Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:48.872Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:48.872Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:36:48.872Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:48.872Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:48.872Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431008872, "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-21T20:36:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:36:49.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:36:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:36:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:36:49.874Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:49.874Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:49.875Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T20:36:49.875Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:49.875Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:49.875Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431009874, "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-21T20:36:50.877Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:50.877Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:50.878Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:36:50.878Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:50.878Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:50.878Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431010877, "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-21T20:36:51.880Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:51.880Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||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-21T20:36:51.880Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T20:36:51.880Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:36:51.880Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:36:51.880Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431011880, "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-21T20:36:52.882Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:36:52.910Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:36:52.915Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:36:52.915Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:36:52.916Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:36:52.916Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:36:52.916Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:36:52.916Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:36:52.916Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:36:52.916Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:36:52.916Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:36:52.932Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:37:22.933Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:37:22.944Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T20:37:22.945Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T20:37:22.945Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T20:37:22.952Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:37:22.970Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T20:37:22.970Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[72c6b675-9576-4879-9f52-d5ed7b16b711], X-ECOMP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-TransactionId=[], X-ONAP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], Content-Type=[application/merge-patch+json]} 2023-03-21T20:37:22.975Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:37:23.130Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:37:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[274488], x-aai-txid=[2-aai-resources-230321-20:37:21:930-33982], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:37:23.130Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:37:23.131Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T20:37:23.131Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:37:23.131Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:37:23.139Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:37:23.139Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:37:23.139Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:37:23.139Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:23.140Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:23.140Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431043139, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:37:24.170Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:37:24.170Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:37:24.170Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:37:24.170Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:24.170Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:24.170Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:37:25.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:37:25.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:25.171Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:25.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:37:26.172Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:37:26.173Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:26.173Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:26.173Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:37:27.175Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:37:27.175Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:27.175Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:27.176Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:37:28.177Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:37:28.177Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:28.178Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:28.178Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:37:29.179Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:37:29.179Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:29.180Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:29.180Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:37:30.181Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:37:30.182Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:30.182Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:30.182Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:37:31.182Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:37:31.183Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:31.183Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:31.183Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:37:32.184Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T20:37:32.184Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:37:32.184Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T20:37:32.184Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:37:32.184Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T20:37:32.243Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:37:32.243Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:37:32.243Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:37:32.243Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T20:37:32.243Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:37:32.244Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T20:37:32.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:37:32.531Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ebe5950d-5230-4fd7-b91c-10040c72a7c9 82993 2023-03-21T20:37:32.531Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:32.531Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:32.532Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:37:32.532Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:32.532Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:32.532Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431052531, "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-21T20:37:33.533Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:37:33.533Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:37:33.534Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T20:37:33.534Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-03-21T20:37:33.534Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T20:37:33.534Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T20:37:33.614Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17493395239520825135/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-21T20:37:34.527Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:37:34.527Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:37:34.528Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:34.529Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T20:37:34.530Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:34.530Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T20:37:34.530Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T20:37:34.530Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:34.530Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T20:37:34.530Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T20:37:34.530Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:34.530Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T20:37:34.530Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T20:37:34.530Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:34.530Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-21T20:37:34.530Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T20:37:34.530Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T20:37:34.531Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bc5acacf-6029-43e7-8b68-66b724a5497f 2023-03-21T20:37:34.531Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:34.531Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:34.531Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:34.531Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:34.531Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:34.531Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:34.531Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:34.531Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:34.531Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:57806a37-d247-438b-b5d6-c247b826477f Model Version:NULL Model InvariantUuid:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:cf89aa77-608a-4d29-896c-ee7d7566d964 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ac1de33f-4a00-4f07-9ffa-f823180e5037 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a054f332-e717-4701-ba7c-098b4608604e ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:517e5b29-fb5d-4ef9-a056-cfca1ab5f8ed ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bc5acacf-6029-43e7-8b68-66b724a5497f ModelInvariantUuid:8c361f87-2cfb-4b75-a76a-baa892d15edd ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:88557d33-1257-4c0b-b792-200e7a4958a7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:97dbcf6c-91f8-4540-a65a-77315f15d4f1 ModelInvariantUuid:42099f32-b65b-4e6c-87fb-c2b6b19c4a7e ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:23304a52-d881-434c-be09-b651c2a73117 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-21T20:37:34.554Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T20:37:34.558Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2023-03-21T20:37:34.558Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 2023-03-21T20:37:34.558Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b23cc7a1-dfe5-4b02-be40-bd70aa473a26 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-03-21T20:37:34.558Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:37:34.558Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:34.711Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:37:34.712Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b23cc7a1-dfe5-4b02-be40-bd70aa473a26 792 2023-03-21T20:37:34.712Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:34.712Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:34.712Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:37:34.713Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:34.713Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:34.713Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431054712, "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-21T20:37:35.714Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a054f332-e717-4701-ba7c-098b4608604e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "517e5b29-fb5d-4ef9-a056-cfca1ab5f8ed", "vfModuleModelCustomizationUUID": "bfee58b4-2369-42ca-b5d3-0ed2f2ce8003", "isBase": true, "artifacts": [ "fd8f2e62-281a-4271-b358-754b1796df79", "a77634e8-0800-45fb-b873-a60aa3c7d64a" ], "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-21T20:37:35.718Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:517e5b29-fb5d-4ef9-a056-cfca1ab5f8ed VfModuleModelInvariantUUID:a054f332-e717-4701-ba7c-098b4608604e VfModuleModelDescription:NULL Artifacts UUID List:{ fd8f2e62-281a-4271-b358-754b1796df79 , a77634e8-0800-45fb-b873-a60aa3c7d64a } 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-21T20:37:35.720Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a054f332-e717-4701-ba7c-098b4608604e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "517e5b29-fb5d-4ef9-a056-cfca1ab5f8ed", "vfModuleModelCustomizationUUID": "bfee58b4-2369-42ca-b5d3-0ed2f2ce8003", "isBase": true, "artifacts": [ "fd8f2e62-281a-4271-b358-754b1796df79", "a77634e8-0800-45fb-b873-a60aa3c7d64a" ], "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-21T20:37:35.720Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:517e5b29-fb5d-4ef9-a056-cfca1ab5f8ed VfModuleModelInvariantUUID:a054f332-e717-4701-ba7c-098b4608604e VfModuleModelDescription:NULL Artifacts UUID List:{ fd8f2e62-281a-4271-b358-754b1796df79 , a77634e8-0800-45fb-b873-a60aa3c7d64a } 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-21T20:37:35.720Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fd8f2e62-281a-4271-b358-754b1796df79 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-03-21T20:37:35.721Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:37:35.721Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:35.811Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:37:35.811Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml fd8f2e62-281a-4271-b358-754b1796df79 5033 2023-03-21T20:37:35.812Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:35.812Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:35.812Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:37:35.812Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:35.812Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:35.813Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431055812, "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-21T20:37:36.813Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a77634e8-0800-45fb-b873-a60aa3c7d64a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-03-21T20:37:36.814Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:37:36.814Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:36.907Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:37:36.910Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a77634e8-0800-45fb-b873-a60aa3c7d64a 903 2023-03-21T20:37:36.911Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:36.911Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:36.911Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:37:36.911Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:36.912Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:36.912Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431056911, "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-21T20:37:37.913Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T20:37:37.913Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 873218de-90c0-426b-a92b-7f08ed562dc2 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-21T20:37:37.936Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ff1391, org.onap.sdc.toscaparser.api.parameters.Input@573038e8, org.onap.sdc.toscaparser.api.parameters.Input@1eda17fb, org.onap.sdc.toscaparser.api.parameters.Input@6a2d599f, org.onap.sdc.toscaparser.api.parameters.Input@11b5acd0] 2023-03-21T20:37:37.938Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.938Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:37.939Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-03-21T20:37:37.939Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f14dd79c-8f54-4db7-9079-31cc1e0bb128 2023-03-21T20:37:37.939Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f14dd79c-8f54-4db7-9079-31cc1e0bb128 matches Tosca VF Customization UUID: f14dd79c-8f54-4db7-9079-31cc1e0bb128 2023-03-21T20:37:37.939Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f14dd79c-8f54-4db7-9079-31cc1e0bb128 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-21T20:37:37.942Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.942Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:37.943Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f14dd79c-8f54-4db7-9079-31cc1e0bb128: {\"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-21T20:37:37.943Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@95ec2a9 2023-03-21T20:37:37.943Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.943Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-21T20:37:37.944Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bfee58b4-2369-42ca-b5d3-0ed2f2ce8003 2023-03-21T20:37:37.944Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bfee58b4-2369-42ca-b5d3-0ed2f2ce8003 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-21T20:37:37.946Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.947Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T20:37:37.947Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T20:37:37.947Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.947Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T20:37:37.948Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T20:37:37.948Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.948Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-21T20:37:37.948Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-21T20:37:37.948Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-21T20:37:37.949Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bc5acacf-6029-43e7-8b68-66b724a5497f 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-21T20:37:37.951Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.951Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T20:37:37.952Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-21T20:37:37.952Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.952Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-21T20:37:37.952Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f14dd79c-8f54-4db7-9079-31cc1e0bb128 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T20:37:37.954Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.954Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:37.954Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 57806a37-d247-438b-b5d6-c247b826477f: basic_vm_macro 2023-03-21T20:37:37.954Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.954Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:37.955Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.955Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:37.955Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.955Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:37.955Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.955Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:37.955Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:37:37.955Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:37:37.955Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:38.049Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 873218de-90c0-426b-a92b-7f08ed562dc2 1 ASDC deployResourceStructure 2023-03-21T20:37:38.049Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:38.050Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:38.050Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T20:37:38.050Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:38.051Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:38.051Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431058049, "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-21T20:37:39.052Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:39.052Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:39.052Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T20:37:39.053Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:39.053Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:39.053Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431059052, "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-21T20:37:40.054Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:40.054Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:40.054Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T20:37:40.055Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:40.055Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:40.055Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431060054, "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-21T20:37:41.056Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:41.056Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:37:41.056Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T20:37:41.057Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:37:41.057Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:37:41.057Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431061056, "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-21T20:37:42.060Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:37:42.078Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:37:42.081Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:37:42.082Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:37:42.082Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:37:42.082Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:37:42.082Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:37:42.082Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:37:42.082Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:37:42.082Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:37:42.082Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T20:37:42.089Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:37:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:37:49.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:37:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:37:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:37:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430953776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:37:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430955484, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T20:37:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430956485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T20:37:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679430987723, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:37:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:37:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:37:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T20:37:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:37:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T20:37:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T20:37:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T20:37:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:37:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:37:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:37:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679430999197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:37:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431001285, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T20:37:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431002425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T20:37:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431003566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-03-21T20:37:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431004670, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-03-21T20:37:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431005772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-03-21T20:37:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431006867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T20:37:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431007869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-03-21T20:37:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:37:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:37:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431008872, "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-21T20:37:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:12.090Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:38:12.097Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T20:38:12.097Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T20:38:12.098Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T20:38:12.101Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:38:12.115Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T20:38:12.116Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90d107cd-170a-460a-98d9-f07a860f1e71], X-ECOMP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-TransactionId=[], X-ONAP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], Content-Type=[application/merge-patch+json]} 2023-03-21T20:38:12.123Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:38:12.263Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:38:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[225360], x-aai-txid=[0-aai-resources-230321-20:38:11:080-67683], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:38:12.263Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:38:12.264Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T20:38:12.278Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:38:12.280Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T20:38:12.288Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T20:38:12.288Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:38:12.288Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:38:12.288Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:38:12.289Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:38:12.289Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431092288, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:38:13.313Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:38:13.313Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:38:13.313Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:38:13.314Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:38:13.314Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:38:13.314Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:38:14.314Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:38:14.315Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:38:14.315Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:38:14.315Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:38:15.315Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:38:15.316Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:38:15.316Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:38:15.316Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:38:16.317Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:38:16.317Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:38:16.318Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:38:16.318Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:38:17.318Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:38:17.319Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:38:17.319Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:38:17.319Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:38:18.320Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:38:18.320Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:38:18.321Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:38:18.321Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:38:19.321Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:38:19.322Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:38:19.322Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:38:19.322Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:38:20.323Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:38:20.323Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:38:20.323Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:38:20.324Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "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-21T20:38:21.324Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:38:21.325Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:38:21.325Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:38:21.325Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:38:22.325Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T20:38:22.326Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:38:22.326Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T20:38:22.326Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:38:22.326Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T20:38:22.373Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:38:22.374Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:38:22.374Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:38:22.374Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T20:38:22.374Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:38:22.374Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T20:38:22.402Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:38:22.402Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7d79a712 2023-03-21T20:38:22.402Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:38:22.402Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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": [ "TestPnfMacro" ] } } } 2023-03-21T20:38:22.403Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5dee975a-7f55-4449-a1f5-aa20456c8216 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:38:22.403Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T20:38:22.403Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T20:38:22.403Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:38:22.403Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:38:22.403Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:38:22.403Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431102403, "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-21T20:38:23.403Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:5dee975a-7f55-4449-a1f5-aa20456c8216) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T20:38:23.415Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T20:38:23.415Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T20:38:23.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||test-pnf 0 2023-03-21T20:38:23.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 2023-03-21T20:38:23.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T20:38:23.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T20:38:23.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 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-21T20:38:23.422Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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$$2da00d2a.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-21T20:38:23.444Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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$$2da00d2a.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-21T20:38:23.449Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 0 ASDC deployResourceStructure 2023-03-21T20:38:23.450Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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$$2da00d2a.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-21T20:38:23.450Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T20:38:23.450Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T20:38:23.450Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:38:23.450Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:38:23.450Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:38:23.450Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431103450, "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-21T20:38:24.451Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:38:24.478Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:38:24.482Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:38:24.482Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:38:24.482Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:38:24.482Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:38:24.482Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:38:24.483Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:38:24.483Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:38:24.483Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T20:38:24.483Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T20:38:24.495Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:38:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:38:49.173Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version114: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version115: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-21T20:38:49.187Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:38:49.187Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T20:38:49.190Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:38:49.191Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 37: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T20:38:49.204Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:38:49.204Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T20:38:49.204Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:38:49.207Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:38:49.207Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:38:49.207Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:38:49.208Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1384, offsetEpoch=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-21T20:38:49.208Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:38:49.208Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:38:50.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.226Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431009874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-03-21T20:38:50.227Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.227Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431010877, "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-21T20:38:50.227Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.227Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431011880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:38:50.227Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431043139, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.229Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T20:38:50.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.229Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:38:50.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.229Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:38:50.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.229Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:38:50.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431052531, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:38:50.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431054712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-21T20:38:50.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431055812, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-21T20:38:50.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431056911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-21T20:38:50.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.232Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431058049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-21T20:38:50.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.232Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431059052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-03-21T20:38:50.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.233Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431060054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-03-21T20:38:50.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.233Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431061056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:38:50.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.234Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431092288, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:38:50.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.234Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:38:50.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.234Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:38:50.235Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.235Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:38:50.235Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.235Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:38:50.235Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.235Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:38:50.235Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.235Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:38:50.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.236Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:38:50.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.236Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:38:50.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.236Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679430448628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:38:50.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.236Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431102403, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:38:50.237Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:50.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:38:50.237Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431103450, "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-21T20:38:50.237Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:38:54.495Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:38:54.503Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T20:38:54.503Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T20:38:54.504Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T20:38:54.508Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:38:54.527Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:38:54.528Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T20:38:54.533Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T20:38:54.680Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T20:38:54.680Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:38:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[208944], x-aai-txid=[2-aai-resources-230321-20:38:53:487-33340], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:38:54.680Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:38:54.681Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:38:54.682Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T20:38:54.684Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T20:38:54.684Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T20:38:54.685Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:38:54.685Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:38:54.685Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:38:54.685Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431134684, "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-21T20:38:55.717Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T20:38:55.718Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T20:38:55.719Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-21T20:38:55.720Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-21T20:38:55.720Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 2 disconnected. 2023-03-21T20:38:55.720Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cancelled in-flight METADATA request with correlation id 148729 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-21T20:38:55.721Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:38:55.721Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:38:55.721Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:38:55.722Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T20:38:55.726Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-163c11ed-1dce-4375-aaa8-6f301512fe3c 2023-03-21T20:38:55.727Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:38:55.727Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:38:55.727Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T20:38:58.337Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:01.355Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:04.364Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:07.372Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:10.384Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:13.393Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:16.402Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:19.410Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:22.418Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:25.428Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:28.441Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:31.452Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:34.460Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:37.469Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:40.479Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:43.489Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:46.499Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:39:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:39:49.184Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:39:49.185Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T20:39:49.188Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:39:49.188Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-163c11ed-1dce-4375-aaa8-6f301512fe3c', protocol='range'} 2023-03-21T20:39:49.190Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T20:39:49.191Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T20:39:49.191Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T20:39:49.191Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T20:39:49.191Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T20:39:49.191Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T20:39:49.192Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 38: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-163c11ed-1dce-4375-aaa8-6f301512fe3c=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T20:39:49.203Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-163c11ed-1dce-4375-aaa8-6f301512fe3c', protocol='range'} 2023-03-21T20:39:49.204Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:39:49.204Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:39:49.204Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:39:49.204Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T20:39:49.204Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:39:49.206Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:39:49.206Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:39:49.207Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:39:49.207Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1416, offsetEpoch=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-21T20:39:49.207Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:39:49.207Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:39:49.207Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:39:49.207Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:39:49.207Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:39:49.207Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:39:49.207Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:39:49.207Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:39:50.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:39:50.225Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431134684, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T20:39:50.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:39:50.237Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:39:50.238Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:39:50.239Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:39:50.239Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:39:50.239Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:39:50.239Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:39:51.241Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:39:51.242Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:39:51.242Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:39:51.242Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:39:52.244Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:39:52.244Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:39:52.244Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:39:52.245Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:39:53.246Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:39:53.247Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:39:53.247Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:39:53.247Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:39:54.249Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:39:54.249Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:39:54.249Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:39:54.249Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:39:55.251Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:39:55.251Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:39:55.252Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:39:55.252Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:39:56.253Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:39:56.253Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:39:56.254Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:39:56.254Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:39:57.255Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T20:39:57.256Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:39:57.256Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T20:39:57.256Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:39:57.256Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:39:57.300Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:39:57.300Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:39:57.300Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:39:57.300Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T20:39:57.300Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:39:57.300Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T20:39:57.323Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:39:57.324Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7c940412 2023-03-21T20:39:57.324Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:39:57.324Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T20:39:57.324Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:39:57.324Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T20:39:57.324Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T20:39:57.324Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:39:57.324Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:39:57.324Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:39:57.324Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431197324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:39:58.326Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T20:39:58.337Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:39:58.337Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T20:39:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T20:39:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T20:39:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T20:39:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:39:58.341Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T20:39:58.359Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:39:58.359Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@57ade032 2023-03-21T20:39:58.359Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:39:58.359Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T20:39:58.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:39:58.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T20:39:58.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T20:39:58.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:39:58.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:39:58.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:39:58.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431198360, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:39:59.361Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T20:39:59.362Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:39:59.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:39:59.390Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:39:59.390Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:40:29.391Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:40:29.409Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:40:29.413Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:40:29.413Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:40:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:40:49.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:40:49.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:40:49.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:40:59.414Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:40:59.442Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:40:59.447Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:40:59.447Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:41:29.448Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:41:29.469Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:41:29.473Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:41:29.473Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:41:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:41:49.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:41:49.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:41:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:41:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:41:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T20:41:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:41:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:41:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:41:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:41:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:41:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T20:41:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:41:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:41:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:41:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:41:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:41:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:41:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:41:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:41:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431197324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:41:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:41:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:41:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431198360, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:41:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:41:59.473Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:41:59.498Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:41:59.502Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:41:59.502Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:42:29.503Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:42:29.526Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:42:29.531Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:42:29.531Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:42:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:42:49.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "ves-openapi-manager", "timestamp": 1679431268396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "multicloud-k8s", "timestamp": 1679431255016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "cds-sdc-listener", "timestamp": 1679431226045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "policy-distribution-id", "timestamp": 1679431257510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "ves-openapi-manager", "timestamp": 1679431268396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "multicloud-k8s", "timestamp": 1679431255016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "policy-distribution-id", "timestamp": 1679431257510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "cds-sdc-listener", "timestamp": 1679431226045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "ves-openapi-manager", "timestamp": 1679431268396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "multicloud-k8s", "timestamp": 1679431255016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "cds-sdc-listener", "timestamp": 1679431226045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "policy-distribution-id", "timestamp": 1679431257510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "aai-model-loader", "timestamp": 1679431281160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "ves-openapi-manager", "timestamp": 1679431268396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "multicloud-k8s", "timestamp": 1679431255016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "policy-distribution-id", "timestamp": 1679431257510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "cds-sdc-listener", "timestamp": 1679431226045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "aai-model-loader", "timestamp": 1679431281160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "ves-openapi-manager", "timestamp": 1679431268396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "policy-distribution-id", "timestamp": 1679431257510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "cds-sdc-listener", "timestamp": 1679431226045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "multicloud-k8s", "timestamp": 1679431255016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "aai-model-loader", "timestamp": 1679431281160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "ves-openapi-manager", "timestamp": 1679431268396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "cds-sdc-listener", "timestamp": 1679431226045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "multicloud-k8s", "timestamp": 1679431255016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "policy-distribution-id", "timestamp": 1679431257510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "aai-model-loader", "timestamp": 1679431281160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "ves-openapi-manager", "timestamp": 1679431268396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "cds-sdc-listener", "timestamp": 1679431226045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "multicloud-k8s", "timestamp": 1679431255016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "policy-distribution-id", "timestamp": 1679431257510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "aai-model-loader", "timestamp": 1679431281160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "ves-openapi-manager", "timestamp": 1679431268396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "cds-sdc-listener", "timestamp": 1679431226045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "multicloud-k8s", "timestamp": 1679431255016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "policy-distribution-id", "timestamp": 1679431257510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679431284451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "aai-model-loader", "timestamp": 1679431281160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "ves-openapi-manager", "timestamp": 1679431268396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "cds-sdc-listener", "timestamp": 1679431226045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "multicloud-k8s", "timestamp": 1679431255016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "policy-distribution-id", "timestamp": 1679431257510, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679431284451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "aai-model-loader", "timestamp": 1679431281160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "cds-sdc-listener", "timestamp": 1679431287684, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "policy-distribution-id", "timestamp": 1679431287136, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679431284451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "aai-model-loader", "timestamp": 1679431281160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "policy-distribution-id", "timestamp": 1679431288140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679431284451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "aai-model-loader", "timestamp": 1679431281160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:42:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "policy-distribution-id", "timestamp": 1679431289142, "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-21T20:42:49.226Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1730a31c-6753-4a08-aae8-7d58b8d7d655 2023-03-21T20:42:49.226Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1730a31c-6753-4a08-aae8-7d58b8d7d655 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-21T20:42:49.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679431284451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "aai-model-loader", "timestamp": 1679431290292, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679431284451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679431284451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679431284451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.249Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679431284451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:42:49.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.250Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "aai-model-loader", "timestamp": 1679431293881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:42:49.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.250Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "aai-model-loader", "timestamp": 1679431294882, "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-21T20:42:49.267Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1730a31c-6753-4a08-aae8-7d58b8d7d655 2023-03-21T20:42:49.267Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1730a31c-6753-4a08-aae8-7d58b8d7d655 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-21T20:42:49.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.289Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679431294233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:42:49.290Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.290Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679431296353, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:42:49.290Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:42:49.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:42:49.291Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679431297365, "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-21T20:42:49.304Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1730a31c-6753-4a08-aae8-7d58b8d7d655 2023-03-21T20:42:49.305Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1730a31c-6753-4a08-aae8-7d58b8d7d655 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-21T20:42:59.531Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:42:59.557Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:42:59.562Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:42:59.562Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:43:29.563Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:43:29.584Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:43:29.588Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:43:29.588Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:43:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:43:59.589Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:43:59.609Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:43:59.613Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:43:59.613Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:44:29.613Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:44:29.637Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:44:29.641Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:44:29.641Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:44:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:44:50.241Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:44:50.241Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-163c11ed-1dce-4375-aaa8-6f301512fe3c 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-21T20:44:50.242Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T20:44:50.242Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T20:44:52.958Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:44:52.970Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:44:52.970Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T20:44:52.975Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:44:52.975Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 39: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T20:44:52.991Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:44:52.991Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T20:44:52.991Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:44:52.993Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:44:52.994Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:44:52.994Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:44:52.994Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1490, offsetEpoch=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-21T20:44:52.994Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:44:52.994Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:44:59.641Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T20:44:59.642Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:44:59.651Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T20:44:59.652Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T20:44:59.652Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T20:44:59.659Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:44:59.672Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:44:59.676Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T20:44:59.682Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T20:44:59.841Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T20:44:59.841Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:44:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[196672], x-aai-txid=[0-aai-resources-230321-20:44:58:637-75617], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:44:59.841Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:44:59.841Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:44:59.841Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:44:59.848Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:44:59.848Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T20:44:59.848Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T20:44:59.848Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:44:59.848Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:44:59.848Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431499848, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:44:59.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:44:59.866Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431499848, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T20:44:59.866Z||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-21T20:45:00.877Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:45:00.877Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:45:00.877Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:45:00.877Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:00.877Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:00.877Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:45:01.878Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:45:01.879Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:01.879Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:01.879Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:45:02.880Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T20:45:02.880Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:45:02.880Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T20:45:02.880Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T20:45:02.881Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:45:02.921Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:45:02.922Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:45:02.922Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:45:02.922Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T20:45:02.922Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:45:02.922Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:45:02.953Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:45:02.953Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@675ec5a4 2023-03-21T20:45:02.954Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:45:02.954Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:45:02.954Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:45:02.954Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:45:02.954Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:45:02.954Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:45:02.954Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:02.954Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:02.955Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431502954, "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-21T20:45:03.955Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:45:03.992Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T20:45:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:45:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T20:45:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:45:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431503993, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:45:04.994Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:45:04.994Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T20:45:04.994Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:45:04.995Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:04.995Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:04.995Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431504994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:45:05.996Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:45:06.024Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:45:06.027Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:45:06.028Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:45:06.028Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:45:06.028Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:45:06.028Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:45:06.028Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:45:06.028Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:45:06.028Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:45:06.028Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:45:06.039Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:45:36.039Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:45:36.048Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T20:45:36.048Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T20:45:36.049Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T20:45:36.055Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:45:36.070Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T20:45:36.070Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[63313b8e-e074-4f97-80ad-338ae4e6bf58], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T20:45:36.077Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:45:36.223Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:45:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[495712], x-aai-txid=[1-aai-resources-230321-20:45:35:030-96648], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:45:36.224Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:45:36.224Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T20:45:36.225Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:45:36.225Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:45:36.232Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:45:36.232Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:45:36.232Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:45:36.232Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:36.233Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:36.233Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431536232, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:45:37.258Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:45:37.258Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:45:37.258Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:45:37.258Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:37.258Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:37.258Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:45:38.259Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:45:38.259Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:38.259Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:38.260Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:45:39.260Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:45:39.261Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:39.261Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:39.261Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:45:40.263Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:45:40.263Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:40.263Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:40.264Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:45:41.265Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:45:41.266Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:41.266Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:41.266Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:45:42.267Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:45:42.268Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:42.268Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:42.268Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:45:43.269Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:45:43.269Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:43.269Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:43.270Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:45:44.271Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T20:45:44.272Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:45:44.272Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T20:45:44.272Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:45:44.272Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:45:44.316Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:45:44.316Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:45:44.316Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:45:44.316Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T20:45:44.316Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:45:44.317Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:45:44.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:45:44.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@10cba65 2023-03-21T20:45:44.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:45:44.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:45:44.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:45:44.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:45:44.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:45:44.346Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:45:44.346Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:44.346Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:44.346Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431544345, "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-21T20:45:45.347Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:45:45.390Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T20:45:45.390Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:45:45.391Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T20:45:45.391Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:45:45.391Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:45.391Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:45.391Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431545390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:45:46.393Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:45:46.393Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T20:45:46.393Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:45:46.394Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:45:46.394Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:45:46.394Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431546393, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:45:47.395Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:45:47.422Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:45:47.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:45:47.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:45:47.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:45:47.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:45:47.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:45:47.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:45:47.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:45:47.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:45:47.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:45:47.440Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:45:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:45:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:45:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:45:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431502954, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:45:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431503993, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T20:45:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431504994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T20:45:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431536232, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:45:49.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.184Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:45:49.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.187Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:45:49.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.187Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T20:45:49.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.188Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:45:49.188Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.189Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T20:45:49.189Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.189Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:45:49.189Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.190Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:45:49.190Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.190Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431544345, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:45:49.190Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.190Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431545390, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T20:45:49.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:45:49.191Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:45:49.191Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431546393, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T20:45:49.191Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:46:17.441Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:46:17.453Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T20:46:17.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T20:46:17.454Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T20:46:17.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:46:17.474Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:46:17.475Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T20:46:17.481Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:46:17.626Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T20:46:17.626Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:46:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[180304], x-aai-txid=[1-aai-resources-230321-20:46:16:435-10687], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:46:17.627Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:46:17.628Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:46:17.628Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:46:17.637Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:46:17.637Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:46:17.637Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:46:17.637Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:46:17.637Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:46:17.637Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431577637, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:46:18.660Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:46:18.660Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:46:18.665Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:46:18.665Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:46:18.665Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:46:18.666Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:46:19.666Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:46:19.667Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:46:19.667Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:46:19.667Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:46:20.668Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:46:20.668Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:46:20.668Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:46:20.668Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:46:21.669Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:46:21.669Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:46:21.669Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:46:21.670Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:46:22.670Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:46:22.671Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:46:22.671Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:46:22.671Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:46:23.672Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:46:23.672Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:46:23.672Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:46:23.672Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:46:24.673Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:46:24.673Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:46:24.673Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:46:24.673Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:46:25.675Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:46:25.675Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:46:25.675Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:46:25.675Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:46:26.677Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T20:46:26.677Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:46:26.677Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T20:46:26.677Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:46:26.677Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:46:26.716Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:46:26.716Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:46:26.716Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:46:26.716Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:26.716Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:46:26.716Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:27.032Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:46:27.036Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T20:46:27.036Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:46:27.036Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:27.036Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:46:27.036Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:46:27.036Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:46:27.036Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431587036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:46:28.037Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:46:28.038Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:46:28.038Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:28.038Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:28.039Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:28.039Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:28.159Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3162291219323675755/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:46:28.704Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:46:28.705Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:46:28.706Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:46:28.706Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T20:46:28.742Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T20:46:28.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:46:28.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T20:46:28.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:46:28.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:46:28.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:46:28.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431588743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:46:29.745Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:46:29.745Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T20:46:29.745Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:46:29.745Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:46:29.745Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:46:29.746Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431589745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:46:30.748Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:46:30.769Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:46:30.773Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:46:30.774Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:46:30.774Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:46:30.774Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:46:30.774Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:46:30.774Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:46:30.774Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:46:30.774Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:46:30.774Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:46:30.786Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:46:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:46:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:46:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431577637, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:46:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:46:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:46:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:46:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:46:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:46:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:46:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:46:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:46:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:46:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:46:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:46:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:46:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:46:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:46:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:46:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:46:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:46:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:46:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:46:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:46:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:46:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:46:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:46:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:46:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:46:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:46:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431587036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:46:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:46:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:46:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431588743, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T20:46:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:46:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:46:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431589745, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T20:46:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:00.786Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:47:00.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T20:47:00.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T20:47:00.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T20:47:00.803Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:47:00.817Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:47:00.817Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T20:47:00.826Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:47:00.956Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T20:47:00.957Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:46:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[155696], x-aai-txid=[2-aai-resources-230321-20:46:59:779-43563], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:47:00.959Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:47:00.959Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:47:00.959Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:47:00.967Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:47:00.968Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:47:00.968Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:47:00.968Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:00.968Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:00.968Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431620968, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:47:01.992Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:47:01.992Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:47:01.992Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:01.992Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:01.992Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:01.992Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:02.994Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:02.994Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:02.994Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:02.995Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:03.996Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:03.996Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:03.996Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:03.996Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:04.997Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:04.998Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:04.998Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:04.998Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:06.000Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:06.001Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:06.001Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:06.001Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:07.001Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:07.002Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:07.002Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:07.002Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:08.004Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:08.004Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:08.005Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:08.005Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:09.006Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:09.006Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:09.006Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:09.007Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:10.007Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T20:47:10.008Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:47:10.008Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T20:47:10.008Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:47:10.008Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:47:10.051Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:47:10.052Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:47:10.052Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:47:10.052Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:10.052Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:47:10.052Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:10.357Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:47:10.359Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T20:47:10.359Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:47:10.359Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:10.359Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:47:10.359Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:10.359Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:10.359Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431630359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:11.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:47:11.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:47:11.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:11.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:11.362Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:11.362Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:11.441Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11009383246876827018/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T20:47:12.017Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:47:12.017Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:47:12.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:12.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:47:12.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:12.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:12.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:12.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:12.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:12.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:12.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:47:12.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:47:12.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:12.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:12.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:47:12.019Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:47:12.019Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:47:12.019Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:12.019Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:12.019Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:47:12.019Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:47:12.019Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:47:12.019Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:12.019Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:12.019Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:12.019Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:12.020Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:12.020Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:12.020Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:12.020Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:12.020Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:12.020Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:12.020Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T20:47:12.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T20:47:12.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:47:12.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T20:47:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:47:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:12.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431632044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:13.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:47:13.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T20:47:13.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:47:13.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:13.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:13.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431633045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:14.049Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:47:14.071Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:47:14.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:47:14.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:47:14.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:47:14.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:47:14.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:47:14.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:47:14.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:47:14.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:47:14.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:47:14.088Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:47:44.090Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:47:44.101Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T20:47:44.102Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T20:47:44.102Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T20:47:44.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:47:44.116Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T20:47:44.119Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acf2b8d9-ef5e-4a2c-b52b-1a5aa7e4cf65], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T20:47:44.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:47:44.271Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:47:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[532576], x-aai-txid=[0-aai-resources-230321-20:47:43:082-90164], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:47:44.271Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:47:44.272Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T20:47:44.273Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:47:44.273Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:47:44.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:47:44.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:47:44.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:47:44.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:44.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:44.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431664281, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:47:45.312Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:47:45.312Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:47:45.313Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:45.313Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:45.313Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:45.313Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:46.314Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:46.314Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:46.314Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:46.314Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:47.316Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:47.316Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:47.316Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:47.316Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:48.317Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:48.317Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:48.318Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:48.318Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431620968, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:47:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:47:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:47:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:47:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:47:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:47:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:47:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:47:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:47:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431630359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:47:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431632044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T20:47:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431633045, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T20:47:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431664281, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:47:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:47:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:47:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:47:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:47:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:47:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:47:49.319Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:49.320Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:49.320Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:49.320Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:50.321Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:50.322Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:50.322Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:50.322Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:51.324Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:51.324Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:51.324Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:51.324Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:52.325Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:47:52.325Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:52.325Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:52.325Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:53.326Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T20:47:53.326Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:47:53.326Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T20:47:53.327Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:47:53.327Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:47:53.367Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:47:53.368Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:47:53.368Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:47:53.368Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:53.368Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:47:53.368Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:53.667Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:47:53.669Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T20:47:53.669Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:47:53.669Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:53.669Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:47:53.669Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:53.669Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:53.670Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431673669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:54.670Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:47:54.671Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:47:54.671Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:54.671Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:54.671Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:54.671Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:54.739Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16071389387422184374/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T20:47:55.353Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:47:55.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:47:55.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:55.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:47:55.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:55.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:55.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:55.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:55.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:55.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:55.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:47:55.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:47:55.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:55.354Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:55.355Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T20:47:55.355Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:47:55.355Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:47:55.355Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:55.355Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:55.355Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T20:47:55.355Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:47:55.355Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:47:55.355Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:55.355Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:55.355Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:55.355Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:55.356Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:55.356Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:55.356Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:55.356Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:55.356Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:47:55.356Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:47:55.356Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T20:47:55.391Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T20:47:55.391Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:47:55.391Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T20:47:55.391Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:47:55.391Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:55.391Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:55.391Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431675391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:56.392Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:47:56.392Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T20:47:56.392Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:47:56.392Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:47:56.392Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:47:56.392Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431676392, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:47:57.393Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:47:57.409Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:47:57.412Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:47:57.412Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:47:57.412Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:47:57.412Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:47:57.412Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:47:57.412Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:47:57.412Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:47:57.412Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:47:57.412Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:47:57.439Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:48:27.439Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:48:27.447Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T20:48:27.447Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T20:48:27.448Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T20:48:27.454Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:48:27.466Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T20:48:27.467Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e573c43f-9490-428d-a90d-ce5062c48ed3], X-ECOMP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-TransactionId=[], X-ONAP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], Content-Type=[application/merge-patch+json]} 2023-03-21T20:48:27.472Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:48:27.621Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:48:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[237608], x-aai-txid=[2-aai-resources-230321-20:48:26:426-46902], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:48:27.621Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:48:27.622Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T20:48:27.622Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:48:27.622Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:48:27.633Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:48:27.633Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:48:27.633Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:48:27.633Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:27.633Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:27.633Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431707633, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:48:28.661Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:48:28.662Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:48:28.662Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:48:28.662Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:28.662Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:28.662Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:48:29.663Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:48:29.663Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:29.663Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:29.663Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:48:30.664Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:48:30.664Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:30.664Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:30.665Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:48:31.665Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:48:31.666Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:31.666Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:31.666Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:48:32.666Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:48:32.667Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:32.667Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:32.667Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:48:33.667Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:48:33.667Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:33.667Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:33.667Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:48:34.668Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:48:34.668Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:34.668Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:34.668Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:48:35.669Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:48:35.669Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:35.669Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:35.669Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:48:36.670Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:48:36.670Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:36.670Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:36.671Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:48:37.671Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:48:37.671Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:37.671Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:37.672Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:48:38.672Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T20:48:38.673Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:48:38.673Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T20:48:38.673Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:48:38.673Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:48:38.722Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:48:38.723Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:48:38.723Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:48:38.723Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T20:48:38.724Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:48:38.724Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:48:38.753Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:48:38.753Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4508c2a2 2023-03-21T20:48:38.753Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:48:38.753Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:48:38.753Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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 8b453f05-7c27-49e3-aaaa-250da7e35e19 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:48:38.754Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:48:38.754Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:48:38.754Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:48:38.754Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:38.754Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:38.754Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431718754, "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-21T20:48:39.755Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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:8b453f05-7c27-49e3-aaaa-250da7e35e19) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:48:39.802Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists 2023-03-21T20:48:39.803Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:48:39.803Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists) 2023-03-21T20:48:39.803Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:48:39.803Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:39.803Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:39.803Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431719803, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:48:40.804Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:48:40.805Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists) 2023-03-21T20:48:40.805Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:48:40.805Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:48:40.805Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:48:40.805Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431720804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:48:41.810Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:48:41.840Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:48:41.845Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:48:41.845Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:48:41.845Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:48:41.845Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:48:41.845Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:48:41.845Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:48:41.845Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:48:41.845Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:48:41.845Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:48:41.860Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:48:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:48:49.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:48:49.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:48:49.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:11.860Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:49:11.875Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T20:49:11.875Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T20:49:11.876Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T20:49:11.883Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:49:11.900Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T20:49:11.900Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28fc261c-346b-442d-b264-e23ac18a4004], X-ECOMP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-TransactionId=[], X-ONAP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], Content-Type=[application/merge-patch+json]} 2023-03-21T20:49:11.908Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:49:12.050Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:49:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[274488], x-aai-txid=[1-aai-resources-230321-20:49:10:864-85364], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:49:12.050Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:49:12.051Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T20:49:12.051Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:49:12.051Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:49:12.058Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:49:12.058Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:49:12.058Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:49:12.058Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:12.058Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:12.058Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431752058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:49:13.091Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:49:13.091Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:49:13.092Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:49:13.092Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:13.092Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:13.092Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:49:14.094Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:49:14.094Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:14.094Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:14.094Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:49:15.094Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:49:15.095Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:15.095Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:15.095Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:49:16.095Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:49:16.096Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:16.096Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:16.096Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:49:17.096Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:49:17.097Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:17.097Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:17.097Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:49:18.097Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:49:18.098Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:18.098Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:18.098Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:49:19.098Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:49:19.098Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:19.098Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:19.098Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:49:20.099Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:49:20.099Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:20.099Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:20.099Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:49:21.100Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T20:49:21.101Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:49:21.101Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T20:49:21.101Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:49:21.101Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:49:21.150Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:49:21.150Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:49:21.150Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:49:21.150Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T20:49:21.151Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:49:21.151Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T20:49:21.172Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:49:21.173Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1e6172c4 2023-03-21T20:49:21.174Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:49:21.174Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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": [ "BasicVmMacro" ] } } } 2023-03-21T20:49:21.174Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ebe5950d-5230-4fd7-b91c-10040c72a7c9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:49:21.174Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:49:21.175Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:49:21.175Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:49:21.175Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:21.175Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:21.175Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431761174, "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-21T20:49:22.176Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:ebe5950d-5230-4fd7-b91c-10040c72a7c9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:49:22.217Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists 2023-03-21T20:49:22.218Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:49:22.218Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists) 2023-03-21T20:49:22.218Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:49:22.218Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:22.218Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:22.219Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431762218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:49:23.219Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T20:49:23.219Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists) 2023-03-21T20:49:23.220Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:49:23.220Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:23.220Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:23.220Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431763219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:49:24.220Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:49:24.242Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:49:24.247Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:49:24.247Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:49:24.248Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:49:24.248Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:49:24.248Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:49:24.248Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:49:24.248Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:49:24.248Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:49:24.248Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T20:49:24.258Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:49:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:49:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431673669, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431675391, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431676392, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431707633, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T20:49:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431718754, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:49:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431719803, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } 2023-03-21T20:49:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T20:49:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431720804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } 2023-03-21T20:49:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:49:54.259Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:49:54.269Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T20:49:54.269Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T20:49:54.269Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T20:49:54.275Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:49:54.290Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T20:49:54.290Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[16401b2c-67b4-422a-acee-746535b9424b], X-ECOMP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-TransactionId=[], X-ONAP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], Content-Type=[application/merge-patch+json]} 2023-03-21T20:49:54.298Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:49:54.438Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:49:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[225360], x-aai-txid=[2-aai-resources-230321-20:49:53:250-62752], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:49:54.438Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:49:54.439Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T20:49:54.439Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:49:54.439Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T20:49:54.452Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T20:49:54.452Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:49:54.452Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:49:54.453Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:54.453Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:54.453Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431794452, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:49:55.475Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:49:55.475Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:49:55.476Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:49:55.476Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:55.477Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:55.477Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:49:56.478Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:49:56.478Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:56.479Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:56.479Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:49:57.479Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:49:57.480Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:57.480Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:57.481Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:49:58.481Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:49:58.482Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:58.482Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:58.482Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:49:59.482Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:49:59.483Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:49:59.483Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:49:59.483Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:50:00.484Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:50:00.484Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:00.484Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:00.484Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:50:01.484Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:50:01.485Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:01.485Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:01.485Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:50:02.486Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:50:02.487Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:02.487Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:02.487Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "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-21T20:50:03.488Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:50:03.489Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:03.489Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:03.489Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:50:04.489Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T20:50:04.489Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:50:04.489Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T20:50:04.490Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:50:04.490Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:50:04.503Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:50:04.503Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:50:04.504Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:50:04.504Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T20:50:04.504Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:50:04.504Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T20:50:04.799Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:50:04.804Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5dee975a-7f55-4449-a1f5-aa20456c8216 111097 2023-03-21T20:50:04.804Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T20:50:04.804Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T20:50:04.804Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:50:04.804Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:04.804Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:04.804Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431804804, "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-21T20:50:05.805Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:50:05.806Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:50:05.806Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T20:50:05.806Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-03-21T20:50:05.807Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T20:50:05.807Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T20:50:05.887Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5410414939525186095/Definitions/service-TestPnfMacro-template.yml 2023-03-21T20:50:06.453Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:50:06.454Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:50:06.454Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T20:50:06.454Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:50:06.454Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar 2023-03-21T20:50:06.454Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar 2023-03-21T20:50:06.454Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T20:50:06.454Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar 2023-03-21T20:50:06.454Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar 2023-03-21T20:50:06.454Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar 2023-03-21T20:50:06.455Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar 2023-03-21T20:50:06.455Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:50:06.455Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:50:06.455Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:50:06.455Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-21T20:50:06.455Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:50:06.455Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:50:06.455Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:50:06.455Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:50:06.456Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-21T20:50:06.456Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:50:06.456Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:50:06.456Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:50:06.456Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:50:06.456Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:50:06.456Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:50:06.456Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:50:06.456Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:50:06.456Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:50:06.456Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:50:06.456Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:50:06.456Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:50:06.457Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:27f5ccc4-d817-4ebf-a428-29d3f28c84e2 Model Version:NULL Model InvariantUuid:680439e8-559c-47b7-bba9-2cf929a66403 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-21T20:50:06.473Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T20:50:06.477Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||test-pnf 0 2023-03-21T20:50:06.478Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 2023-03-21T20:50:06.478Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T20:50:06.478Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T20:50:06.478Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 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-21T20:50:06.487Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d276838, org.onap.sdc.toscaparser.api.parameters.Input@4c29d0c6, org.onap.sdc.toscaparser.api.parameters.Input@495e6309, org.onap.sdc.toscaparser.api.parameters.Input@73e44b48, org.onap.sdc.toscaparser.api.parameters.Input@5f48ba4] 2023-03-21T20:50:06.487Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:50:06.487Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:50:06.487Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 27f5ccc4-d817-4ebf-a428-29d3f28c84e2: test-pnf 2023-03-21T20:50:06.487Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Processing PNF resource: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 2023-03-21T20:50:06.487Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:50:06.488Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:50:06.488Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||WARN|500||Resource customization UUID: 0da37cbb-9241-40a0-92d9-f83c9e0485cf is NOT the same as notified resource customizationUUID: 8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 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-21T20:50:06.533Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 0 ASDC deployResourceStructure 2023-03-21T20:50:06.534Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T20:50:06.534Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T20:50:06.534Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T20:50:06.534Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:06.534Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:06.534Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431806534, "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-21T20:50:07.535Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:50:07.560Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:50:07.563Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:50:07.563Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:50:07.563Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:50:07.564Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:50:07.564Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:50:07.564Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:50:07.564Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:50:07.564Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:50:07.564Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T20:50:07.575Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:50:37.575Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:50:37.582Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T20:50:37.582Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T20:50:37.583Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T20:50:37.590Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:50:37.605Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:50:37.607Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T20:50:37.612Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:50:37.756Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T20:50:37.757Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:50:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[208944], x-aai-txid=[0-aai-resources-230321-20:50:36:564-27919], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:50:37.758Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:50:37.760Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:50:37.760Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T20:50:37.771Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T20:50:37.772Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:50:37.772Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:50:37.772Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:37.772Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:37.772Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431837772, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:50:38.792Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T20:50:38.793Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T20:50:38.794Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-21T20:50:38.795Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-21T20:50:38.795Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:50:38.796Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:50:38.796Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:50:38.796Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T20:50:38.801Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:50:38.802Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d7d39260-a37e-4cf6-a20e-5e9d2918bc98 2023-03-21T20:50:38.802Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:50:38.802Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T20:50:39.217Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:50:42.226Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:50:45.245Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:50:48.255Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:50:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:50:49.187Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:50:49.188Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T20:50:49.191Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:50:49.191Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d7d39260-a37e-4cf6-a20e-5e9d2918bc98', protocol='range'} 2023-03-21T20:50:49.195Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T20:50:49.195Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T20:50:49.196Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T20:50:49.196Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T20:50:49.196Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T20:50:49.196Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T20:50:49.196Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 40: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d7d39260-a37e-4cf6-a20e-5e9d2918bc98=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T20:50:49.210Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d7d39260-a37e-4cf6-a20e-5e9d2918bc98', protocol='range'} 2023-03-21T20:50:49.210Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:50:49.210Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:50:49.210Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T20:50:49.211Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:50:49.211Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:50:49.213Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:50:49.214Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:50:49.214Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:50:49.214Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1557, offsetEpoch=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-21T20:50:49.214Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:50:49.214Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:50:49.214Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:50:49.214Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:50:49.214Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:50:49.214Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:50:49.214Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:50:49.215Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:50:50.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.230Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431752058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:50:50.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:50:50.231Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.231Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:50:50.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T20:50:50.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:50:50.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T20:50:50.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:50:50.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:50:50.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:50:50.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431761174, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:50:50.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.234Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431762218, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } 2023-03-21T20:50:50.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.234Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431763219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } 2023-03-21T20:50:50.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.234Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431794452, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:50:50.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:50:50.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:50:50.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:50:50.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:50:50.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:50:50.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:50:50.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:50:50.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:50:50.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431135717, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:50:50.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431804804, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:50:50.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431806534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T20:50:50.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431837772, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:50:50.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:50:50.271Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:50:50.271Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:50:50.272Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:50:50.273Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:50.273Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:50.273Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:50:51.274Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:50:51.274Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:51.274Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:51.274Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:50:52.275Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:50:52.275Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:52.275Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:52.276Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:50:53.276Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:50:53.276Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:53.277Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:53.277Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:50:54.277Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:50:54.277Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:54.277Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:54.277Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:50:55.278Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:50:55.278Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:55.278Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:55.278Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:50:56.279Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:50:56.279Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:56.279Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:56.279Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:50:57.281Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T20:50:57.281Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:50:57.281Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T20:50:57.281Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:50:57.281Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:50:57.298Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:50:57.299Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:50:57.299Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:50:57.299Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T20:50:57.299Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:50:57.299Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T20:50:57.322Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:50:57.322Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6550ea7a 2023-03-21T20:50:57.322Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:50:57.322Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T20:50:57.323Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:50:57.323Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T20:50:57.323Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T20:50:57.323Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:50:57.323Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:57.323Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:57.323Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431857323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:50:58.324Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T20:50:58.340Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:50:58.340Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T20:50:58.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T20:50:58.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T20:50:58.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T20:50:58.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:50:58.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T20:50:58.372Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:50:58.372Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7a555f9c 2023-03-21T20:50:58.372Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:50:58.372Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T20:50:58.372Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:50:58.372Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T20:50:58.372Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T20:50:58.372Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:50:58.372Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:50:58.372Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:50:58.372Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431858372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:50:59.373Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T20:50:59.373Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:50:59.401Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:50:59.404Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:50:59.404Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:51:29.404Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:51:29.419Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:51:29.421Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:51:29.421Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:51:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:51:49.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:51:49.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:51:49.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:51:59.421Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:51:59.438Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:51:59.441Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:51:59.441Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:52:29.441Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:52:29.452Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:52:29.453Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:52:29.453Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:52:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:52:49.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:52:49.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:52:49.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:52:49.175Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:52:49.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:52:49.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:52:49.175Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431857323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:52:49.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:52:49.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:52:49.175Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679431858372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:52:49.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:52:59.454Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:52:59.469Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:52:59.472Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:52:59.472Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:53:29.472Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:53:29.486Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:53:29.490Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:53:29.490Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:53:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:53:59.490Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:53:59.506Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:53:59.509Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:53:59.510Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:54:29.510Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:54:29.528Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:54:29.530Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:54:29.531Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:54:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:54:59.531Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:54:59.547Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:54:59.549Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:54:59.550Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:55:29.550Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:55:29.564Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:55:29.566Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T20:55:29.567Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T20:55:49.173Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:55:50.362Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T20:55:50.362Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d7d39260-a37e-4cf6-a20e-5e9d2918bc98 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-21T20:55:50.363Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T20:55:50.363Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T20:55:52.791Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T20:55:52.805Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:55:52.805Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T20:55:52.810Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:55:52.810Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 41: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T20:55:52.824Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T20:55:52.824Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T20:55:52.825Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T20:55:52.828Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T20:55:52.828Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:55:52.828Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:55:52.829Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1591, offsetEpoch=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-21T20:55:52.829Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T20:55:52.829Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T20:55:59.567Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T20:55:59.568Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:55:59.575Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T20:55:59.575Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T20:55:59.576Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T20:55:59.583Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:55:59.595Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:55:59.596Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T20:55:59.602Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T20:55:59.740Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T20:55:59.741Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:55:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[196672], x-aai-txid=[2-aai-resources-230321-20:55:58:552-2504], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:55:59.742Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:55:59.743Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:55:59.743Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:55:59.750Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T20:55:59.750Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T20:55:59.750Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T20:55:59.750Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:55:59.750Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:55:59.750Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432159750, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:55:59.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:55:59.770Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432159750, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T20:55:59.770Z||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-21T20:56:00.766Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:56:00.766Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:56:00.767Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:56:00.767Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:00.767Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:00.767Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:56:01.767Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:56:01.768Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:01.768Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:01.768Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:56:02.769Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T20:56:02.769Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:56:02.769Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T20:56:02.769Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T20:56:02.769Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:56:02.796Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:56:02.796Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:56:02.797Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:56:02.797Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T20:56:02.797Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:56:02.797Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:56:02.827Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:56:02.827Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@55ad4811 2023-03-21T20:56:02.827Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:56:02.827Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:56:02.828Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:56:02.828Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:56:02.828Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:56:02.828Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:56:02.828Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:02.828Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:02.828Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432162828, "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-21T20:56:03.829Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:56:03.875Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T20:56:03.875Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:56:03.875Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T20:56:03.875Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:56:03.875Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:03.875Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:03.875Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432163875, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:56:04.876Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:56:04.876Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T20:56:04.876Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:56:04.877Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:04.877Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:04.877Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432164876, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:56:05.878Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:56:05.897Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:56:05.900Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:56:05.900Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:56:05.901Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:56:05.901Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:56:05.901Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:56:05.901Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:56:05.901Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:56:05.901Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:56:05.901Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:56:05.909Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:56:35.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:56:35.917Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T20:56:35.917Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T20:56:35.917Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T20:56:35.920Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:56:35.940Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T20:56:35.941Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[77c3cdb5-3cfb-4139-9781-53ca1659308e], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T20:56:35.947Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:56:36.076Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:56:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[495712], x-aai-txid=[1-aai-resources-230321-20:56:34:897-59192], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:56:36.077Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:56:36.077Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T20:56:36.078Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:56:36.078Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:56:36.090Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T20:56:36.090Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:56:36.090Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:56:36.091Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:36.091Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:36.091Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432196090, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:56:37.108Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:56:37.109Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:56:37.109Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:56:37.109Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:37.109Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:37.109Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:56:38.110Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:56:38.110Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:38.110Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:38.110Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:56:39.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:56:39.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:39.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:39.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:56:40.115Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:56:40.115Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:40.115Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:40.115Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:56:41.116Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:56:41.116Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:41.116Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:41.117Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:56:42.117Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:56:42.117Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:42.117Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:42.117Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:56:43.118Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:56:43.118Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:43.118Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:43.118Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:56:44.119Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T20:56:44.119Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:56:44.119Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T20:56:44.120Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:56:44.120Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:56:44.151Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:56:44.151Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:56:44.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:56:44.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T20:56:44.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:56:44.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:56:44.175Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:56:44.175Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1a7ced05 2023-03-21T20:56:44.175Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:56:44.175Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:56:44.176Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:56:44.176Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:56:44.176Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:56:44.176Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:56:44.176Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:44.176Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:44.176Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432204176, "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-21T20:56:45.177Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:56:45.214Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T20:56:45.214Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:56:45.214Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T20:56:45.214Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:56:45.214Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:45.214Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:45.215Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432205214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:56:46.215Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:56:46.215Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T20:56:46.216Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:56:46.216Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:56:46.216Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:56:46.216Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432206215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:56:47.217Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:56:47.227Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:56:47.229Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:56:47.229Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:56:47.229Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:56:47.230Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:56:47.230Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:56:47.230Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:56:47.230Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:56:47.230Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:56:47.230Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:56:47.235Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:56:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:56:49.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.179Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:56:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:56:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432162828, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:56:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432163875, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T20:56:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432164876, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T20:56:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432196090, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:56:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:56:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:56:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T20:56:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:56:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T20:56:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:56:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:56:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432204176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:56:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432205214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T20:56:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:56:49.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T20:56:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432206215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T20:56:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:57:17.235Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:57:17.241Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T20:57:17.241Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T20:57:17.242Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T20:57:17.245Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:57:17.262Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T20:57:17.262Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8daa9cfd-01c9-4dd9-98e6-dc52647cd3d5], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T20:57:17.266Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:57:17.413Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:57:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[180304], x-aai-txid=[0-aai-resources-230321-20:57:16:216-30557], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:57:17.414Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:57:17.414Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T20:57:17.414Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:57:17.414Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:57:17.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T20:57:17.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:57:17.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:57:17.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:57:17.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:57:17.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432237426, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:57:18.447Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:57:18.448Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:57:18.448Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:57:18.448Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:57:18.448Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:57:18.448Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:57:19.450Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:57:19.450Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:57:19.450Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:57:19.451Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:57:20.452Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:57:20.452Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:57:20.453Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:57:20.453Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:57:21.455Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:57:21.455Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:57:21.455Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:57:21.455Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:57:22.456Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:57:22.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:57:22.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:57:22.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:57:23.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:57:23.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:57:23.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:57:23.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:57:24.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:57:24.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:57:24.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:57:24.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:57:25.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:57:25.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:57:25.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:57:25.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:57:26.462Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T20:57:26.462Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:57:26.462Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T20:57:26.463Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:57:26.463Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:57:26.490Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:57:26.490Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:57:26.490Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:57:26.490Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:26.490Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:57:26.491Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:26.786Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:57:26.790Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T20:57:26.790Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:57:26.790Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:26.790Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:57:26.791Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:57:26.791Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:57:26.791Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432246790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:57:27.791Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:57:27.792Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:57:27.792Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:27.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:27.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:27.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:27.872Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP59048067891072527/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T20:57:28.477Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:57:28.477Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:57:28.477Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:28.477Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:57:28.477Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:28.477Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:28.477Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:28.477Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:28.477Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:28.477Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:28.477Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T20:57:28.477Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:57:28.477Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:57:28.478Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:57:28.479Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:57:28.479Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T20:57:28.516Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T20:57:28.516Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:57:28.516Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T20:57:28.516Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:57:28.516Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:57:28.516Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:57:28.516Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432248516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:57:29.517Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T20:57:29.517Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T20:57:29.518Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:57:29.518Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:57:29.518Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:57:29.518Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432249517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:57:30.518Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:57:30.534Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:57:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:57:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:57:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:57:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:57:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:57:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:57:30.537Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:57:30.537Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:57:30.537Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:57:30.541Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:57:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:57:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:57:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432237426, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:57:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:57:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:57:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:57:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:57:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:57:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:57:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:57:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:57:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:57:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:57:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:57:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:57:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:57:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432246790, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:57:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:57:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:57:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432248516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T20:57:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:57:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:57:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432249517, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T20:57:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:00.542Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:58:00.546Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T20:58:00.547Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T20:58:00.547Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T20:58:00.552Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:58:00.568Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:58:00.569Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T20:58:00.574Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:58:00.721Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T20:58:00.722Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:57:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[155696], x-aai-txid=[0-aai-resources-230321-20:57:59:528-95784], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:58:00.723Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:58:00.724Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:58:00.724Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:58:00.733Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T20:58:00.734Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:58:00.734Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:58:00.734Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:00.734Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:00.734Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432280734, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:58:01.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:58:01.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:58:01.754Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:01.755Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:01.755Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:01.755Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:02.756Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:02.756Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:02.757Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:02.757Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:03.758Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:03.759Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:03.759Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:03.759Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:04.760Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:04.760Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:04.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:04.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:05.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:05.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:05.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:05.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:06.764Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:06.764Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:06.764Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:06.764Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:07.765Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:07.765Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:07.765Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:07.765Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:08.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:08.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:08.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:08.767Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:09.767Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T20:58:09.767Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:58:09.768Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T20:58:09.768Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:58:09.769Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:58:09.790Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:58:09.791Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:58:09.791Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:58:09.791Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:09.791Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:58:09.791Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:10.084Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:58:10.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T20:58:10.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:58:10.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:10.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:58:10.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:10.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:10.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432290087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:11.088Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:58:11.089Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:58:11.089Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:11.089Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:11.090Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:11.090Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:11.165Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15445887095337974923/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T20:58:11.734Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:58:11.734Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:58:11.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:11.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:58:11.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:11.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:11.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:11.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:11.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:11.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:11.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T20:58:11.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:58:11.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:11.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:11.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:11.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:11.737Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:11.737Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:11.737Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:11.737Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T20:58:11.769Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T20:58:11.769Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:58:11.769Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T20:58:11.769Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:58:11.770Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:11.770Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:11.770Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432291769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:12.770Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T20:58:12.771Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T20:58:12.771Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:58:12.771Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:12.771Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:12.771Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432292770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:13.772Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:58:13.783Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:58:13.786Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:58:13.787Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:58:13.787Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:58:13.787Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:58:13.787Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:58:13.787Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:58:13.787Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:58:13.788Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:58:13.788Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:58:13.795Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:58:43.795Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:58:43.804Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T20:58:43.804Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T20:58:43.804Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T20:58:43.811Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:58:43.824Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T20:58:43.825Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T20:58:43.832Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:58:44.005Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T20:58:44.005Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:58:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[532576], x-aai-txid=[1-aai-resources-230321-20:58:42:786-79694], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:58:44.005Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:58:44.005Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:58:44.005Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:58:44.012Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T20:58:44.012Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:58:44.012Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:58:44.012Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:44.012Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:44.012Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432324012, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:58:45.032Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:58:45.033Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:58:45.033Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:45.033Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:45.033Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:45.033Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:46.034Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:46.034Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:46.034Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:46.034Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:47.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:47.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:47.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:47.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:48.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:48.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:48.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:48.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:49.038Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:49.038Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:49.038Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:49.039Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:49.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.178Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432280734, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:58:49.178Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.178Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:58:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:58:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432290087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:58:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432291769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T20:58:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432292770, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T20:58:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432324012, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:58:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:58:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T20:58:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T20:58:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:58:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:58:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:58:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:58:50.039Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:50.039Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:50.039Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:50.040Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:51.040Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:51.041Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:51.041Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:51.041Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:52.041Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:58:52.042Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:52.042Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:52.042Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:53.042Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T20:58:53.043Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:58:53.043Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T20:58:53.043Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T20:58:53.043Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:58:53.073Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:58:53.073Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:58:53.073Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:58:53.073Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:53.074Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:58:53.074Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:53.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T20:58:53.385Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T20:58:53.385Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:58:53.385Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:53.385Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T20:58:53.385Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:53.386Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:53.386Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432333385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:54.386Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:58:54.387Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:58:54.387Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:54.387Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:54.388Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:54.388Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:54.460Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7055817526952724415/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T20:58:55.000Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T20:58:55.001Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:58:55.001Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:55.001Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T20:58:55.001Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:55.001Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:55.001Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:55.001Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:55.001Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:55.001Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:55.001Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T20:58:55.001Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T20:58:55.001Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:55.002Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:55.003Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:55.003Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:55.003Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T20:58:55.003Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T20:58:55.003Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T20:58:55.039Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T20:58:55.039Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:58:55.039Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T20:58:55.039Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:58:55.039Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:55.040Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:55.040Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432335039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:56.040Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T20:58:56.040Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T20:58:56.040Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:58:56.041Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:58:56.041Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:58:56.041Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432336040, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:58:57.041Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:58:57.057Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:58:57.060Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:58:57.060Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:58:57.060Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:58:57.060Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:58:57.060Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:58:57.060Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:58:57.060Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:58:57.060Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:58:57.061Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:58:57.069Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:59:27.070Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T20:59:27.080Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T20:59:27.080Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T20:59:27.081Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T20:59:27.087Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T20:59:27.104Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T20:59:27.105Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7af4d010-47c4-4a98-93f9-b2d8b4f4016e], X-ECOMP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-TransactionId=[], X-ONAP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], Content-Type=[application/merge-patch+json]} 2023-03-21T20:59:27.110Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T20:59:27.251Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 20:59:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[237608], x-aai-txid=[2-aai-resources-230321-20:59:26:060-60031], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T20:59:27.251Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T20:59:27.251Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T20:59:27.252Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T20:59:27.252Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:59:27.261Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T20:59:27.261Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T20:59:27.261Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T20:59:27.261Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:27.261Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:27.261Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432367261, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:59:28.282Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T20:59:28.282Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T20:59:28.283Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:59:28.283Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:28.283Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:28.283Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:59:29.283Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:59:29.284Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:29.284Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:29.284Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:59:30.284Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:59:30.285Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:30.285Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:30.285Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:59:31.285Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:59:31.286Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:31.286Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:31.286Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:59:32.287Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:59:32.287Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:32.288Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:32.288Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:59:33.288Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:59:33.289Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:33.289Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:33.289Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:59:34.290Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:59:34.290Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:34.291Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:34.291Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:59:35.291Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:59:35.292Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:35.292Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:35.292Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:59:36.293Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:59:36.293Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:36.293Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:36.293Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T20:59:37.294Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T20:59:37.294Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:37.294Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:37.294Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:59:38.295Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T20:59:38.296Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T20:59:38.296Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T20:59:38.296Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T20:59:38.297Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T20:59:38.325Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T20:59:38.326Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:59:38.326Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T20:59:38.326Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T20:59:38.326Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T20:59:38.326Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:59:38.360Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T20:59:38.360Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1437def5 2023-03-21T20:59:38.360Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T20:59:38.361Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:59:38.361Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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 8b453f05-7c27-49e3-aaaa-250da7e35e19 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T20:59:38.361Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:59:38.361Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:59:38.361Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T20:59:38.362Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:38.362Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:38.362Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432378361, "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-21T20:59:39.363Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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:8b453f05-7c27-49e3-aaaa-250da7e35e19) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T20:59:39.398Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists 2023-03-21T20:59:39.398Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:59:39.398Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists) 2023-03-21T20:59:39.398Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:59:39.398Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:39.398Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:39.398Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432379398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:59:40.399Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:59:40.399Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists) 2023-03-21T20:59:40.400Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T20:59:40.400Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T20:59:40.400Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T20:59:40.400Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432380399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:59:41.401Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:59:41.417Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T20:59:41.419Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T20:59:41.419Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T20:59:41.419Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T20:59:41.419Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T20:59:41.419Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:59:41.420Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:59:41.420Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:59:41.420Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T20:59:41.420Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T20:59:41.429Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T20:59:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T20:59:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T20:59:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:59:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:59:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432333385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T20:59:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432335039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T20:59:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432336040, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T20:59:49.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.184Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432367261, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T20:59:49.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.184Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:59:49.185Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.185Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T20:59:49.185Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.185Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T20:59:49.185Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.186Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T20:59:49.186Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.186Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T20:59:49.186Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.186Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T20:59:49.187Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.187Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T20:59:49.187Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.187Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T20:59:49.187Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.188Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T20:59:49.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.188Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T20:59:49.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.188Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432378361, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T20:59:49.189Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.189Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432379398, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } 2023-03-21T20:59:49.189Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T20:59:49.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T20:59:49.189Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432380399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } 2023-03-21T20:59:49.189Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:00:11.430Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:00:11.438Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T21:00:11.438Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T21:00:11.439Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T21:00:11.445Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:00:11.457Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:00:11.457Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T21:00:11.473Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:00:11.613Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T21:00:11.613Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:00:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[274488], x-aai-txid=[1-aai-resources-230321-21:00:10:423-56621], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:00:11.613Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:00:11.615Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:00:11.615Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:00:11.619Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:00:11.619Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:00:11.620Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:00:11.620Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:11.620Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:11.620Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432411620, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:00:12.642Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:00:12.643Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:00:12.643Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:12.643Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:12.643Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:12.643Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:00:13.644Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:13.644Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:13.644Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:13.644Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:00:14.644Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:14.645Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:14.645Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:14.645Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:00:15.646Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:15.647Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:15.647Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:15.647Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:00:16.648Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:16.649Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:16.649Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:16.649Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:00:17.650Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:17.650Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:17.650Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:17.650Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:00:18.651Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:18.651Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:18.651Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:18.651Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:00:19.652Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:19.652Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:19.652Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:19.653Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:00:20.653Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T21:00:20.654Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:00:20.654Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T21:00:20.654Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:00:20.654Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:00:20.682Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:00:20.683Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:00:20.683Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:00:20.683Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T21:00:20.683Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:00:20.683Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T21:00:20.707Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:00:20.707Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1977a462 2023-03-21T21:00:20.707Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:00:20.708Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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": [ "BasicVmMacro" ] } } } 2023-03-21T21:00:20.708Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ebe5950d-5230-4fd7-b91c-10040c72a7c9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:00:20.708Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:00:20.708Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:00:20.708Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:00:20.708Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:20.708Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:20.708Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432420708, "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-21T21:00:21.709Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:ebe5950d-5230-4fd7-b91c-10040c72a7c9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:00:21.734Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists 2023-03-21T21:00:21.735Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:00:21.735Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists) 2023-03-21T21:00:21.735Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:00:21.735Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:21.735Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:21.735Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432421735, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:00:22.736Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:00:22.736Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists) 2023-03-21T21:00:22.736Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:00:22.737Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:22.737Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:22.737Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432422736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:00:23.737Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:00:23.748Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:00:23.750Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:00:23.750Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:00:23.750Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:00:23.750Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:00:23.750Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:00:23.750Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:00:23.751Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:00:23.751Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:00:23.751Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:00:23.755Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:00:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:00:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:00:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432411620, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:00:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:00:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:00:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:00:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:00:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:00:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432420708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432421735, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:00:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432422736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } 2023-03-21T21:00:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:00:53.757Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:00:53.765Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T21:00:53.765Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T21:00:53.765Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T21:00:53.769Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:00:53.783Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T21:00:53.783Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d44b67af-c4ef-4db8-b117-bec939574723], X-ECOMP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-TransactionId=[], X-ONAP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], Content-Type=[application/merge-patch+json]} 2023-03-21T21:00:53.790Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:00:53.937Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:00:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[225360], x-aai-txid=[2-aai-resources-230321-21:00:52:739-18860], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:00:53.937Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:00:53.938Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T21:00:53.939Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:00:53.940Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:00:53.949Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:00:53.949Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:00:53.950Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:00:53.950Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:53.950Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:53.950Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432453949, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:00:54.973Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:00:54.974Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:00:54.974Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:54.974Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:54.974Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:54.975Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:00:55.976Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:55.976Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:55.976Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:55.976Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:00:56.977Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:56.977Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:56.977Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:56.977Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:00:57.978Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:57.979Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:57.979Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:57.979Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:00:58.980Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:58.980Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:58.980Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:58.980Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:00:59.981Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:00:59.981Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:00:59.981Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:00:59.981Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:01:00.982Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:01:00.982Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:00.982Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:00.982Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:01:01.983Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:01:01.983Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:01.983Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:01.983Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:01:02.983Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:01:02.984Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:02.984Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:02.984Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:01:03.985Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T21:01:03.985Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:01:03.985Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T21:01:03.985Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:01:03.986Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:01:04.017Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:01:04.017Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:01:04.017Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:01:04.017Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:01:04.017Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:01:04.017Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:01:04.037Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:01:04.037Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@38e4d069 2023-03-21T21:01:04.037Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:01:04.037Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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": [ "TestPnfMacro" ] } } } 2023-03-21T21:01:04.037Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5dee975a-7f55-4449-a1f5-aa20456c8216 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:01:04.038Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:01:04.038Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:01:04.038Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:01:04.038Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:04.038Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:04.038Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432464038, "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-21T21:01:05.039Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:5dee975a-7f55-4449-a1f5-aa20456c8216) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:01:05.069Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists 2023-03-21T21:01:05.069Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:01:05.069Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists) 2023-03-21T21:01:05.069Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:01:05.069Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:05.069Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:05.069Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432465069, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:01:06.070Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:01:06.070Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists) 2023-03-21T21:01:06.070Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:01:06.070Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:06.071Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:06.071Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432466070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:01:07.071Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:01:07.088Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:01:07.090Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:01:07.091Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:01:07.091Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:01:07.091Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:01:07.091Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:01:07.091Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:01:07.091Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:01:07.091Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:01:07.091Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:01:07.099Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:01:37.099Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:01:37.107Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T21:01:37.107Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T21:01:37.108Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T21:01:37.112Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:01:37.150Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:01:37.151Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T21:01:37.156Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:01:37.296Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T21:01:37.296Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:01:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[208944], x-aai-txid=[0-aai-resources-230321-21:01:36:114-27978], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:01:37.297Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:01:37.297Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:01:37.297Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:01:37.307Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:01:37.307Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:01:37.307Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:01:37.307Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:37.307Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:37.307Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432497307, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:01:38.321Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:01:38.321Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"1730a31c-6753-4a08-aae8-7d58b8d7d655","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"27f5ccc4-d817-4ebf-a428-29d3f28c84e2","serviceDescription":"service","serviceInvariantUUID":"680439e8-559c-47b7-bba9-2cf929a66403","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c","resourceInvariantUUID":"1576bb0a-57a7-4a23-b6a6-5bc6e281ec29","resourceCustomizationUUID":"0da37cbb-9241-40a0-92d9-f83c9e0485cf","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":"MzA3MDVjZmRmYzk1MDQ0YWI4ZGZjNjJmZTE5NWJlYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad5ab004-4bee-4c36-8d08-1dc1195c8e46","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":"979932fe-7833-4694-ae40-a97babb6e0b6","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":"7becd4ac-55ee-4f1e-93b6-9aca58fa737b","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":"OGEzYjk5NTI2NWEyNzc1MGVmOTQ5NmU0NjMyNGY5ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02a28dd9-3085-441c-9216-4ea63ea6fb65","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":"486b77b3-c771-408b-821c-2aeaa75eae2b","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":"df687656-0f60-4963-8316-5e6b16dd94ac","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":"a1a01667-0052-41b8-ad9d-8b227f9192f1","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":"NzZkOGI0N2U3MTJhYzMxM2YzNWNhYTAxYmUxMGZjZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"328f3a88-98bc-44ba-9e1c-ee0ba24c47dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"955effc8-3820-4d7a-8b91-f129e875b6b9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:01:38.322Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:01:38.322Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:38.323Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:38.323Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:01:39.323Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:01:39.324Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:39.324Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:39.324Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:01:40.325Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:01:40.326Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:40.326Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:40.326Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:01:41.327Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:01:41.327Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:41.327Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:41.327Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:01:42.329Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:01:42.329Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:42.329Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:42.329Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:01:43.330Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:01:43.331Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:43.331Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:43.331Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:01:44.333Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:01:44.333Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:44.333Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:44.333Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:01:45.334Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:01:45.335Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:45.335Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:45.335Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "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-21T21:01:46.335Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:01:46.336Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:46.336Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:46.336Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:01:47.337Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "27f5ccc4-d817-4ebf-a428-29d3f28c84e2", "serviceDescription": "service", "serviceInvariantUUID": "680439e8-559c-47b7-bba9-2cf929a66403", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0da37cbb-9241-40a0-92d9-f83c9e0485cf", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c", "resourceInvariantUUID": "1576bb0a-57a7-4a23-b6a6-5bc6e281ec29", "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": "YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "955effc8-3820-4d7a-8b91-f129e875b6b9" } ], "workloadContext": "Production" } 2023-03-21T21:01:47.337Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:01:47.337Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC 2023-03-21T21:01:47.337Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1730a31c-6753-4a08-aae8-7d58b8d7d655 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ServiceInvariantUUID:680439e8-559c-47b7-bba9-2cf929a66403 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:955effc8-3820-4d7a-8b91-f129e875b6b9 ArtifactChecksum:YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0da37cbb-9241-40a0-92d9-f83c9e0485cf ResourceInvariantUUID:1576bb0a-57a7-4a23-b6a6-5bc6e281ec29 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:01:47.337Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T21:01:47.368Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:01:47.368Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:01:47.368Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:01:47.368Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:01:47.368Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:01:47.368Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:01:47.385Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:01:47.385Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@700cae84 2023-03-21T21:01:47.386Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:01:47.386Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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": [ "TestPnfMacro" ] } } } 2023-03-21T21:01:47.386Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 955effc8-3820-4d7a-8b91-f129e875b6b9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:01:47.386Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:01:47.386Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:01:47.386Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:01:47.386Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:47.386Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:47.386Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432507386, "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-21T21:01:48.387Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:955effc8-3820-4d7a-8b91-f129e875b6b9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T21:01:48.417Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:01:48.417Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T21:01:48.431Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:01:48.447Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c test-pnf 2023-03-21T21:01:48.447Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T21:01:48.447Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T21:01:48.447Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c 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-21T21:01:48.453Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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$$2da00d2a.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-21T21:01:48.464Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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$$2da00d2a.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-21T21:01:48.468Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c 0 ASDC deployResourceStructure 2023-03-21T21:01:48.469Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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$$2da00d2a.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-21T21:01:48.469Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:01:48.469Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:01:48.469Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:01:48.469Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:01:48.469Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:01:48.469Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432508469, "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-21T21:01:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:01:49.172Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version120: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version121: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-21T21:01:49.186Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:01:49.187Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:01:49.190Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:01:49.191Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 42: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:01:49.204Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:01:49.205Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:01:49.205Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:01:49.208Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:01:49.209Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:01:49.209Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:01:49.209Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1670, offsetEpoch=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-21T21:01:49.209Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:01:49.209Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:01:49.470Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:01:49.485Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:01:49.488Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:01:49.488Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:01:49.488Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:01:49.488Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:01:49.488Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:01:49.489Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:01:49.489Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:01:49.489Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T21:01:49.489Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:01:49.494Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:01:50.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.226Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432453949, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:01:50.226Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.227Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.228Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.228Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.228Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.229Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.229Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.229Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:01:50.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.230Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432464038, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:01:50.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.230Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432465069, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } 2023-03-21T21:01:50.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.231Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432466070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } 2023-03-21T21:01:50.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.231Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432497307, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:01:50.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.231Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.232Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.232Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.232Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.234Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.234Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:01:50.234Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.234Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679431838792, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:01:50.234Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.235Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432507386, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:01:50.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:01:50.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:01:50.235Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432508469, "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-21T21:01:50.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:02:19.495Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:02:19.503Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and serviceModelVersionId: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T21:02:19.503Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 680439e8-559c-47b7-bba9-2cf929a66403 2023-03-21T21:02:19.504Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 2023-03-21T21:02:19.510Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:02:19.522Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:02:19.523Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||Invoke 2023-03-21T21:02:19.529Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T21:02:19.668Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||InvokeReturn 2023-03-21T21:02:19.669Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:02:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[594016], x-aai-txid=[2-aai-resources-230321-21:02:18:478-54282], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:02:19.669Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:02:19.670Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:02:19.670Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:02:19.681Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:02:19.681Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1730a31c-6753-4a08-aae8-7d58b8d7d655 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T21:02:19.681Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:02:19.681Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:02:19.681Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:02:19.681Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432539681, "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-21T21:02:20.700Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T21:02:20.700Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T21:02:20.702Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-21T21:02:20.703Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cancelled in-flight METADATA request with correlation id 148968 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-21T21:02:20.703Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-21T21:02:20.704Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:02:20.704Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:02:20.704Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:02:20.705Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T21:02:20.708Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c7d880df-78f5-403d-bf46-52fac24762fc 2023-03-21T21:02:20.709Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:02:20.709Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:02:20.709Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T21:02:22.408Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:02:25.416Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:02:28.426Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:02:31.439Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:02:34.451Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:02:37.459Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:02:40.469Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:02:43.477Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:02:46.485Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:02:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:02:49.186Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:02:49.186Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:02:49.191Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:02:49.191Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c7d880df-78f5-403d-bf46-52fac24762fc', protocol='range'} 2023-03-21T21:02:49.196Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:02:49.196Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:02:49.196Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:02:49.197Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:02:49.197Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:02:49.197Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:02:49.197Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 43: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c7d880df-78f5-403d-bf46-52fac24762fc=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:02:49.212Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c7d880df-78f5-403d-bf46-52fac24762fc', protocol='range'} 2023-03-21T21:02:49.213Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:02:49.213Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:02:49.213Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:02:49.213Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:02:49.213Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:02:49.216Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:02:49.216Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:02:49.217Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:02:49.217Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:02:49.217Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:02:49.217Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:02:49.217Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:02:49.217Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:02:49.217Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1695, offsetEpoch=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-21T21:02:49.217Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:02:49.217Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:02:49.218Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:02:50.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:02:50.234Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432539681, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T21:02:50.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:02:50.276Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:02:50.277Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:02:50.279Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:02:50.279Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:02:50.279Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:02:50.279Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:02:51.280Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:02:51.280Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:02:51.281Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:02:51.281Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:02:52.281Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:02:52.281Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:02:52.281Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:02:52.281Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:02:53.282Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:02:53.282Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:02:53.283Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:02:53.283Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:02:54.283Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:02:54.284Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:02:54.284Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:02:54.284Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:02:55.284Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:02:55.285Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:02:55.285Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:02:55.285Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:02:56.285Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:02:56.286Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:02:56.286Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:02:56.286Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:02:57.286Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T21:02:57.287Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:02:57.287Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T21:02:57.287Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:02:57.287Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:02:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:02:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:02:57.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:02:57.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T21:02:57.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:02:57.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T21:02:57.346Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:02:57.347Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@555c98ca 2023-03-21T21:02:57.347Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:02:57.347Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T21:02:57.347Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:02:57.347Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T21:02:57.347Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T21:02:57.347Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:02:57.347Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:02:57.347Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:02:57.347Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432577347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:02:58.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T21:02:58.369Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:02:58.370Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T21:02:58.374Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T21:02:58.374Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T21:02:58.374Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T21:02:58.375Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:02:58.375Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T21:02:58.395Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:02:58.395Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5a659e 2023-03-21T21:02:58.395Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:02:58.395Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T21:02:58.396Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:02:58.396Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T21:02:58.396Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T21:02:58.396Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:02:58.396Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:02:58.396Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:02:58.396Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432578396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:02:59.397Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T21:02:59.397Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:02:59.415Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:02:59.419Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:02:59.419Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:03:29.419Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:03:29.436Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:03:29.439Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:03:29.439Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:03:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:03:49.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:03:49.173Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:03:49.173Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:03:59.439Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:03:59.456Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:03:59.458Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:03:59.459Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:04:29.459Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:04:29.473Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:04:29.475Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:04:29.475Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:04:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:04:49.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:04:49.173Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:04:49.173Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:04:49.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:04:49.175Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432577347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:04:49.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:04:49.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:04:49.175Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432578396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:04:49.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:04:59.475Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:04:59.488Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:04:59.490Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:04:59.490Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:05:29.490Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:05:29.508Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:05:29.511Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:05:29.511Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:05:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:05:59.512Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:05:59.528Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:05:59.530Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:05:59.530Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:06:29.531Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:06:29.547Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:06:29.550Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:06:29.550Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:06:49.173Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:06:59.550Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:06:59.565Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:06:59.568Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:06:59.568Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:07:29.568Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:07:29.582Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:07:29.584Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:07:29.584Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:07:49.173Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:07:50.316Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:07:50.317Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-c7d880df-78f5-403d-bf46-52fac24762fc 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-21T21:07:50.317Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T21:07:50.317Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T21:07:52.796Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:07:52.810Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:07:52.810Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:07:52.815Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:07:52.815Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 44: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:07:52.828Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:07:52.828Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:07:52.829Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:07:52.831Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:07:52.831Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:07:52.831Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:07:52.831Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1705, offsetEpoch=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-21T21:07:52.831Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:07:52.831Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:07:59.585Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T21:07:59.585Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:07:59.593Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T21:07:59.594Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T21:07:59.594Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T21:07:59.599Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:07:59.611Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T21:07:59.611Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0675d89a-f5ba-4fbe-aaa4-cc508b66f2de], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T21:07:59.617Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T21:07:59.774Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:07:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[196672], x-aai-txid=[2-aai-resources-230321-21:07:58:563-5708], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:07:59.775Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:07:59.775Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T21:07:59.776Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:07:59.776Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:07:59.787Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:07:59.787Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T21:07:59.787Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T21:07:59.787Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:07:59.787Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:07:59.787Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432879787, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:07:59.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:07:59.805Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679432879787, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T21:07:59.807Z||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-21T21:08:00.806Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:08:00.806Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:08:00.806Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:08:00.807Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:00.807Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:00.807Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:08:01.807Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:08:01.807Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:01.808Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:01.808Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:08:02.808Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T21:08:02.808Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:08:02.808Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T21:08:02.809Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T21:08:02.809Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:08:02.831Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:08:02.832Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:08:02.832Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:08:02.832Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T21:08:02.832Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:08:02.832Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:08:02.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:08:02.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5d2b0d1a 2023-03-21T21:08:02.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:08:02.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:08:02.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:08:02.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:08:02.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:08:02.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:08:02.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:02.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:02.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432882859, "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-21T21:08:03.861Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:08:03.892Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T21:08:03.892Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:08:03.892Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T21:08:03.892Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:08:03.892Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:03.892Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:03.892Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432883892, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:08:04.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:08:04.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T21:08:04.894Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:08:04.894Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:04.894Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:04.894Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432884893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:08:05.895Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:08:05.908Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:08:05.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:08:05.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:08:05.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:08:05.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:08:05.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:08:05.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:08:05.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:08:05.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:08:05.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:08:05.915Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:08:35.915Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:08:35.921Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T21:08:35.921Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T21:08:35.922Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T21:08:35.925Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:08:35.940Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T21:08:35.940Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c7f0f794-4df8-46c5-89be-ade91b3e71aa], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T21:08:35.948Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:08:36.080Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:08:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[495712], x-aai-txid=[1-aai-resources-230321-21:08:34:894-46789], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:08:36.080Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:08:36.081Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T21:08:36.081Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:08:36.081Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:08:36.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:08:36.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:08:36.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:08:36.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:36.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:36.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432916092, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:08:37.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:08:37.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:08:37.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:08:37.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:37.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:37.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:08:38.115Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:08:38.116Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:38.116Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:38.116Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:08:39.122Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:08:39.122Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:39.122Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:39.123Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:08:40.123Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:08:40.124Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:40.124Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:40.124Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:08:41.125Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:08:41.126Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:41.126Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:41.126Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:08:42.128Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:08:42.128Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:42.128Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:42.128Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:08:43.128Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:08:43.129Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:43.129Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:43.129Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:08:44.130Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T21:08:44.130Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:08:44.130Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T21:08:44.130Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:08:44.130Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:08:44.161Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:08:44.161Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:08:44.161Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:08:44.161Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T21:08:44.161Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:08:44.161Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:08:44.182Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:08:44.182Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1858e066 2023-03-21T21:08:44.182Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:08:44.182Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:08:44.182Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:08:44.183Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:08:44.183Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:08:44.183Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:08:44.183Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:44.183Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:44.183Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432924183, "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-21T21:08:45.183Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:08:45.217Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T21:08:45.218Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:08:45.218Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T21:08:45.218Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:08:45.218Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:45.218Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:45.218Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432925218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:08:46.219Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:08:46.219Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T21:08:46.219Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:08:46.219Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:08:46.220Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:08:46.220Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432926219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:08:47.220Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:08:47.231Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:08:47.233Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:08:47.234Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:08:47.234Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:08:47.234Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:08:47.234Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:08:47.234Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:08:47.234Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:08:47.234Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:08:47.234Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:08:47.236Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:08:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:08:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:08:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:08:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432882859, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:08:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432883892, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T21:08:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432884893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T21:08:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679432916092, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:08:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:08:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:08:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T21:08:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:08:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T21:08:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:08:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:08:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432924183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:08:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432925218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T21:08:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:08:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:08:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432926219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T21:08:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:09:17.237Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:09:17.246Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T21:09:17.247Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T21:09:17.247Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T21:09:17.253Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:09:17.263Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:09:17.264Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T21:09:17.272Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:09:17.408Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T21:09:17.408Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:09:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[180304], x-aai-txid=[2-aai-resources-230321-21:09:16:217-55970], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:09:17.408Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:09:17.408Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:09:17.409Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:09:17.419Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:09:17.419Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:09:17.419Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:09:17.420Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:09:17.420Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:09:17.420Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432957419, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:09:18.439Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:09:18.439Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:09:18.440Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:09:18.440Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:09:18.440Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:09:18.440Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:09:19.441Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:09:19.441Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:09:19.441Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:09:19.441Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:09:20.442Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:09:20.442Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:09:20.442Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:09:20.442Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:09:21.442Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:09:21.443Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:09:21.443Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:09:21.443Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:09:22.443Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:09:22.444Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:09:22.444Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:09:22.444Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:09:23.444Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:09:23.444Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:09:23.444Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:09:23.444Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:09:24.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:09:24.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:09:24.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:09:24.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:09:25.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:09:25.446Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:09:25.446Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:09:25.446Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:09:26.447Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T21:09:26.447Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:09:26.447Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T21:09:26.447Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:09:26.448Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:09:26.465Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:09:26.465Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:09:26.465Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:09:26.465Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:26.466Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:09:26.466Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:26.739Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:09:26.741Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T21:09:26.741Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T21:09:26.741Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:26.741Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:09:26.741Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:09:26.741Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:09:26.741Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432966741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:09:27.742Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:09:27.742Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:09:27.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:27.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:27.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:27.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:27.814Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7217572466374800893/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T21:09:28.414Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:09:28.414Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:09:28.414Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:28.415Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:09:28.415Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:28.415Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:28.415Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:28.415Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:28.415Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:28.415Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:28.415Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:09:28.415Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:09:28.415Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:09:28.415Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:09:28.416Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T21:09:28.416Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:09:28.416Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:09:28.416Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:09:28.416Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:09:28.416Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T21:09:28.416Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:09:28.416Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:09:28.416Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:09:28.416Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:09:28.416Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:09:28.416Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:09:28.417Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:09:28.417Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:09:28.417Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:09:28.418Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:09:28.418Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:09:28.418Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:09:28.418Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T21:09:28.455Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T21:09:28.455Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T21:09:28.455Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T21:09:28.455Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:09:28.456Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:09:28.456Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:09:28.456Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432968455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:09:29.456Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T21:09:29.457Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T21:09:29.457Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:09:29.457Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:09:29.457Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:09:29.457Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432969456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:09:30.458Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:09:30.468Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:09:30.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:09:30.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:09:30.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:09:30.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:09:30.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:09:30.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:09:30.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:09:30.470Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:09:30.470Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T21:09:30.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:09:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:09:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:09:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679432957419, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:09:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:09:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:09:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:09:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:09:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:09:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:09:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:09:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:09:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:09:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:09:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:09:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:09:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:09:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:09:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:09:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:09:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:09:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:09:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:09:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:09:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:09:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:09:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:09:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:09:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:09:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:09:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432966741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:09:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:09:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:09:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432968455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T21:09:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:09:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T21:09:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679432969456, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T21:09:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:00.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:10:00.479Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T21:10:00.479Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T21:10:00.480Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T21:10:00.483Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:10:00.496Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:10:00.497Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T21:10:00.499Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:10:00.634Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T21:10:00.634Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:09:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[155696], x-aai-txid=[1-aai-resources-230321-21:09:59:444-83889], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:10:00.634Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:10:00.634Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:10:00.634Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T21:10:00.648Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T21:10:00.648Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:10:00.648Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:10:00.648Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:00.649Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:00.649Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433000648, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:10:01.670Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:10:01.670Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:10:01.671Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:01.671Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:01.671Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:01.671Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:02.672Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:02.672Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:02.672Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:02.672Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:03.673Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:03.673Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:03.673Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:03.673Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:04.674Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:04.674Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:04.674Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:04.674Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:05.675Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:05.675Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:05.675Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:05.676Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:06.677Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:06.677Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:06.677Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:06.677Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:07.678Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:07.678Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:07.678Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:07.678Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:08.680Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:08.680Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:08.680Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:08.681Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:09.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T21:10:09.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:10:09.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T21:10:09.682Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:10:09.682Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:10:09.711Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:10:09.712Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:10:09.712Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:10:09.712Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:09.712Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:10:09.712Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:10.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:10:10.020Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T21:10:10.021Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T21:10:10.021Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:10.021Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:10:10.021Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:10.021Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:10.021Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433010021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:11.022Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:10:11.022Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:10:11.023Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:11.023Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:11.023Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:11.024Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:11.096Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1628292055731042818/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T21:10:11.671Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:10:11.672Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:10:11.672Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:11.672Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:10:11.672Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:11.672Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:11.672Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:11.672Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:11.672Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:11.672Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:11.673Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:10:11.673Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:10:11.673Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:11.673Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:11.673Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T21:10:11.673Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:10:11.673Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:10:11.673Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:11.673Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:11.673Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T21:10:11.673Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:10:11.674Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:10:11.674Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:11.674Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:11.674Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:11.674Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:11.674Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:11.674Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:11.674Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:11.674Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:11.674Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:11.674Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:11.675Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T21:10:11.704Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T21:10:11.705Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T21:10:11.705Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T21:10:11.705Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:10:11.705Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:11.705Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:11.705Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433011705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:12.706Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T21:10:12.706Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T21:10:12.706Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:10:12.706Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:12.706Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:12.707Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433012705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:13.707Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:10:13.717Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:10:13.719Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:10:13.719Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:10:13.719Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:10:13.719Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:10:13.719Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:10:13.719Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:10:13.719Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:10:13.719Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:10:13.719Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:10:13.725Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:10:43.726Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:10:43.731Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T21:10:43.732Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T21:10:43.732Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T21:10:43.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:10:43.752Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T21:10:43.752Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[96c7c805-00ae-4578-8935-9187fa738764], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T21:10:43.760Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:10:44.016Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:10:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[252], vertex-id=[532576], x-aai-txid=[2-aai-resources-230321-21:10:42:705-47120], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:10:44.017Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:10:44.017Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T21:10:44.018Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:10:44.019Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:10:44.024Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:10:44.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:10:44.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:10:44.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:44.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:44.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433044025, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:10:45.041Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:10:45.042Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:10:45.042Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:45.042Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:45.042Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:45.042Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:46.043Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:46.043Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:46.043Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:46.043Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:47.043Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:47.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:47.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:47.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:48.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:48.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:48.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:48.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:49.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:49.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:49.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:49.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433000648, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:10:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:10:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433010021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433011705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433012705, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433044025, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:10:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:10:50.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:50.047Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:50.047Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:50.047Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:51.047Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:51.048Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:51.048Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:51.048Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:52.048Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:10:52.048Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:52.048Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:52.048Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:53.049Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T21:10:53.049Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:10:53.049Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T21:10:53.050Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:10:53.050Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:10:53.081Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:10:53.081Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:10:53.081Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:10:53.081Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:53.081Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:10:53.081Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:53.356Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:10:53.358Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T21:10:53.358Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T21:10:53.358Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:53.358Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:10:53.359Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:53.359Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:53.359Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433053358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:54.359Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:10:54.360Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:10:54.360Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:54.360Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:54.361Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:54.361Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:54.449Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17667994013412682338/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:10:54.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:10:54.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T21:10:55.019Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T21:10:55.019Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T21:10:55.020Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T21:10:55.020Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:10:55.020Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:55.021Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:55.021Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433055019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:56.022Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T21:10:56.022Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T21:10:56.022Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:10:56.023Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:10:56.023Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:10:56.023Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433056022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:10:57.023Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:10:57.037Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:10:57.040Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:10:57.040Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:10:57.040Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:10:57.040Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:10:57.040Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:10:57.040Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:10:57.040Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:10:57.041Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:10:57.041Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T21:10:57.048Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:11:27.048Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:11:27.056Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T21:11:27.056Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T21:11:27.056Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T21:11:27.062Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:11:27.073Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:11:27.074Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T21:11:27.079Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:11:27.223Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T21:11:27.223Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:11:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[237608], x-aai-txid=[0-aai-resources-230321-21:11:26:024-92371], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:11:27.223Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:11:27.224Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:11:27.224Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T21:11:27.232Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T21:11:27.233Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:11:27.233Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:11:27.233Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:27.233Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:27.233Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433087233, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:11:28.253Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:11:28.253Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:11:28.253Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:11:28.253Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:28.253Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:28.254Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:11:29.254Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:11:29.254Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:29.254Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:29.254Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:11:30.255Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:11:30.255Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:30.255Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:30.255Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:11:31.256Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:11:31.256Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:31.256Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:31.256Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:11:32.257Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:11:32.257Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:32.258Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:32.258Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:11:33.258Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:11:33.259Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:33.259Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:33.259Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:11:34.260Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:11:34.260Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:34.261Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:34.261Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:11:35.262Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:11:35.262Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:35.262Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:35.262Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:11:36.263Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:11:36.264Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:36.264Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:36.264Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:11:37.265Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:11:37.265Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:37.265Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:37.265Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:11:38.266Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T21:11:38.266Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:11:38.267Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T21:11:38.267Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:11:38.267Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:11:38.290Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:11:38.291Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:11:38.291Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:11:38.291Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T21:11:38.291Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:11:38.291Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:11:38.319Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:11:38.319Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2f909dc2 2023-03-21T21:11:38.319Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:11:38.319Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:11:38.319Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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 8b453f05-7c27-49e3-aaaa-250da7e35e19 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:11:38.320Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:11:38.320Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:11:38.320Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:11:38.320Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:38.320Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:38.320Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433098320, "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-21T21:11:39.321Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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:8b453f05-7c27-49e3-aaaa-250da7e35e19) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:11:39.358Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists 2023-03-21T21:11:39.359Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:11:39.359Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists) 2023-03-21T21:11:39.359Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:11:39.359Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:39.360Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:39.360Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433099359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:11:40.361Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:11:40.361Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists) 2023-03-21T21:11:40.361Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:11:40.361Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:11:40.361Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:11:40.361Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433100361, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:11:41.362Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:11:41.383Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:11:41.389Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:11:41.389Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:11:41.389Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:11:41.389Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:11:41.389Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:11:41.389Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:11:41.389Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:11:41.389Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:11:41.389Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:11:41.393Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:11:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:11:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:11:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433053358, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433055019, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433056022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433087233, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:11:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T21:11:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "policy-distribution-id", "timestamp": 1679433060198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "multicloud-k8s", "timestamp": 1679433087698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "aai-model-loader", "timestamp": 1679433081160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "cds-sdc-listener", "timestamp": 1679433088709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "ves-openapi-manager", "timestamp": 1679433088416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679433084451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T21:11:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "multicloud-k8s", "timestamp": 1679433087698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "policy-distribution-id", "timestamp": 1679433060198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "ves-openapi-manager", "timestamp": 1679433088416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "aai-model-loader", "timestamp": 1679433081160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "cds-sdc-listener", "timestamp": 1679433088709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679433084451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T21:11:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "policy-distribution-id", "timestamp": 1679433060198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "ves-openapi-manager", "timestamp": 1679433088416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "multicloud-k8s", "timestamp": 1679433087698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "aai-model-loader", "timestamp": 1679433081160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "cds-sdc-listener", "timestamp": 1679433088709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679433084451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "multicloud-k8s", "timestamp": 1679433087698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "ves-openapi-manager", "timestamp": 1679433088416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "cds-sdc-listener", "timestamp": 1679433088709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "aai-model-loader", "timestamp": 1679433081160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "policy-distribution-id", "timestamp": 1679433060198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679433084451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "multicloud-k8s", "timestamp": 1679433087698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "ves-openapi-manager", "timestamp": 1679433088416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "policy-distribution-id", "timestamp": 1679433060198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "aai-model-loader", "timestamp": 1679433081160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "cds-sdc-listener", "timestamp": 1679433088709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679433084451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "cds-sdc-listener", "timestamp": 1679433088709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "policy-distribution-id", "timestamp": 1679433060198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "multicloud-k8s", "timestamp": 1679433087698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "ves-openapi-manager", "timestamp": 1679433088416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "aai-model-loader", "timestamp": 1679433081160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679433084451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "multicloud-k8s", "timestamp": 1679433087698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "ves-openapi-manager", "timestamp": 1679433088416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "policy-distribution-id", "timestamp": 1679433060198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "cds-sdc-listener", "timestamp": 1679433088709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "aai-model-loader", "timestamp": 1679433081160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679433084451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433098320, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "policy-distribution-id", "timestamp": 1679433060198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "ves-openapi-manager", "timestamp": 1679433088416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "multicloud-k8s", "timestamp": 1679433087698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "cds-sdc-listener", "timestamp": 1679433088709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "aai-model-loader", "timestamp": 1679433081160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679433084451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433099359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } 2023-03-21T21:11:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "ves-openapi-manager", "timestamp": 1679433088416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:11:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "policy-distribution-id", "timestamp": 1679433060198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "multicloud-k8s", "timestamp": 1679433087698, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "cds-sdc-listener", "timestamp": 1679433088709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "aai-model-loader", "timestamp": 1679433081160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679433084451, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433100361, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "cds-sdc-listener", "timestamp": 1679433099868, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.197Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "policy-distribution-id", "timestamp": 1679433099314, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:11:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "aai-model-loader", "timestamp": 1679433099746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:11:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679433099725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:11:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "policy-distribution-id", "timestamp": 1679433100318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T21:11:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "policy-distribution-id", "timestamp": 1679433101320, "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-21T21:11:49.224Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be804afb-371a-4e4a-b452-fe3d631d4d8a 2023-03-21T21:11:49.224Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be804afb-371a-4e4a-b452-fe3d631d4d8a 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-21T21:11:49.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679433101404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T21:11:49.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679433102407, "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-21T21:11:49.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be804afb-371a-4e4a-b452-fe3d631d4d8a 2023-03-21T21:11:49.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be804afb-371a-4e4a-b452-fe3d631d4d8a 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-21T21:11:49.255Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.255Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "aai-model-loader", "timestamp": 1679433103147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T21:11:49.255Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:11:49.255Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:11:49.255Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "aai-model-loader", "timestamp": 1679433104149, "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-21T21:11:49.261Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be804afb-371a-4e4a-b452-fe3d631d4d8a 2023-03-21T21:11:49.261Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId be804afb-371a-4e4a-b452-fe3d631d4d8a 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-21T21:12:11.394Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:12:11.401Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T21:12:11.401Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T21:12:11.402Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T21:12:11.408Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:12:11.418Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:12:11.420Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T21:12:11.425Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:12:11.571Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T21:12:11.573Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:12:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[274488], x-aai-txid=[1-aai-resources-230321-21:12:10:372-19165], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:12:11.573Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:12:11.574Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:12:11.575Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:12:11.581Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:12:11.581Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:12:11.581Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:12:11.581Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:11.581Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:11.581Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433131581, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:12:12.603Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:12:12.603Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:12:12.603Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:12.603Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:12.603Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:12.603Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:12:13.605Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:13.605Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:13.605Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:13.605Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:12:14.606Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:14.606Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:14.606Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:14.606Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:12:15.608Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:15.608Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:15.608Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:15.609Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:12:16.610Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:16.611Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:16.611Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:16.611Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:12:17.612Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:17.613Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:17.613Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:17.613Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:12:18.614Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:18.614Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:18.615Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:18.615Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:12:19.615Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:19.616Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:19.616Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:19.616Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:12:20.617Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T21:12:20.617Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:12:20.617Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T21:12:20.618Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:12:20.618Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:12:20.634Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:12:20.635Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:12:20.635Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:12:20.635Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T21:12:20.635Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:12:20.635Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T21:12:20.658Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:12:20.658Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@374cf25c 2023-03-21T21:12:20.658Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:12:20.659Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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": [ "BasicVmMacro" ] } } } 2023-03-21T21:12:20.659Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ebe5950d-5230-4fd7-b91c-10040c72a7c9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:12:20.659Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:12:20.659Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:12:20.659Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:12:20.659Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:20.659Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:20.659Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433140659, "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-21T21:12:21.660Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:ebe5950d-5230-4fd7-b91c-10040c72a7c9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:12:21.680Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists 2023-03-21T21:12:21.680Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:12:21.680Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists) 2023-03-21T21:12:21.680Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:12:21.681Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:21.681Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:21.681Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433141680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:12:22.681Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:12:22.682Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists) 2023-03-21T21:12:22.682Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:12:22.682Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:22.682Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:22.682Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433142681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:12:23.682Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:12:23.700Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:12:23.701Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:12:23.701Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:12:23.701Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:12:23.701Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:12:23.702Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:12:23.702Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:12:23.702Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:12:23.702Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:12:23.702Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:12:23.707Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:12:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:12:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:12:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433131581, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:12:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:12:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:12:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:12:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:12:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:12:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433140659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433141680, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } 2023-03-21T21:12:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:12:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:12:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433142681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } 2023-03-21T21:12:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:12:53.707Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:12:53.713Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T21:12:53.713Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T21:12:53.714Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T21:12:53.717Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:12:53.727Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T21:12:53.727Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ebad44d3-80f0-472f-aa1b-ffaf0c94cbca], X-ECOMP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-TransactionId=[], X-ONAP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], Content-Type=[application/merge-patch+json]} 2023-03-21T21:12:53.734Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:12:53.866Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:12:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[225360], x-aai-txid=[2-aai-resources-230321-21:12:52:678-1943], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:12:53.867Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:12:53.867Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T21:12:53.867Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:12:53.868Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:12:53.874Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:12:53.874Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:12:53.874Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:12:53.875Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:53.875Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:53.875Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433173874, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:12:54.890Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:12:54.890Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:12:54.890Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:54.890Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:54.890Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:54.891Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:12:55.891Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:55.892Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:55.892Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:55.892Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:12:56.893Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:56.893Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:56.893Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:56.893Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:12:57.895Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:57.896Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:57.896Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:57.896Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:12:58.896Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:58.897Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:58.897Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:58.897Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:12:59.897Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:12:59.898Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:12:59.898Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:12:59.899Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:13:00.899Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:13:00.899Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:00.899Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:00.900Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:13:01.900Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:13:01.900Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:01.901Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:01.901Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:13:02.901Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:13:02.902Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:02.902Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:02.902Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:13:03.903Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T21:13:03.903Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:13:03.904Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T21:13:03.904Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:13:03.904Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:13:03.936Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:13:03.936Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:13:03.936Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:13:03.936Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:13:03.936Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:13:03.937Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:13:04.030Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:13:04.033Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5dee975a-7f55-4449-a1f5-aa20456c8216 111099 2023-03-21T21:13:04.034Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:13:04.034Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:13:04.034Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:13:04.034Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:04.034Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:04.035Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433184034, "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-21T21:13:05.035Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:13:05.036Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:13:05.036Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T21:13:05.037Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-03-21T21:13:05.038Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T21:13:05.038Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T21:13:05.162Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1022219299383202834/Definitions/service-TestPnfMacro-template.yml 2023-03-21T21:13:05.691Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:13:05.691Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-21T21:13:05.692Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:13:05.693Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:13:05.693Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:05.693Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:05.693Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:05.693Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:05.693Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:05.693Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:05.693Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:05.693Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:05.693Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:05.693Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:05.693Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:b14a5d24-609a-4621-9245-02be9977a28a Model Version:NULL Model InvariantUuid:136d285d-e4af-4545-81bf-7e9378a9c864 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-21T21:13:05.726Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists 2023-03-21T21:13:05.727Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:13:05.727Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists) 2023-03-21T21:13:05.727Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:13:05.727Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:05.727Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:05.727Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433185727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:13:06.728Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:13:06.728Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists) 2023-03-21T21:13:06.728Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:13:06.729Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:06.729Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:06.729Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433186728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:13:07.730Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:13:07.748Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:13:07.750Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:13:07.750Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:13:07.750Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:13:07.751Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:13:07.751Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:13:07.751Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:13:07.751Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:13:07.751Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:13:07.751Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:13:07.758Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:13:37.758Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:13:37.768Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T21:13:37.768Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T21:13:37.769Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T21:13:37.773Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:13:37.785Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T21:13:37.785Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[91efde57-5cb2-4251-be79-b32b15c27427], X-ECOMP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-TransactionId=[], X-ONAP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], Content-Type=[application/merge-patch+json]} 2023-03-21T21:13:37.791Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:13:37.926Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:13:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[208944], x-aai-txid=[0-aai-resources-230321-21:13:36:736-17859], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:13:37.926Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:13:37.927Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T21:13:37.927Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:13:37.927Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:13:37.940Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:13:37.940Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:13:37.940Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:13:37.940Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:37.940Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:37.940Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433217940, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:13:38.960Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:13:38.961Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"1730a31c-6753-4a08-aae8-7d58b8d7d655","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"27f5ccc4-d817-4ebf-a428-29d3f28c84e2","serviceDescription":"service","serviceInvariantUUID":"680439e8-559c-47b7-bba9-2cf929a66403","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c","resourceInvariantUUID":"1576bb0a-57a7-4a23-b6a6-5bc6e281ec29","resourceCustomizationUUID":"0da37cbb-9241-40a0-92d9-f83c9e0485cf","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":"MzA3MDVjZmRmYzk1MDQ0YWI4ZGZjNjJmZTE5NWJlYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad5ab004-4bee-4c36-8d08-1dc1195c8e46","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":"979932fe-7833-4694-ae40-a97babb6e0b6","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":"7becd4ac-55ee-4f1e-93b6-9aca58fa737b","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":"OGEzYjk5NTI2NWEyNzc1MGVmOTQ5NmU0NjMyNGY5ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02a28dd9-3085-441c-9216-4ea63ea6fb65","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":"486b77b3-c771-408b-821c-2aeaa75eae2b","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":"df687656-0f60-4963-8316-5e6b16dd94ac","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":"a1a01667-0052-41b8-ad9d-8b227f9192f1","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":"NzZkOGI0N2U3MTJhYzMxM2YzNWNhYTAxYmUxMGZjZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"328f3a88-98bc-44ba-9e1c-ee0ba24c47dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"955effc8-3820-4d7a-8b91-f129e875b6b9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:13:38.961Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:13:38.961Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:38.961Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:38.961Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:13:39.962Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:13:39.962Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:39.962Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:39.962Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:13:40.963Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:13:40.963Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:40.964Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:40.964Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:13:41.964Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:13:41.965Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:41.965Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:41.965Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:13:42.966Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:13:42.966Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:42.966Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:42.967Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:13:43.967Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:13:43.968Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:43.968Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:43.968Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:13:44.968Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:13:44.969Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:44.969Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:44.969Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:13:45.970Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:13:45.970Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:45.970Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:45.970Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "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-21T21:13:46.972Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:13:46.973Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:46.973Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:46.973Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:13:47.974Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "27f5ccc4-d817-4ebf-a428-29d3f28c84e2", "serviceDescription": "service", "serviceInvariantUUID": "680439e8-559c-47b7-bba9-2cf929a66403", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0da37cbb-9241-40a0-92d9-f83c9e0485cf", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c", "resourceInvariantUUID": "1576bb0a-57a7-4a23-b6a6-5bc6e281ec29", "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": "YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "955effc8-3820-4d7a-8b91-f129e875b6b9" } ], "workloadContext": "Production" } 2023-03-21T21:13:47.974Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:13:47.974Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC 2023-03-21T21:13:47.975Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1730a31c-6753-4a08-aae8-7d58b8d7d655 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ServiceInvariantUUID:680439e8-559c-47b7-bba9-2cf929a66403 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:955effc8-3820-4d7a-8b91-f129e875b6b9 ArtifactChecksum:YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0da37cbb-9241-40a0-92d9-f83c9e0485cf ResourceInvariantUUID:1576bb0a-57a7-4a23-b6a6-5bc6e281ec29 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:13:47.975Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:13:48.003Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:13:48.003Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:13:48.004Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:13:48.004Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:13:48.004Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:13:48.004Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:13:48.105Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:13:48.109Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 955effc8-3820-4d7a-8b91-f129e875b6b9 111099 2023-03-21T21:13:48.109Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:13:48.109Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:13:48.109Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:13:48.109Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:48.109Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:48.110Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433228109, "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-21T21:13:49.113Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:13:49.114Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:13:49.114Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T21:13:49.114Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-03-21T21:13:49.114Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T21:13:49.114Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T21:13:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:13:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version123: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version124: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-21T21:13:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:13:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:13:49.202Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:13:49.202Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 45: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:13:49.223Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:13:49.223Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:13:49.223Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:13:49.224Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17614823874688542530/Definitions/service-TestPnfMacro-template.yml 2023-03-21T21:13:49.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:13:49.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:13:49.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:13:49.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1848, offsetEpoch=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-21T21:13:49.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:13:49.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:13:49.810Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:13:49.810Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:13:49.810Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-21T21:13:49.810Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:13:49.811Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar 2023-03-21T21:13:49.811Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar 2023-03-21T21:13:49.811Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:13:49.811Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar 2023-03-21T21:13:49.811Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar 2023-03-21T21:13:49.811Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar 2023-03-21T21:13:49.811Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar 2023-03-21T21:13:49.811Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:13:49.811Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:49.811Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:49.811Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-21T21:13:49.811Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:13:49.812Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:13:49.812Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:49.812Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:49.812Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-21T21:13:49.812Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:13:49.813Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:13:49.813Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:49.813Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:49.813Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:49.813Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:49.813Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:49.813Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:49.813Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:49.813Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:49.813Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:49.813Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:49.814Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:b14a5d24-609a-4621-9245-02be9977a28a Model Version:NULL Model InvariantUuid:136d285d-e4af-4545-81bf-7e9378a9c864 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-21T21:13:49.829Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T21:13:49.837Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:13:49.858Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c test-pnf 2023-03-21T21:13:49.858Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T21:13:49.858Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T21:13:49.858Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c 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-21T21:13:49.868Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c578329, org.onap.sdc.toscaparser.api.parameters.Input@1c834e0b, org.onap.sdc.toscaparser.api.parameters.Input@346fde8f, org.onap.sdc.toscaparser.api.parameters.Input@6ce80e7c, org.onap.sdc.toscaparser.api.parameters.Input@cc68603] 2023-03-21T21:13:49.868Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:49.868Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:49.868Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b14a5d24-609a-4621-9245-02be9977a28a: test-pnf 2023-03-21T21:13:49.869Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Processing PNF resource: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c 2023-03-21T21:13:49.869Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:13:49.869Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:13:49.869Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||WARN|500||Resource customization UUID: 670ba865-de8e-4900-8a19-cb55a379368b is NOT the same as notified resource customizationUUID: 0da37cbb-9241-40a0-92d9-f83c9e0485cf 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-21T21:13:49.900Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c 0 ASDC deployResourceStructure 2023-03-21T21:13:49.901Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:13:49.901Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:13:49.901Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-21T21:13:49.901Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:13:49.901Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:13:49.901Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433229901, "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-21T21:13:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433173874, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:13:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433184034, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:13:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433185727, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433186728, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433217940, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679432540700, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433228109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433229901, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-21T21:13:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:13:50.902Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:13:50.919Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:13:50.921Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:13:50.921Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:13:50.921Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:13:50.921Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:13:50.922Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:13:50.922Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:13:50.922Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:13:50.922Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:13:50.922Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:13:50.928Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:14:20.929Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:14:20.951Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and serviceModelVersionId: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T21:14:20.952Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 680439e8-559c-47b7-bba9-2cf929a66403 2023-03-21T21:14:20.953Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 2023-03-21T21:14:20.960Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:14:20.973Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||Invoke 2023-03-21T21:14:20.973Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[64595246-1898-40ca-b22f-47161de35f74], X-ECOMP-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], X-TransactionId=[], X-ONAP-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], Content-Type=[application/merge-patch+json]} 2023-03-21T21:14:20.980Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:14:21.113Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:14:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[594016], x-aai-txid=[0-aai-resources-230321-21:14:19:925-3538], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:14:21.114Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:14:21.115Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||InvokeReturn 2023-03-21T21:14:21.115Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:14:21.116Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:14:21.123Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:14:21.123Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1730a31c-6753-4a08-aae8-7d58b8d7d655 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:14:21.124Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:14:21.124Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:14:21.124Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:14:21.124Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433261124, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:14:22.142Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T21:14:22.143Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T21:14:22.144Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-21T21:14:22.144Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 2 disconnected. 2023-03-21T21:14:22.144Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cancelled in-flight METADATA request with correlation id 149088 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-21T21:14:22.145Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:14:22.145Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:14:22.145Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:14:22.145Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T21:14:22.149Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-0073dc97-2884-49dd-bb24-af33c49d567d 2023-03-21T21:14:22.149Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:14:22.149Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:14:22.149Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T21:14:22.439Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:14:25.453Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:14:28.462Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:14:31.471Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:14:34.479Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:14:37.487Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:14:40.496Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:14:43.509Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:14:46.522Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:14:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:14:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:14:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:14:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:14:49.189Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-0073dc97-2884-49dd-bb24-af33c49d567d', protocol='range'} 2023-03-21T21:14:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:14:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:14:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:14:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:14:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:14:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:14:49.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 46: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-0073dc97-2884-49dd-bb24-af33c49d567d=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:14:49.208Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-0073dc97-2884-49dd-bb24-af33c49d567d', protocol='range'} 2023-03-21T21:14:49.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:14:49.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:14:49.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:14:49.208Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:14:49.208Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:14:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:14:49.212Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:14:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:14:49.212Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:14:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:14:49.212Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:14:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1873, offsetEpoch=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-21T21:14:49.212Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:14:49.212Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:14:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:14:49.213Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:14:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:14:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:14:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433261124, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:14:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:14:50.255Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:14:50.256Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:14:50.257Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:14:50.258Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:14:50.258Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:14:50.258Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:14:51.259Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:14:51.259Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:14:51.259Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:14:51.259Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:14:52.260Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:14:52.260Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:14:52.261Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:14:52.261Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:14:53.261Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:14:53.262Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:14:53.262Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:14:53.262Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:14:54.263Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:14:54.263Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:14:54.263Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:14:54.264Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:14:55.264Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:14:55.264Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:14:55.264Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:14:55.264Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:14:56.265Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:14:56.265Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:14:56.266Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:14:56.266Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:14:57.266Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T21:14:57.267Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:14:57.267Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T21:14:57.267Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:14:57.267Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:14:57.285Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:14:57.286Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:14:57.286Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:14:57.286Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T21:14:57.286Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:14:57.286Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T21:14:57.314Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:14:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@64fb7913 2023-03-21T21:14:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:14:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T21:14:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:14:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T21:14:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T21:14:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:14:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:14:57.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:14:57.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433297315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:14:58.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T21:14:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:14:58.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T21:14:58.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T21:14:58.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T21:14:58.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T21:14:58.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:14:58.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T21:14:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:14:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6b77139f 2023-03-21T21:14:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:14:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T21:14:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:14:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T21:14:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T21:14:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:14:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:14:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:14:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433298364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:14:59.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T21:14:59.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:14:59.386Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:14:59.388Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:14:59.388Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:15:29.388Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:15:29.403Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:15:29.405Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:15:29.405Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:15:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:15:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:15:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:15:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:15:59.405Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:15:59.422Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:15:59.425Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:15:59.426Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:16:29.426Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:16:29.441Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:16:29.442Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:16:29.443Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:16:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:16:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:16:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:16:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:16:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:16:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T21:16:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:16:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:16:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:16:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:16:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:16:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T21:16:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:16:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:16:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:16:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:16:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:16:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:16:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:16:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:16:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433297315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:16:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:16:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:16:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433298364, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:16:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:16:59.443Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:16:59.457Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:16:59.461Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:16:59.461Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:17:29.461Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:17:29.484Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:17:29.488Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:17:29.489Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:17:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:17:59.489Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:17:59.512Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:17:59.514Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:17:59.515Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:18:29.515Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:18:29.538Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:18:29.543Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:18:29.543Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:18:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:18:59.544Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:18:59.563Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:18:59.566Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:18:59.567Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:19:29.567Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:19:29.589Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:19:29.593Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:19:29.593Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:19:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:19:50.250Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:19:50.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-0073dc97-2884-49dd-bb24-af33c49d567d 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-21T21:19:50.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T21:19:50.251Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T21:19:52.781Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:19:52.795Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:19:52.795Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:19:52.800Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:19:52.800Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 47: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:19:52.814Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:19:52.815Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:19:52.815Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:19:52.819Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:19:52.819Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:19:52.819Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:19:52.819Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1883, offsetEpoch=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-21T21:19:52.819Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:19:52.820Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:19:59.593Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T21:19:59.594Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:19:59.602Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T21:19:59.603Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T21:19:59.603Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T21:19:59.606Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:19:59.616Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:19:59.617Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T21:19:59.621Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T21:19:59.775Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T21:19:59.775Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:19:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[196672], x-aai-txid=[1-aai-resources-230321-21:19:58:564-88109], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:19:59.776Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:19:59.776Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:19:59.777Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:19:59.790Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:19:59.790Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T21:19:59.791Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T21:19:59.791Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:19:59.791Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:19:59.791Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433599790, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:19:59.808Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:19:59.808Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679433599790, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T21:19:59.808Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:20:00.816Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:20:00.817Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:20:00.817Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:20:00.817Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:00.817Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:00.817Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:20:01.819Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:20:01.819Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:01.819Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:01.819Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:20:02.821Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T21:20:02.821Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:20:02.821Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T21:20:02.821Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T21:20:02.821Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:20:02.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:20:02.860Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:20:02.860Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:20:02.860Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T21:20:02.860Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:20:02.860Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:20:02.892Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:20:02.892Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6a51b67d 2023-03-21T21:20:02.892Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:20:02.892Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:20:02.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:20:02.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:20:02.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:20:02.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:20:02.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:02.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:02.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679433602893, "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-21T21:20:03.894Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:20:03.938Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T21:20:03.938Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:20:03.939Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T21:20:03.939Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:20:03.939Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:03.939Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:03.939Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679433603938, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:20:04.939Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:20:04.940Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T21:20:04.940Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:20:04.940Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:04.940Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:04.940Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679433604939, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:20:05.941Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:20:05.962Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:20:05.966Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:20:05.966Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:20:05.966Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:20:05.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:20:05.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:20:05.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:20:05.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:20:05.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:20:05.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:20:05.979Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:20:35.980Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:20:35.989Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T21:20:35.989Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T21:20:35.989Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T21:20:35.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:20:36.004Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:20:36.006Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T21:20:36.012Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:20:36.146Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T21:20:36.146Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:20:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[495712], x-aai-txid=[0-aai-resources-230321-21:20:34:956-15041], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:20:36.147Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:20:36.147Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:20:36.147Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:20:36.154Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:20:36.154Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:20:36.155Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:20:36.155Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:36.155Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:36.155Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679433636154, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:20:37.183Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:20:37.185Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:20:37.185Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:20:37.185Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:37.185Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:37.185Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:20:38.186Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:20:38.186Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:38.187Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:38.187Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:20:39.187Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:20:39.188Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:39.188Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:39.188Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:20:40.189Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:20:40.189Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:40.189Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:40.189Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:20:41.190Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:20:41.191Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:41.191Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:41.191Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:20:42.192Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:20:42.192Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:42.192Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:42.192Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:20:43.198Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:20:43.198Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:43.198Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:43.199Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:20:44.202Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T21:20:44.202Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:20:44.202Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T21:20:44.202Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:20:44.202Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:20:44.242Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:20:44.242Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:20:44.243Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:20:44.243Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T21:20:44.244Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:20:44.244Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:20:44.271Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:20:44.271Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4dc8f4c5 2023-03-21T21:20:44.271Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:20:44.272Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:20:44.272Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:20:44.272Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:20:44.272Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:20:44.272Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:20:44.272Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:44.272Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:44.272Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433644272, "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-21T21:20:45.273Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:20:45.315Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T21:20:45.316Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:20:45.316Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T21:20:45.316Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:20:45.316Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:45.316Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:45.316Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433645316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:20:46.317Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:20:46.317Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T21:20:46.318Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:20:46.318Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:20:46.318Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:20:46.318Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433646317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:20:47.320Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:20:47.338Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:20:47.341Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:20:47.341Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:20:47.342Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:20:47.342Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:20:47.342Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:20:47.342Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:20:47.342Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:20:47.342Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:20:47.342Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:20:47.352Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:20:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:20:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:20:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:20:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679433602893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:20:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679433603938, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T21:20:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679433604939, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T21:20:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679433636154, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:20:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:20:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:20:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433644272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433645316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T21:20:49.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:20:49.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:20:49.184Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433646317, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T21:20:49.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:21:17.352Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:21:17.363Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T21:21:17.363Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T21:21:17.364Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T21:21:17.367Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:21:17.380Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T21:21:17.380Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4259cf2-87e1-4b4b-b3b0-6b6a0a0347e0], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T21:21:17.387Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:21:17.546Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:21:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[180304], x-aai-txid=[0-aai-resources-230321-21:21:16:329-38230], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:21:17.547Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:21:17.547Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T21:21:17.548Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:21:17.548Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:21:17.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:21:17.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:21:17.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:21:17.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:21:17.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:21:17.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433677558, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:21:18.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:21:18.591Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:21:18.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:21:18.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:21:18.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:21:18.593Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:21:19.594Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:21:19.595Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:21:19.595Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:21:19.596Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:21:20.597Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:21:20.597Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:21:20.598Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:21:20.598Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:21:21.600Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:21:21.601Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:21:21.601Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:21:21.601Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:21:22.606Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:21:22.606Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:21:22.607Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:21:22.607Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:21:23.608Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:21:23.608Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:21:23.608Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:21:23.608Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:21:24.609Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:21:24.610Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:21:24.610Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:21:24.610Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:21:25.612Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:21:25.612Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:21:25.612Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:21:25.613Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:21:26.613Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T21:21:26.614Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:21:26.614Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T21:21:26.614Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:21:26.614Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:21:26.659Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:21:26.659Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:21:26.659Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:21:26.659Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:26.659Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:21:26.659Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:26.931Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:21:26.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T21:21:26.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T21:21:26.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:26.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:21:26.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:21:26.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:21:26.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433686935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:21:27.936Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:21:27.937Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:21:27.937Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:27.937Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:27.938Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:27.938Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:28.072Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18345857938003975353/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T21:21:28.680Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:21:28.681Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:21:28.681Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:28.681Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:21:28.681Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:28.681Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:28.681Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:28.681Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:28.681Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:28.681Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:28.681Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:21:28.681Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:21:28.681Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:21:28.682Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:21:28.683Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:21:28.683Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T21:21:28.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T21:21:28.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T21:21:28.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T21:21:28.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:21:28.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:21:28.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:21:28.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433688727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:21:29.730Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T21:21:29.730Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T21:21:29.730Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:21:29.730Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:21:29.730Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:21:29.731Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433689730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:21:30.731Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:21:30.749Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:21:30.752Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:21:30.752Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:21:30.752Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:21:30.752Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:21:30.752Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:21:30.752Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:21:30.752Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:21:30.753Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:21:30.753Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T21:21:30.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:21:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:21:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:21:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679433677558, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:21:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:21:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:21:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:21:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:21:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:21:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:21:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:21:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:21:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:21:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:21:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:21:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:21:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:21:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:21:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:21:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:21:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:21:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:21:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:21:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:21:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:21:49.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:21:49.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:21:49.184Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:21:49.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:21:49.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:21:49.184Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433686935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:21:49.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:21:49.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:21:49.184Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433688727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T21:21:49.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:21:49.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:21:49.184Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433689730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T21:21:49.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:00.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:22:00.775Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T21:22:00.775Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T21:22:00.776Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T21:22:00.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:22:00.790Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T21:22:00.790Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07ca6f53-2385-4a02-8ce8-a0fac049b86c], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T21:22:00.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:22:00.938Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:21:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[155696], x-aai-txid=[2-aai-resources-230321-21:21:59:739-52592], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:22:00.938Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:22:00.938Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T21:22:00.938Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:22:00.938Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T21:22:00.948Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T21:22:00.949Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:22:00.949Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:22:00.949Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:00.949Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:00.949Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433720949, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:22:01.974Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:22:01.974Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:22:01.974Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:01.974Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:01.974Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:01.974Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:02.975Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:02.975Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:02.975Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:02.975Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:03.976Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:03.977Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:03.977Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:03.977Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:04.978Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:04.979Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:04.979Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:04.979Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:05.979Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:05.979Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:05.979Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:05.979Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:06.980Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:06.980Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:06.980Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:06.980Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:07.981Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:07.981Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:07.982Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:07.982Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:08.982Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:08.983Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:08.983Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:08.983Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:09.984Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T21:22:09.984Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:22:09.985Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T21:22:09.985Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:22:09.985Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:22:10.031Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:22:10.032Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:22:10.032Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:22:10.032Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:10.032Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:22:10.032Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:10.315Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:22:10.319Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T21:22:10.319Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T21:22:10.319Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:10.319Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:22:10.320Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:10.320Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:10.320Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433730319, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:11.320Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:22:11.321Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:22:11.321Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:11.321Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:11.321Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:11.322Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:11.393Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4773728180626044656/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T21:22:11.949Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:22:11.949Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:22:11.949Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:11.949Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:22:11.950Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:11.950Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:11.950Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:11.950Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:11.950Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:11.950Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:11.951Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:22:11.951Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:22:11.951Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:11.951Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:11.951Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T21:22:11.951Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:22:11.951Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:22:11.952Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:11.952Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:11.953Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T21:22:11.953Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:22:11.953Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:22:11.953Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:11.954Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:11.954Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:11.954Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:11.954Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:11.955Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:11.955Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:11.956Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:11.956Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:11.957Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:11.957Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T21:22:11.990Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T21:22:11.991Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T21:22:11.991Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T21:22:11.991Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:22:11.991Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:11.991Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:11.991Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433731991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:12.992Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T21:22:12.992Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T21:22:12.992Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:22:12.992Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:12.992Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:12.993Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433732992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:13.993Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:22:14.021Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:22:14.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:22:14.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:22:14.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:22:14.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:22:14.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:22:14.027Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:22:14.027Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:22:14.027Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:22:14.027Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:22:14.040Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:22:44.040Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:22:44.049Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T21:22:44.050Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T21:22:44.050Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T21:22:44.055Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:22:44.066Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T21:22:44.066Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c6ea59b1-b61a-48c4-9aab-e5adcd2eb970], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T21:22:44.074Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:22:44.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:22:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[532576], x-aai-txid=[0-aai-resources-230321-21:22:43:014-20200], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:22:44.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:22:44.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T21:22:44.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:22:44.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:22:44.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:22:44.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:22:44.211Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:22:44.211Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:44.211Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:44.211Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433764211, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:22:45.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:22:45.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:22:45.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:45.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:45.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:45.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:46.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:46.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:46.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:46.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:47.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:47.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:47.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:47.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:48.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:48.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:48.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:48.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679433720949, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:22:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:22:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:22:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:22:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:22:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:22:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:22:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433730319, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433731991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433732992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679433764211, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:22:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:22:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:22:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:22:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:22:49.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:49.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:49.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:49.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:51.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:51.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:51.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:51.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:52.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:22:52.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:52.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:52.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:53.254Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T21:22:53.254Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:22:53.254Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T21:22:53.255Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:22:53.256Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:22:53.298Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:22:53.299Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:22:53.299Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:22:53.299Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:53.299Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:22:53.299Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:53.590Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:22:53.593Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T21:22:53.593Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T21:22:53.593Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:53.593Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:22:53.593Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:53.593Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:53.593Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433773593, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:54.594Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:22:54.594Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:22:54.595Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:54.595Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:54.595Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:54.596Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:54.669Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10508524248656019202/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T21:22:55.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:22:55.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:22:55.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:55.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:22:55.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:55.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:55.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:55.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:55.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:55.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:55.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:22:55.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:22:55.230Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:55.231Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:22:55.232Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:22:55.232Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T21:22:55.275Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T21:22:55.275Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T21:22:55.275Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T21:22:55.275Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:22:55.275Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:55.275Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:55.275Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433775275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:56.276Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T21:22:56.277Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T21:22:56.277Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:22:56.277Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:22:56.277Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:22:56.277Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433776276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:22:57.278Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:22:57.301Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:22:57.305Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:22:57.305Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:22:57.305Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:22:57.305Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:22:57.305Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:22:57.305Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:22:57.305Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:22:57.305Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:22:57.305Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T21:22:57.317Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:23:27.317Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:23:27.324Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T21:23:27.324Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T21:23:27.325Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T21:23:27.327Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:23:27.337Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:23:27.338Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T21:23:27.342Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:23:27.488Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T21:23:27.489Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:23:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[237608], x-aai-txid=[2-aai-resources-230321-21:23:26:285-13806], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:23:27.489Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:23:27.489Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:23:27.489Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T21:23:27.500Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T21:23:27.501Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:23:27.501Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:23:27.501Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:27.501Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:27.501Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433807501, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:23:28.525Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:23:28.525Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:23:28.526Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:23:28.526Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:28.526Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:28.526Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:23:29.527Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:23:29.527Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:29.527Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:29.528Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:23:30.528Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:23:30.529Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:30.529Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:30.529Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:23:31.529Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:23:31.529Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:31.529Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:31.530Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:23:32.530Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:23:32.530Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:32.531Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:32.531Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:23:33.532Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:23:33.532Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:33.532Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:33.532Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:23:34.534Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:23:34.534Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:34.535Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:34.535Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:23:35.536Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:23:35.536Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:35.536Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:35.537Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:23:36.538Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:23:36.539Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:36.539Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:36.539Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:23:37.540Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:23:37.541Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:37.541Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:37.541Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:23:38.542Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T21:23:38.543Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:23:38.543Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T21:23:38.543Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:23:38.544Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:23:38.590Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:23:38.590Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:23:38.591Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:23:38.591Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T21:23:38.591Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:23:38.591Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:23:38.615Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:23:38.615Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f30b649 2023-03-21T21:23:38.615Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:23:38.615Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:23:38.616Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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 8b453f05-7c27-49e3-aaaa-250da7e35e19 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:23:38.616Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:23:38.616Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:23:38.616Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:23:38.617Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:38.617Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:38.617Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433818616, "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-21T21:23:39.618Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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:8b453f05-7c27-49e3-aaaa-250da7e35e19) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:23:39.666Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists 2023-03-21T21:23:39.666Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:23:39.666Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists) 2023-03-21T21:23:39.667Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:23:39.667Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:39.667Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:39.667Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433819666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:23:40.668Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:23:40.669Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists) 2023-03-21T21:23:40.669Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:23:40.669Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:23:40.669Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:23:40.670Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433820668, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:23:41.674Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:23:41.705Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:23:41.710Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:23:41.711Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:23:41.711Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:23:41.711Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:23:41.711Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:23:41.711Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:23:41.711Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:23:41.711Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:23:41.711Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:23:41.724Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:23:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:23:49.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:23:49.173Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:23:49.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:11.725Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:24:11.735Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T21:24:11.735Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T21:24:11.735Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T21:24:11.739Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:24:11.749Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T21:24:11.749Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47049efb-48a5-4b0a-8391-1b20a4936322], X-ECOMP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-TransactionId=[], X-ONAP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], Content-Type=[application/merge-patch+json]} 2023-03-21T21:24:11.757Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:24:11.885Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:24:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[274488], x-aai-txid=[1-aai-resources-230321-21:24:10:698-76934], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:24:11.885Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:24:11.886Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T21:24:11.886Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:24:11.887Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:24:11.893Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:24:11.894Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:24:11.894Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:24:11.894Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:11.894Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:11.894Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433851894, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:24:12.922Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:24:12.922Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:24:12.922Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:24:12.922Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:12.923Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:12.923Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:24:13.923Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:24:13.924Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:13.924Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:13.924Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:24:14.925Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:24:14.925Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:14.925Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:14.925Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:24:15.926Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:24:15.926Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:15.926Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:15.927Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:24:16.928Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:24:16.928Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:16.929Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:16.929Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:24:17.929Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:24:17.930Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:17.930Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:17.930Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:24:18.931Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:24:18.931Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:18.931Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:18.931Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:24:19.931Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:24:19.932Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:19.932Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:19.932Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:24:20.933Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T21:24:20.933Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:24:20.934Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T21:24:20.934Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:24:20.934Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:24:20.973Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:24:20.973Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:24:20.973Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:24:20.973Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T21:24:20.973Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:24:20.974Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T21:24:20.996Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:24:20.996Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6d8ecca 2023-03-21T21:24:20.997Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:24:20.997Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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": [ "BasicVmMacro" ] } } } 2023-03-21T21:24:20.997Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ebe5950d-5230-4fd7-b91c-10040c72a7c9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:24:20.997Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:24:20.997Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:24:20.997Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:24:20.997Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:20.997Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:20.998Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433860997, "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-21T21:24:21.999Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:ebe5950d-5230-4fd7-b91c-10040c72a7c9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:24:22.029Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists 2023-03-21T21:24:22.029Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:24:22.029Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists) 2023-03-21T21:24:22.029Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:24:22.029Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:22.029Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:22.029Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433862029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:24:23.030Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:24:23.030Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists) 2023-03-21T21:24:23.030Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:24:23.031Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:23.031Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:23.031Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433863030, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:24:24.031Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:24:24.050Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:24:24.053Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:24:24.053Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:24:24.053Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:24:24.053Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:24:24.054Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:24:24.054Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:24:24.054Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:24:24.054Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:24:24.054Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:24:24.063Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:24:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:24:49.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.174Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:24:49.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.175Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:24:49.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.175Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:24:49.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.176Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433773593, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:24:49.176Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.176Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433775275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T21:24:49.176Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.176Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433776276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T21:24:49.177Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.177Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679433807501, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:24:49.177Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.177Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:24:49.177Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.178Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:24:49.178Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.178Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T21:24:49.178Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:24:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T21:24:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T21:24:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T21:24:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:24:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:24:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:24:49.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.181Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433818616, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:24:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433819666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } 2023-03-21T21:24:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:24:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433820668, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } 2023-03-21T21:24:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:24:54.063Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:24:54.076Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T21:24:54.076Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T21:24:54.077Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T21:24:54.081Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:24:54.091Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T21:24:54.091Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[08e94c0b-7db3-4ca9-8ad7-bcddcc5c13cb], X-ECOMP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-TransactionId=[], X-ONAP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], Content-Type=[application/merge-patch+json]} 2023-03-21T21:24:54.099Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:24:54.221Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:24:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[225360], x-aai-txid=[0-aai-resources-230321-21:24:53:040-81396], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:24:54.221Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:24:54.221Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T21:24:54.222Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:24:54.222Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:24:54.231Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:24:54.231Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:24:54.232Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:24:54.232Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:54.232Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:54.232Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433894232, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:24:55.261Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:24:55.261Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:24:55.261Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:24:55.261Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:55.261Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:55.261Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:24:56.262Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:24:56.262Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:56.262Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:56.262Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:24:57.263Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:24:57.263Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:57.263Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:57.263Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:24:58.263Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:24:58.264Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:58.264Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:58.264Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:24:59.264Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:24:59.265Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:24:59.265Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:24:59.265Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:25:00.266Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:25:00.267Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:00.267Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:00.267Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:25:01.268Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:25:01.268Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:01.268Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:01.268Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:25:02.269Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:25:02.269Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:02.269Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:02.269Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:25:03.270Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:25:03.270Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:03.270Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:03.270Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:25:04.271Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T21:25:04.271Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:25:04.271Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T21:25:04.272Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:25:04.272Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:25:04.319Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:25:04.319Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:25:04.319Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:25:04.320Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:25:04.320Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:25:04.320Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:25:04.344Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:25:04.344Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@52339eb4 2023-03-21T21:25:04.345Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:25:04.345Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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": [ "TestPnfMacro" ] } } } 2023-03-21T21:25:04.345Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5dee975a-7f55-4449-a1f5-aa20456c8216 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:25:04.345Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:25:04.345Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:25:04.346Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:25:04.346Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:04.346Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:04.346Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433904345, "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-21T21:25:05.347Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:5dee975a-7f55-4449-a1f5-aa20456c8216) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:25:05.385Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists 2023-03-21T21:25:05.385Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:25:05.386Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists) 2023-03-21T21:25:05.386Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:25:05.386Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:05.386Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:05.386Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433905385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:25:06.387Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:25:06.387Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists) 2023-03-21T21:25:06.388Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:25:06.388Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:06.388Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:06.388Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433906387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:25:07.388Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:25:07.414Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:25:07.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:25:07.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:25:07.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:25:07.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:25:07.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:25:07.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:25:07.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:25:07.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:25:07.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:25:07.431Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:25:37.431Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:25:37.440Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T21:25:37.441Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T21:25:37.441Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T21:25:37.447Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:25:37.459Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T21:25:37.459Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cdd95ec7-a0ce-4519-8141-3602f09f3b82], X-ECOMP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-TransactionId=[], X-ONAP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], Content-Type=[application/merge-patch+json]} 2023-03-21T21:25:37.463Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:25:37.600Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:25:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[208944], x-aai-txid=[0-aai-resources-230321-21:25:36:405-6912], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:25:37.601Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:25:37.601Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T21:25:37.601Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:25:37.602Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:25:37.613Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:25:37.613Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:25:37.613Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:25:37.613Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:37.613Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:37.613Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433937613, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:25:38.643Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:25:38.643Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"1730a31c-6753-4a08-aae8-7d58b8d7d655","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"27f5ccc4-d817-4ebf-a428-29d3f28c84e2","serviceDescription":"service","serviceInvariantUUID":"680439e8-559c-47b7-bba9-2cf929a66403","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c","resourceInvariantUUID":"1576bb0a-57a7-4a23-b6a6-5bc6e281ec29","resourceCustomizationUUID":"0da37cbb-9241-40a0-92d9-f83c9e0485cf","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":"MzA3MDVjZmRmYzk1MDQ0YWI4ZGZjNjJmZTE5NWJlYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad5ab004-4bee-4c36-8d08-1dc1195c8e46","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":"979932fe-7833-4694-ae40-a97babb6e0b6","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":"7becd4ac-55ee-4f1e-93b6-9aca58fa737b","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":"OGEzYjk5NTI2NWEyNzc1MGVmOTQ5NmU0NjMyNGY5ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02a28dd9-3085-441c-9216-4ea63ea6fb65","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":"486b77b3-c771-408b-821c-2aeaa75eae2b","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":"df687656-0f60-4963-8316-5e6b16dd94ac","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":"a1a01667-0052-41b8-ad9d-8b227f9192f1","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":"NzZkOGI0N2U3MTJhYzMxM2YzNWNhYTAxYmUxMGZjZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"328f3a88-98bc-44ba-9e1c-ee0ba24c47dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"955effc8-3820-4d7a-8b91-f129e875b6b9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:25:38.643Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:25:38.643Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:38.643Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:38.643Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:25:39.644Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:25:39.644Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:39.644Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:39.644Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:25:40.645Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:25:40.645Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:40.646Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:40.646Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:25:41.646Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:25:41.647Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:41.647Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:41.647Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:25:42.647Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:25:42.648Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:42.648Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:42.648Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:25:43.649Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:25:43.649Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:43.649Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:43.650Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:25:44.650Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:25:44.650Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:44.651Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:44.651Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:25:45.651Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:25:45.651Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:45.651Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:45.651Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:25:46.652Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:25:46.652Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:46.652Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:46.652Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:25:47.653Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "27f5ccc4-d817-4ebf-a428-29d3f28c84e2", "serviceDescription": "service", "serviceInvariantUUID": "680439e8-559c-47b7-bba9-2cf929a66403", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0da37cbb-9241-40a0-92d9-f83c9e0485cf", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c", "resourceInvariantUUID": "1576bb0a-57a7-4a23-b6a6-5bc6e281ec29", "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": "YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "955effc8-3820-4d7a-8b91-f129e875b6b9" } ], "workloadContext": "Production" } 2023-03-21T21:25:47.653Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:25:47.653Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC 2023-03-21T21:25:47.653Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1730a31c-6753-4a08-aae8-7d58b8d7d655 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ServiceInvariantUUID:680439e8-559c-47b7-bba9-2cf929a66403 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:955effc8-3820-4d7a-8b91-f129e875b6b9 ArtifactChecksum:YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0da37cbb-9241-40a0-92d9-f83c9e0485cf ResourceInvariantUUID:1576bb0a-57a7-4a23-b6a6-5bc6e281ec29 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:25:47.653Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:25:47.694Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:25:47.694Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:25:47.694Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:25:47.695Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:25:47.695Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:25:47.695Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:25:47.714Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:25:47.715Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@65b74142 2023-03-21T21:25:47.715Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:25:47.715Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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": [ "TestPnfMacro" ] } } } 2023-03-21T21:25:47.715Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 955effc8-3820-4d7a-8b91-f129e875b6b9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:25:47.716Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:25:47.716Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:25:47.716Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:25:47.716Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:47.717Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:47.717Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433947716, "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-21T21:25:48.717Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:955effc8-3820-4d7a-8b91-f129e875b6b9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:25:48.760Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists 2023-03-21T21:25:48.760Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:25:48.760Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists) 2023-03-21T21:25:48.761Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:25:48.761Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:48.761Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:48.761Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433948760, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:25:49.174Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:25:49.174Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version126: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version127: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-21T21:25:49.187Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:25:49.187Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:25:49.191Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:25:49.191Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 48: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:25:49.206Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:25:49.207Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:25:49.207Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:25:49.210Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:25:49.210Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:25:49.210Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:25:49.210Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1950, offsetEpoch=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-21T21:25:49.210Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:25:49.210Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:25:49.762Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:25:49.762Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists) 2023-03-21T21:25:49.762Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:25:49.763Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:25:49.763Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:25:49.763Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433949762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:25:50.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679433851894, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:25:50.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.232Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.232Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:25:50.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T21:25:50.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T21:25:50.233Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.233Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.234Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.234Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:25:50.234Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433860997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:25:50.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.235Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433862029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } 2023-03-21T21:25:50.235Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433863030, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } 2023-03-21T21:25:50.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679433894232, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:25:50.236Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.236Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.237Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.237Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:25:50.238Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433904345, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433905385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433906387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679433937613, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.239Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.241Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:25:50.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.241Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433947716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:25:50.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.241Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433948760, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } 2023-03-21T21:25:50.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:25:50.241Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433949762, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } 2023-03-21T21:25:50.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:25:50.764Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:25:50.787Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:25:50.791Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:25:50.791Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:25:50.791Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:25:50.791Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:25:50.791Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:25:50.791Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:25:50.791Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:25:50.792Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:25:50.792Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:25:50.806Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:26:20.806Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:26:20.816Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and serviceModelVersionId: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T21:26:20.816Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 680439e8-559c-47b7-bba9-2cf929a66403 2023-03-21T21:26:20.817Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 2023-03-21T21:26:20.822Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:26:20.833Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:26:20.834Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||Invoke 2023-03-21T21:26:20.840Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:26:20.988Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||InvokeReturn 2023-03-21T21:26:20.988Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:26:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[594016], x-aai-txid=[1-aai-resources-230321-21:26:19:781-86556], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:26:20.991Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:26:20.992Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:26:20.992Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:26:21.002Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:26:21.002Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1730a31c-6753-4a08-aae8-7d58b8d7d655 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:26:21.003Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:26:21.003Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:26:21.003Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:26:21.003Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433981002, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:26:22.027Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:26:22.027Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"be804afb-371a-4e4a-b452-fe3d631d4d8a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b14a5d24-609a-4621-9245-02be9977a28a","serviceDescription":"service","serviceInvariantUUID":"136d285d-e4af-4545-81bf-7e9378a9c864","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b7a575d-86f2-47f1-80b7-9760bf67f0cf","resourceInvariantUUID":"f6a448c5-fe60-44c5-a04c-5173ae5e57e8","resourceCustomizationUUID":"670ba865-de8e-4900-8a19-cb55a379368b","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":"OWQzZTY3NTJlMWVlYTg5MDVhMzZmNzlhNTI2NDk3ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89a26d38-c868-4647-810f-24c563d14fb3","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":"955b57b9-cf0f-4221-9f6b-9eafd43bd3ca","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":"9a08c3da-1608-41d7-b522-41ba5acb403b","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":"ZmM5NjAyNGIxNTI0ZTFhMjIzOTY2NTRlNTgzODU3NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5facb907-bc63-4a2e-bfd5-0ef0fee184b4","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":"972c44fc-576c-4e2d-939e-f61244671d56","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":"65118ee5-bc61-4d1f-bc32-f83be325c9f3","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":"7d3af18c-1ff3-48ca-b258-3d5721f48252","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":"NGFlNzIxYzRkZTQ3NDRkMjM5YzZkMzZhMjMxZTVkNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc877855-6d4d-4dca-836e-0500d59f9740","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc5bb7d8-11b2-4e60-a503-312fc026e411","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:26:22.028Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:26:22.028Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:26:22.028Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:26:22.028Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:26:23.028Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:26:23.029Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:26:23.029Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:26:23.030Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:26:24.030Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:26:24.032Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:26:24.033Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:26:24.033Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:26:25.034Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:26:25.035Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:26:25.035Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:26:25.035Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:26:26.036Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:26:26.036Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:26:26.037Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:26:26.037Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:26:27.038Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:26:27.038Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:26:27.038Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:26:27.039Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:26:28.039Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:26:28.040Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:26:28.040Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:26:28.040Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:26:29.041Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:26:29.042Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:26:29.042Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:26:29.042Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "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-21T21:26:30.042Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:26:30.043Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:26:30.043Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:26:30.043Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:26:31.044Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b14a5d24-609a-4621-9245-02be9977a28a", "serviceDescription": "service", "serviceInvariantUUID": "136d285d-e4af-4545-81bf-7e9378a9c864", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "670ba865-de8e-4900-8a19-cb55a379368b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7b7a575d-86f2-47f1-80b7-9760bf67f0cf", "resourceInvariantUUID": "f6a448c5-fe60-44c5-a04c-5173ae5e57e8", "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": "Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dc5bb7d8-11b2-4e60-a503-312fc026e411" } ], "workloadContext": "Production" } 2023-03-21T21:26:31.044Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:26:31.045Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b14a5d24-609a-4621-9245-02be9977a28a ASDC 2023-03-21T21:26:31.045Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:be804afb-371a-4e4a-b452-fe3d631d4d8a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b14a5d24-609a-4621-9245-02be9977a28a ServiceInvariantUUID:136d285d-e4af-4545-81bf-7e9378a9c864 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:dc5bb7d8-11b2-4e60-a503-312fc026e411 ArtifactChecksum:Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:670ba865-de8e-4900-8a19-cb55a379368b ResourceInvariantUUID:f6a448c5-fe60-44c5-a04c-5173ae5e57e8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:7b7a575d-86f2-47f1-80b7-9760bf67f0cf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:26:31.045Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b14a5d24-609a-4621-9245-02be9977a28a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-21T21:26:31.097Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:26:31.098Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:26:31.098Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:26:31.098Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dc5bb7d8-11b2-4e60-a503-312fc026e411 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:26:31.098Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:26:31.099Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:26:31.116Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:26:31.117Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@53a10cbf 2023-03-21T21:26:31.117Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:26:31.117Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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": [ "TestPnfMacro" ] } } } 2023-03-21T21:26:31.117Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dc5bb7d8-11b2-4e60-a503-312fc026e411 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:26:31.117Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:26:31.118Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:26:31.118Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:26:31.118Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:26:31.118Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:26:31.118Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433991117, "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-21T21:26:32.119Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:dc5bb7d8-11b2-4e60-a503-312fc026e411) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T21:26:32.136Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T21:26:32.136Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b7a575d-86f2-47f1-80b7-9760bf67f0cf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T21:26:32.143Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:26:32.170Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf test-pnf 2023-03-21T21:26:32.170Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T21:26:32.170Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T21:26:32.170Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 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-21T21:26:32.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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$$2da00d2a.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-21T21:26:32.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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$$2da00d2a.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-21T21:26:32.201Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 0 ASDC deployResourceStructure 2023-03-21T21:26:32.202Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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$$2da00d2a.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-21T21:26:32.202Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:26:32.202Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:26:32.202Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:26:32.202Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:26:32.203Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:26:32.203Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433992202, "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-21T21:26:33.203Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:26:33.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:26:33.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:26:33.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:26:33.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:26:33.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:26:33.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:26:33.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:26:33.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:26:33.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T21:26:33.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:26:33.245Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:26:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:26:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:26:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679433981002, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:26:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:26:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:26:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:26:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:26:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:26:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:26:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:26:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:26:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:26:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:26:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:26:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:26:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:26:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:26:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433262142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:26:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433991117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:26:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T21:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679433992202, "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-21T21:26:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:27:03.245Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:27:03.301Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and serviceModelVersionId: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T21:27:03.302Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 136d285d-e4af-4545-81bf-7e9378a9c864 2023-03-21T21:27:03.303Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 2023-03-21T21:27:03.313Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:27:03.337Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:27:03.338Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||Invoke 2023-03-21T21:27:03.347Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T21:27:03.478Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||InvokeReturn 2023-03-21T21:27:03.478Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:27:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[128], vertex-id=[278592], x-aai-txid=[1-aai-resources-230321-21:27:02:286-73451], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:27:03.478Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:27:03.479Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:27:03.479Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T21:27:03.489Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T21:27:03.489Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be804afb-371a-4e4a-b452-fe3d631d4d8a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T21:27:03.489Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:27:03.492Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:27:03.492Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:27:03.492Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434023489, "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-21T21:27:04.523Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T21:27:04.524Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T21:27:04.525Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-21T21:27:04.525Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 2 disconnected. 2023-03-21T21:27:04.526Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:27:04.526Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:27:04.526Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:27:04.526Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T21:27:04.531Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-1f7f5e33-e1fb-48f2-bac1-e81d4cf66574 2023-03-21T21:27:04.531Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:27:04.531Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:27:04.531Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T21:27:07.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:10.600Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:13.609Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:16.619Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:19.631Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:22.644Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:25.656Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:28.667Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:31.677Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:34.687Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:37.699Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:40.710Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:43.721Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:46.731Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:27:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:27:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:27:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-1f7f5e33-e1fb-48f2-bac1-e81d4cf66574', protocol='range'} 2023-03-21T21:27:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:27:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:27:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:27:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:27:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:27:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:27:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:27:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 49: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-1f7f5e33-e1fb-48f2-bac1-e81d4cf66574=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:27:49.206Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-1f7f5e33-e1fb-48f2-bac1-e81d4cf66574', protocol='range'} 2023-03-21T21:27:49.206Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:27:49.206Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:27:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:27:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:27:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:27:49.208Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:27:49.208Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:27:49.208Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:27:49.209Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:27:49.209Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:27:49.209Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:27:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:27:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:27:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:27:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2000, offsetEpoch=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-21T21:27:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:27:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:27:50.225Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:27:50.225Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434023489, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T21:27:50.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:27:50.241Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:27:50.242Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:27:50.243Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:27:50.243Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:27:50.243Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:27:50.243Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:27:51.243Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:27:51.244Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:27:51.244Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:27:51.244Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:27:52.245Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:27:52.245Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:27:52.245Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:27:52.245Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:27:53.246Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:27:53.246Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:27:53.246Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:27:53.247Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:27:54.247Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:27:54.248Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:27:54.248Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:27:54.248Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:27:55.248Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:27:55.248Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:27:55.249Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:27:55.249Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:27:56.249Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:27:56.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:27:56.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:27:56.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:27:57.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T21:27:57.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:27:57.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T21:27:57.251Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:27:57.251Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:27:57.294Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:27:57.294Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:27:57.294Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:27:57.294Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T21:27:57.294Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:27:57.295Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T21:27:57.314Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:27:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@48ad80da 2023-03-21T21:27:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:27:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T21:27:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:27:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T21:27:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T21:27:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:27:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:27:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:27:57.315Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434077315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:27:58.316Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T21:27:58.333Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:27:58.334Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T21:27:58.337Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T21:27:58.337Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T21:27:58.337Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T21:27:58.337Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:27:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T21:27:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:27:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@de3a122 2023-03-21T21:27:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:27:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T21:27:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:27:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T21:27:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T21:27:58.353Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:27:58.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:27:58.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:27:58.354Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434078353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:27:59.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T21:27:59.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:27:59.381Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:27:59.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:27:59.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:28:29.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:28:29.409Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:28:29.413Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:28:29.413Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:28:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:28:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:28:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:28:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:28:59.413Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:28:59.439Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:28:59.444Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:28:59.444Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:29:29.444Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:29:29.472Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:29:29.477Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:29:29.477Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:29:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:29:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:29:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:29:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:29:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:29:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T21:29:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434077315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:29:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:29:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:29:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434078353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:29:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:29:59.478Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:29:59.501Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:29:59.505Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:29:59.505Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:30:29.505Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:30:29.541Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:30:29.546Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:30:29.546Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:30:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:30:59.547Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:30:59.572Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:30:59.577Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:30:59.577Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:31:29.577Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:31:29.615Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:31:29.619Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:31:29.619Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:31:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:31:59.619Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:31:59.646Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:31:59.651Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:31:59.651Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:32:29.651Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:32:29.678Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:32:29.683Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:32:29.683Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:32:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:32:50.261Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:32:50.262Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-1f7f5e33-e1fb-48f2-bac1-e81d4cf66574 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-21T21:32:50.262Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T21:32:50.262Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T21:32:52.801Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:32:52.814Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:32:52.814Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:32:52.818Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:32:52.818Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 50: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:32:52.832Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=50, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:32:52.832Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:32:52.832Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:32:52.835Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:32:52.835Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:32:52.835Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:32:52.835Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2010, offsetEpoch=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-21T21:32:52.835Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:32:52.835Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:32:59.684Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T21:32:59.684Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:32:59.698Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T21:32:59.698Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T21:32:59.699Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T21:32:59.704Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:32:59.718Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T21:32:59.718Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45c8317b-4992-49e3-aa08-595acd233704], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T21:32:59.724Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T21:32:59.878Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:32:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[196672], x-aai-txid=[2-aai-resources-230321-21:32:58:670-74112], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:32:59.878Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:32:59.878Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T21:32:59.880Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:32:59.880Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:32:59.890Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:32:59.890Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T21:32:59.890Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T21:32:59.890Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:32:59.891Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:32:59.891Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434379890, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:32:59.909Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:32:59.909Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434379890, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T21:32:59.910Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:33:00.918Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:33:00.918Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:33:00.919Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:33:00.919Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:00.919Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:00.919Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:33:01.919Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:33:01.920Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:01.920Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:01.920Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:33:02.920Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T21:33:02.921Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:33:02.921Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T21:33:02.921Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T21:33:02.921Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:33:02.955Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:33:02.955Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:33:02.955Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:33:02.955Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T21:33:02.955Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:33:02.956Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:33:02.984Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:33:02.984Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@705f5e63 2023-03-21T21:33:02.984Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:33:02.984Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:33:02.984Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:33:02.984Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:33:02.985Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:33:02.985Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:33:02.985Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:02.985Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:02.985Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434382984, "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-21T21:33:03.986Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:33:04.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T21:33:04.090Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:33:04.095Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T21:33:04.095Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:33:04.096Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:04.102Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:04.102Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434384090, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:33:05.102Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:33:05.103Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T21:33:05.103Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:33:05.103Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:05.103Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:05.103Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434385102, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:33:06.104Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:33:06.133Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:33:06.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:33:06.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:33:06.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:33:06.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:33:06.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:33:06.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:33:06.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:33:06.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:33:06.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:33:06.150Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:33:36.150Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:33:36.162Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T21:33:36.162Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T21:33:36.162Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T21:33:36.168Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:33:36.178Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:33:36.179Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T21:33:36.183Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:33:36.331Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T21:33:36.333Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:33:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[495712], x-aai-txid=[0-aai-resources-230321-21:33:35:121-76008], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:33:36.334Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:33:36.334Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:33:36.334Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:33:36.343Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:33:36.343Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:33:36.343Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:33:36.343Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:36.343Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:36.344Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434416343, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:33:37.369Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:33:37.369Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:33:37.370Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:33:37.370Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:37.370Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:37.370Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:33:38.371Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:33:38.371Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:38.371Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:38.371Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:33:39.376Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:33:39.376Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:39.376Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:39.376Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:33:40.383Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:33:40.384Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:40.384Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:40.384Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:33:41.385Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:33:41.386Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:41.386Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:41.386Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:33:42.387Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:33:42.387Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:42.387Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:42.387Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:33:43.388Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:33:43.389Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:43.389Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:43.389Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:33:44.390Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T21:33:44.390Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:33:44.390Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T21:33:44.391Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:33:44.391Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:33:44.439Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:33:44.439Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:33:44.440Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:33:44.440Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T21:33:44.440Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:33:44.440Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:33:44.462Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:33:44.462Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7c8c47f0 2023-03-21T21:33:44.462Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:33:44.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:33:44.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:33:44.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:33:44.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:33:44.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:33:44.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:44.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:44.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434424463, "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-21T21:33:45.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:33:45.512Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T21:33:45.512Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:33:45.512Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T21:33:45.512Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:33:45.513Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:45.513Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:45.513Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434425512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:33:46.513Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:33:46.514Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T21:33:46.514Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:33:46.514Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:33:46.514Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:33:46.514Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434426513, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:33:47.515Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:33:47.541Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:33:47.545Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:33:47.545Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:33:47.545Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:33:47.545Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:33:47.545Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:33:47.545Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:33:47.545Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:33:47.545Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:33:47.546Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:33:47.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:33:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:33:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:33:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:33:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434382984, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434384090, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434385102, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434416343, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434424463, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434425512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T21:33:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:33:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:33:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434426513, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T21:33:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:34:17.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:34:17.568Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T21:34:17.569Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T21:34:17.569Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T21:34:17.573Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:34:17.585Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:34:17.585Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T21:34:17.590Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:34:17.730Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T21:34:17.731Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:34:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[180304], x-aai-txid=[0-aai-resources-230321-21:34:16:528-16843], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:34:17.731Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:34:17.731Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:34:17.732Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:34:17.742Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:34:17.742Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:34:17.742Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:34:17.742Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:34:17.742Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:34:17.742Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434457742, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:34:18.773Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:34:18.774Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:34:18.774Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:34:18.775Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:34:18.775Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:34:18.775Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:34:19.776Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:34:19.776Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:34:19.776Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:34:19.776Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:34:20.777Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:34:20.777Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:34:20.777Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:34:20.777Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:34:21.778Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:34:21.778Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:34:21.778Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:34:21.778Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:34:22.779Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:34:22.779Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:34:22.780Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:34:22.780Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:34:23.780Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:34:23.781Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:34:23.781Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:34:23.781Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:34:24.781Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:34:24.782Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:34:24.782Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:34:24.782Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:34:25.782Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:34:25.783Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:34:25.783Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:34:25.783Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:34:26.784Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T21:34:26.784Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:34:26.784Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T21:34:26.785Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:34:26.785Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:34:26.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:34:26.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:34:26.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:34:26.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:26.831Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:34:26.832Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:27.133Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:34:27.135Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T21:34:27.136Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T21:34:27.136Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:27.136Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:34:27.136Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:34:27.136Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:34:27.136Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434467136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:34:28.137Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:34:28.138Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:34:28.138Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:28.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:28.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:28.139Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:28.233Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9054520129703116857/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T21:34:28.926Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:34:28.927Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:34:28.928Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T21:34:28.990Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T21:34:28.990Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T21:34:28.990Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T21:34:28.990Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:34:28.990Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:34:28.990Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:34:28.990Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434468990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:34:29.991Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T21:34:29.992Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T21:34:29.992Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:34:29.992Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:34:29.992Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:34:29.992Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434469991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:34:30.993Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:34:31.021Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:34:31.026Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:34:31.026Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:34:31.026Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:34:31.026Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:34:31.026Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:34:31.027Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:34:31.027Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:34:31.027Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:34:31.027Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T21:34:31.043Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:34:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:34:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:34:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434457742, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:34:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:34:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:34:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:34:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:34:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:34:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:34:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:34:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:34:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:34:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:34:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:34:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:34:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434467136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:34:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:34:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:34:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434468990, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T21:34:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:34:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:34:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434469991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T21:34:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:01.043Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:35:01.055Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T21:35:01.055Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T21:35:01.056Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T21:35:01.063Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:35:01.078Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T21:35:01.078Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3b0601ab-96c0-49b9-8892-96ecee31a52d], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T21:35:01.085Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:35:01.212Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:35:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[123], vertex-id=[155696], x-aai-txid=[0-aai-resources-230321-21:35:00:024-8078], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:35:01.213Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:35:01.213Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T21:35:01.215Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:35:01.216Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T21:35:01.226Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T21:35:01.227Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:35:01.227Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:35:01.227Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:01.227Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:01.227Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434501227, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:35:02.254Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:35:02.255Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:35:02.255Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:02.255Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:02.256Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:02.256Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:03.256Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:03.257Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:03.257Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:03.257Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:04.257Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:04.258Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:04.258Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:04.258Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:05.259Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:05.260Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:05.260Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:05.260Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:06.261Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:06.262Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:06.262Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:06.262Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:07.263Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:07.263Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:07.263Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:07.263Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:08.264Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:08.264Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:08.264Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:08.264Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:09.265Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:09.265Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:09.266Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:09.266Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:10.266Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T21:35:10.267Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:35:10.267Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T21:35:10.267Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:35:10.267Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:35:10.298Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:35:10.298Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:35:10.298Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:35:10.299Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:10.299Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:35:10.299Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:10.610Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:35:10.612Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T21:35:10.612Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T21:35:10.612Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:10.612Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:35:10.613Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:10.613Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:10.613Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434510612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:11.613Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:35:11.614Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:35:11.614Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:11.614Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:11.615Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:11.616Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:11.692Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14075342245991722684/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T21:35:12.280Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:35:12.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:35:12.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:12.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:35:12.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:12.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:12.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:12.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:12.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:12.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:12.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:35:12.281Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:35:12.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:12.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:12.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T21:35:12.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:35:12.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:35:12.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:12.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:12.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T21:35:12.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:35:12.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:35:12.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:12.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:12.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:12.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:12.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:12.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:12.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:12.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:12.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:12.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:12.283Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T21:35:12.317Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T21:35:12.317Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T21:35:12.317Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T21:35:12.317Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:35:12.318Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:12.318Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:12.318Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434512317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:13.319Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T21:35:13.320Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T21:35:13.320Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:35:13.320Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:13.320Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:13.320Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434513319, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:14.321Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:35:14.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:35:14.359Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:35:14.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:35:14.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:35:14.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:35:14.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:35:14.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:35:14.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:35:14.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:35:14.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:35:14.376Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:35:44.376Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:35:44.388Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T21:35:44.388Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T21:35:44.389Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T21:35:44.392Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:35:44.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T21:35:44.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c87a41e-4179-4ef9-be64-7e08ad2378ce], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T21:35:44.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:35:44.568Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:35:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[532576], x-aai-txid=[2-aai-resources-230321-21:35:43:349-16589], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:35:44.569Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:35:44.569Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T21:35:44.569Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:35:44.569Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:35:44.577Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:35:44.577Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:35:44.577Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:35:44.577Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:44.577Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:44.577Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434544577, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:35:45.609Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:35:45.610Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:35:45.610Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:45.610Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:45.611Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:45.611Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:46.612Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:46.612Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:46.612Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:46.613Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:47.614Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:47.614Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:47.615Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:47.615Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:48.616Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:48.617Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:48.617Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:48.617Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434501227, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:35:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:35:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:35:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:35:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:35:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:35:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:35:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:35:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:35:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434510612, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:35:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434512317, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T21:35:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434513319, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T21:35:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434544577, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:35:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:35:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:35:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:35:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-21T21:35:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:35:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:35:49.618Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:49.618Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:49.618Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:49.618Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:50.620Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:50.620Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:50.620Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:50.620Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:51.622Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:51.622Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:51.622Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:51.622Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:52.623Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:35:52.624Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:52.624Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:52.624Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:53.626Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T21:35:53.626Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:35:53.626Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T21:35:53.627Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:35:53.627Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:35:53.663Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:35:53.664Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:35:53.664Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:35:53.664Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:53.664Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:35:53.664Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:53.965Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:35:53.966Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T21:35:53.967Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T21:35:53.967Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:53.967Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:35:53.967Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:53.967Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:53.967Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434553967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:54.968Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:35:54.969Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:35:54.969Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:54.969Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:54.970Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:54.970Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:55.045Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9946618693871922024/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T21:35:55.648Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:35:55.649Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:35:55.649Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:55.649Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:35:55.649Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:55.649Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:55.649Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:55.650Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:55.650Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:55.650Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:55.650Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:35:55.650Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:35:55.650Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:55.650Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:55.650Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T21:35:55.650Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:35:55.650Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:35:55.651Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:55.651Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:55.651Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T21:35:55.651Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:35:55.651Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:35:55.651Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:55.651Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:55.651Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:55.651Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:55.651Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:55.651Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:55.652Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:55.652Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:55.652Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:35:55.652Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:35:55.652Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T21:35:55.700Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T21:35:55.700Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T21:35:55.700Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T21:35:55.700Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:35:55.701Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:55.701Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:55.701Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434555700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:56.702Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T21:35:56.702Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T21:35:56.703Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:35:56.703Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:35:56.703Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:35:56.703Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434556702, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:35:57.703Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:35:57.729Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:35:57.733Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:35:57.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:35:57.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:35:57.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:35:57.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:35:57.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:35:57.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:35:57.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:35:57.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T21:35:57.748Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:36:27.749Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:36:27.760Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T21:36:27.761Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T21:36:27.761Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T21:36:27.768Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:36:27.791Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T21:36:27.791Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d18eef6e-6675-4c91-bd3d-c385b9e3c971], X-ECOMP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-TransactionId=[], X-ONAP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], Content-Type=[application/merge-patch+json]} 2023-03-21T21:36:27.798Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:36:27.936Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:36:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[237608], x-aai-txid=[1-aai-resources-230321-21:36:26:735-49552], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:36:27.937Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:36:27.937Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T21:36:27.938Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:36:27.938Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T21:36:27.947Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T21:36:27.948Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:36:27.948Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:36:27.948Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:27.948Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:27.948Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434587948, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:36:28.980Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:36:28.981Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:36:28.981Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:36:28.981Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:28.981Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:28.981Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:36:29.983Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:36:29.983Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:29.984Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:29.984Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:36:30.985Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:36:30.985Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:30.985Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:30.985Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:36:31.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:36:31.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:31.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:31.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:36:32.989Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:36:32.989Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:32.989Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:32.989Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:36:33.990Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:36:33.991Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:33.991Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:33.991Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:36:34.992Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:36:34.992Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:34.993Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:34.993Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:36:35.993Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:36:35.994Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:35.994Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:35.994Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:36:36.994Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:36:36.995Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:36.995Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:36.995Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:36:37.995Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:36:37.996Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:37.996Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:37.996Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:36:38.996Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T21:36:38.997Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:36:38.997Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T21:36:38.997Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:36:38.997Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:36:39.043Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:36:39.043Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:36:39.043Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:36:39.043Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T21:36:39.044Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:36:39.044Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:36:39.076Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:36:39.077Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6a058dc2 2023-03-21T21:36:39.077Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:36:39.077Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:36:39.077Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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 8b453f05-7c27-49e3-aaaa-250da7e35e19 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:36:39.077Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:36:39.077Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:36:39.077Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:36:39.077Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:39.077Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:39.077Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434599077, "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-21T21:36:40.078Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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:8b453f05-7c27-49e3-aaaa-250da7e35e19) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:36:40.126Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists 2023-03-21T21:36:40.126Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:36:40.127Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists) 2023-03-21T21:36:40.127Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:36:40.127Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:40.127Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:40.127Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434600126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:36:41.128Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:36:41.128Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists) 2023-03-21T21:36:41.128Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:36:41.128Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:36:41.128Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:36:41.129Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434601128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:36:42.130Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:36:42.161Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:36:42.164Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:36:42.165Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:36:42.165Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:36:42.165Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:36:42.165Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:36:42.165Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:36:42.165Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:36:42.165Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:36:42.165Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:36:42.178Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:36:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:36:49.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:36:49.173Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:36:49.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:12.179Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:37:12.188Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T21:37:12.188Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T21:37:12.190Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T21:37:12.196Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:37:12.210Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T21:37:12.210Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75dffbf8-ea8d-49ec-8e47-9920d3889e21], X-ECOMP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-TransactionId=[], X-ONAP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], Content-Type=[application/merge-patch+json]} 2023-03-21T21:37:12.217Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:37:12.369Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:37:11 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[274488], x-aai-txid=[0-aai-resources-230321-21:37:11:155-22005], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:37:12.370Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:37:12.375Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T21:37:12.376Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:37:12.377Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:37:12.383Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:37:12.383Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:37:12.383Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:37:12.383Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:12.384Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:12.384Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434632383, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:37:13.408Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:37:13.408Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:37:13.409Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:37:13.409Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:13.409Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:13.409Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:37:14.410Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:37:14.410Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:14.410Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:14.410Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:37:15.411Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:37:15.412Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:15.412Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:15.412Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:37:16.413Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:37:16.413Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:16.413Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:16.413Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:37:17.414Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:37:17.414Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:17.414Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:17.415Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:37:18.416Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:37:18.416Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:18.416Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:18.416Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:37:19.417Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:37:19.417Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:19.417Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:19.418Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:37:20.419Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:37:20.420Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:20.420Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:20.420Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:37:21.421Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T21:37:21.421Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:37:21.422Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T21:37:21.422Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:37:21.422Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:37:21.469Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:37:21.469Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:37:21.470Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:37:21.470Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T21:37:21.470Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:37:21.470Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T21:37:21.495Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:37:21.495Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@378ec74f 2023-03-21T21:37:21.495Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:37:21.495Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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": [ "BasicVmMacro" ] } } } 2023-03-21T21:37:21.495Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ebe5950d-5230-4fd7-b91c-10040c72a7c9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:37:21.495Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:37:21.495Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:37:21.496Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:37:21.496Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:21.496Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:21.496Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434641495, "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-21T21:37:22.496Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:ebe5950d-5230-4fd7-b91c-10040c72a7c9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:37:22.534Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists 2023-03-21T21:37:22.534Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:37:22.534Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists) 2023-03-21T21:37:22.534Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:37:22.534Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:22.534Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:22.535Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434642534, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:37:23.535Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:37:23.536Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists) 2023-03-21T21:37:23.536Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:37:23.536Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:23.536Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:23.536Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434643535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:37:24.537Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:37:24.562Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:37:24.566Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:37:24.566Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:37:24.566Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:37:24.566Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:37:24.566Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:37:24.566Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:37:24.566Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:37:24.566Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:37:24.566Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:37:24.581Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:37:49.173Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:37:49.188Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.188Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:37:49.188Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434553967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434555700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434556702, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T21:37:49.191Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434587948, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.192Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434599077, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434600126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434601128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } 2023-03-21T21:37:49.193Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:37:54.581Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:37:54.599Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T21:37:54.599Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T21:37:54.600Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T21:37:54.605Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:37:54.623Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T21:37:54.624Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76a51249-7369-4841-8a19-1a21e60c56d0], X-ECOMP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-TransactionId=[], X-ONAP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], Content-Type=[application/merge-patch+json]} 2023-03-21T21:37:54.631Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:37:54.776Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:37:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[225360], x-aai-txid=[2-aai-resources-230321-21:37:53:569-16582], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:37:54.777Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:37:54.778Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T21:37:54.778Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:37:54.778Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:37:54.790Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:37:54.790Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:37:54.790Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:37:54.790Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:54.790Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:54.790Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434674790, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:37:55.821Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:37:55.821Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:37:55.821Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:37:55.821Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:55.821Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:55.821Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:37:56.822Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:37:56.822Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:56.822Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:56.823Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:37:57.823Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:37:57.824Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:57.824Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:57.824Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:37:58.824Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:37:58.825Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:58.825Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:58.825Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:37:59.825Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:37:59.825Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:37:59.825Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:37:59.826Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:38:00.826Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:38:00.827Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:00.827Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:00.827Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:38:01.828Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:38:01.828Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:01.828Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:01.828Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:38:02.829Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:38:02.829Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:02.829Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:02.829Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:38:03.830Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:38:03.830Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:03.830Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:03.830Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:38:04.831Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T21:38:04.831Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:38:04.831Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T21:38:04.831Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:38:04.831Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:38:04.873Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:38:04.874Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:38:04.874Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:38:04.874Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:38:04.874Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:38:04.875Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:38:04.897Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:38:04.898Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@624475b2 2023-03-21T21:38:04.898Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:38:04.898Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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": [ "TestPnfMacro" ] } } } 2023-03-21T21:38:04.898Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5dee975a-7f55-4449-a1f5-aa20456c8216 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:38:04.898Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:38:04.898Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:38:04.898Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:38:04.899Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:04.899Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:04.899Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434684898, "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-21T21:38:05.900Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:5dee975a-7f55-4449-a1f5-aa20456c8216) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:38:05.944Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists 2023-03-21T21:38:05.944Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:38:05.945Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists) 2023-03-21T21:38:05.945Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:38:05.945Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:05.945Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:05.945Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434685944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:38:06.946Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:38:06.946Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists) 2023-03-21T21:38:06.946Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:38:06.946Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:06.946Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:06.947Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434686946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:38:07.947Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:38:07.971Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:38:07.976Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:38:07.976Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:38:07.976Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:38:07.976Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:38:07.977Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:38:07.977Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:38:07.977Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:38:07.977Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:38:07.977Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:38:07.991Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:38:37.992Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:38:38.003Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T21:38:38.004Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T21:38:38.004Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T21:38:38.009Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:38:38.021Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T21:38:38.022Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[871375ac-8df8-42a4-a3d0-5b07be284d0a], X-ECOMP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-TransactionId=[], X-ONAP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], Content-Type=[application/merge-patch+json]} 2023-03-21T21:38:38.029Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:38:38.174Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:38:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[208944], x-aai-txid=[2-aai-resources-230321-21:38:36:967-35161], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:38:38.174Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:38:38.175Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T21:38:38.175Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:38:38.175Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:38:38.182Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:38:38.182Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:38:38.182Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:38:38.183Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:38.183Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:38.183Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434718182, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:38:39.206Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:38:39.206Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"1730a31c-6753-4a08-aae8-7d58b8d7d655","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"27f5ccc4-d817-4ebf-a428-29d3f28c84e2","serviceDescription":"service","serviceInvariantUUID":"680439e8-559c-47b7-bba9-2cf929a66403","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c","resourceInvariantUUID":"1576bb0a-57a7-4a23-b6a6-5bc6e281ec29","resourceCustomizationUUID":"0da37cbb-9241-40a0-92d9-f83c9e0485cf","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":"MzA3MDVjZmRmYzk1MDQ0YWI4ZGZjNjJmZTE5NWJlYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad5ab004-4bee-4c36-8d08-1dc1195c8e46","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":"979932fe-7833-4694-ae40-a97babb6e0b6","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":"7becd4ac-55ee-4f1e-93b6-9aca58fa737b","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":"OGEzYjk5NTI2NWEyNzc1MGVmOTQ5NmU0NjMyNGY5ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02a28dd9-3085-441c-9216-4ea63ea6fb65","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":"486b77b3-c771-408b-821c-2aeaa75eae2b","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":"df687656-0f60-4963-8316-5e6b16dd94ac","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":"a1a01667-0052-41b8-ad9d-8b227f9192f1","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":"NzZkOGI0N2U3MTJhYzMxM2YzNWNhYTAxYmUxMGZjZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"328f3a88-98bc-44ba-9e1c-ee0ba24c47dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"955effc8-3820-4d7a-8b91-f129e875b6b9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:38:39.206Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:38:39.207Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:39.207Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:39.207Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:38:40.207Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:38:40.208Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:40.208Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:40.208Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:38:41.208Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:38:41.209Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:41.209Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:41.209Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:38:42.211Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:38:42.211Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:42.211Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:42.211Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:38:43.212Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:38:43.212Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:43.212Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:43.212Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:38:44.213Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:38:44.213Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:44.214Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:44.214Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:38:45.214Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:38:45.215Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:45.215Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:45.215Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:38:46.216Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:38:46.216Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:46.216Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:46.217Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:38:47.217Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:38:47.218Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:47.218Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:47.218Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:38:48.219Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "27f5ccc4-d817-4ebf-a428-29d3f28c84e2", "serviceDescription": "service", "serviceInvariantUUID": "680439e8-559c-47b7-bba9-2cf929a66403", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0da37cbb-9241-40a0-92d9-f83c9e0485cf", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c", "resourceInvariantUUID": "1576bb0a-57a7-4a23-b6a6-5bc6e281ec29", "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": "YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "955effc8-3820-4d7a-8b91-f129e875b6b9" } ], "workloadContext": "Production" } 2023-03-21T21:38:48.219Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:38:48.220Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC 2023-03-21T21:38:48.220Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1730a31c-6753-4a08-aae8-7d58b8d7d655 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ServiceInvariantUUID:680439e8-559c-47b7-bba9-2cf929a66403 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:955effc8-3820-4d7a-8b91-f129e875b6b9 ArtifactChecksum:YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0da37cbb-9241-40a0-92d9-f83c9e0485cf ResourceInvariantUUID:1576bb0a-57a7-4a23-b6a6-5bc6e281ec29 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:38:48.220Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:38:48.267Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:38:48.268Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:38:48.268Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:38:48.268Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:38:48.268Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:38:48.268Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:38:48.290Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:38:48.291Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@71339408 2023-03-21T21:38:48.291Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:38:48.291Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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": [ "TestPnfMacro" ] } } } 2023-03-21T21:38:48.291Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 955effc8-3820-4d7a-8b91-f129e875b6b9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:38:48.291Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:38:48.291Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:38:48.291Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:38:48.291Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:48.291Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:48.291Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434728291, "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-21T21:38:49.172Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:38:49.172Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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-21T21:38:49.186Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:38:49.186Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:38:49.190Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:38:49.190Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 51: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:38:49.203Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=51, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:38:49.203Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:38:49.203Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:38:49.206Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:38:49.206Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:38:49.206Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:38:49.206Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2077, offsetEpoch=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-21T21:38:49.206Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:38:49.206Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:38:49.292Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:955effc8-3820-4d7a-8b91-f129e875b6b9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:38:49.339Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists 2023-03-21T21:38:49.339Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:38:49.339Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists) 2023-03-21T21:38:49.339Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:38:49.339Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:49.340Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:49.340Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434729339, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434632383, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T21:38:50.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434641495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434642534, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434643535, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434674790, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.223Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434684898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434685944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434686946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434718182, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434728291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434729339, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } 2023-03-21T21:38:50.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:38:50.340Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:38:50.341Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists) 2023-03-21T21:38:50.341Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:38:50.341Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:38:50.341Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:38:50.341Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434730340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:38:51.342Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:38:51.372Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:38:51.377Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:38:51.377Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:38:51.377Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:38:51.377Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:38:51.378Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:38:51.378Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:38:51.378Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:38:51.378Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:38:51.378Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:38:51.392Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:39:21.393Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:39:21.402Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and serviceModelVersionId: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T21:39:21.402Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 680439e8-559c-47b7-bba9-2cf929a66403 2023-03-21T21:39:21.403Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 2023-03-21T21:39:21.407Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:39:21.418Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:39:21.419Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||Invoke 2023-03-21T21:39:21.427Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:39:21.592Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||InvokeReturn 2023-03-21T21:39:21.592Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:39:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[594016], x-aai-txid=[0-aai-resources-230321-21:39:20:364-27633], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:39:21.592Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:39:21.593Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:39:21.594Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:39:21.598Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:39:21.599Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1730a31c-6753-4a08-aae8-7d58b8d7d655 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:39:21.599Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:39:21.599Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:39:21.599Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:39:21.599Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434761599, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:39:22.631Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:39:22.631Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"be804afb-371a-4e4a-b452-fe3d631d4d8a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b14a5d24-609a-4621-9245-02be9977a28a","serviceDescription":"service","serviceInvariantUUID":"136d285d-e4af-4545-81bf-7e9378a9c864","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b7a575d-86f2-47f1-80b7-9760bf67f0cf","resourceInvariantUUID":"f6a448c5-fe60-44c5-a04c-5173ae5e57e8","resourceCustomizationUUID":"670ba865-de8e-4900-8a19-cb55a379368b","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":"OWQzZTY3NTJlMWVlYTg5MDVhMzZmNzlhNTI2NDk3ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89a26d38-c868-4647-810f-24c563d14fb3","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":"955b57b9-cf0f-4221-9f6b-9eafd43bd3ca","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":"9a08c3da-1608-41d7-b522-41ba5acb403b","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":"ZmM5NjAyNGIxNTI0ZTFhMjIzOTY2NTRlNTgzODU3NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5facb907-bc63-4a2e-bfd5-0ef0fee184b4","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":"972c44fc-576c-4e2d-939e-f61244671d56","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":"65118ee5-bc61-4d1f-bc32-f83be325c9f3","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":"7d3af18c-1ff3-48ca-b258-3d5721f48252","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":"NGFlNzIxYzRkZTQ3NDRkMjM5YzZkMzZhMjMxZTVkNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc877855-6d4d-4dca-836e-0500d59f9740","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc5bb7d8-11b2-4e60-a503-312fc026e411","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:39:22.632Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:39:22.632Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:39:22.632Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:39:22.632Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:39:23.633Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:39:23.634Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:39:23.634Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:39:23.634Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:39:24.634Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:39:24.635Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:39:24.635Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:39:24.635Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:39:25.636Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:39:25.636Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:39:25.636Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:39:25.636Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:39:26.637Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:39:26.637Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:39:26.637Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:39:26.638Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:39:27.638Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:39:27.638Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:39:27.639Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:39:27.639Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:39:28.639Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:39:28.639Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:39:28.640Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:39:28.640Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:39:29.640Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:39:29.641Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:39:29.641Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:39:29.641Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "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-21T21:39:30.641Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:39:30.642Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:39:30.642Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:39:30.642Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:39:31.642Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b14a5d24-609a-4621-9245-02be9977a28a", "serviceDescription": "service", "serviceInvariantUUID": "136d285d-e4af-4545-81bf-7e9378a9c864", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "670ba865-de8e-4900-8a19-cb55a379368b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7b7a575d-86f2-47f1-80b7-9760bf67f0cf", "resourceInvariantUUID": "f6a448c5-fe60-44c5-a04c-5173ae5e57e8", "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": "Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dc5bb7d8-11b2-4e60-a503-312fc026e411" } ], "workloadContext": "Production" } 2023-03-21T21:39:31.643Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:39:31.643Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b14a5d24-609a-4621-9245-02be9977a28a ASDC 2023-03-21T21:39:31.643Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:be804afb-371a-4e4a-b452-fe3d631d4d8a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b14a5d24-609a-4621-9245-02be9977a28a ServiceInvariantUUID:136d285d-e4af-4545-81bf-7e9378a9c864 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:dc5bb7d8-11b2-4e60-a503-312fc026e411 ArtifactChecksum:Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:670ba865-de8e-4900-8a19-cb55a379368b ResourceInvariantUUID:f6a448c5-fe60-44c5-a04c-5173ae5e57e8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:7b7a575d-86f2-47f1-80b7-9760bf67f0cf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:39:31.643Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b14a5d24-609a-4621-9245-02be9977a28a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:39:31.689Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:39:31.690Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:39:31.690Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:39:31.690Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dc5bb7d8-11b2-4e60-a503-312fc026e411 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:39:31.690Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:39:31.691Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:39:31.710Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:39:31.710Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30636ea6 2023-03-21T21:39:31.711Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:39:31.711Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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": [ "TestPnfMacro" ] } } } 2023-03-21T21:39:31.711Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dc5bb7d8-11b2-4e60-a503-312fc026e411 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:39:31.711Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:39:31.712Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:39:31.712Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:39:31.712Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:39:31.712Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:39:31.712Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434771711, "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-21T21:39:32.713Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:dc5bb7d8-11b2-4e60-a503-312fc026e411) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T21:39:32.729Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T21:39:32.730Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b7a575d-86f2-47f1-80b7-9760bf67f0cf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T21:39:32.737Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:39:32.759Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf test-pnf 2023-03-21T21:39:32.760Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T21:39:32.760Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T21:39:32.760Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 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-21T21:39:32.765Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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$$2da00d2a.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-21T21:39:32.787Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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$$2da00d2a.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-21T21:39:32.791Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 0 ASDC deployResourceStructure 2023-03-21T21:39:32.792Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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$$2da00d2a.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-21T21:39:32.792Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:39:32.792Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:39:32.792Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:39:32.792Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:39:32.792Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:39:32.792Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434772792, "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-21T21:39:33.793Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:39:33.817Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:39:33.821Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:39:33.821Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:39:33.821Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:39:33.821Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:39:33.821Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:39:33.821Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:39:33.822Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:39:33.822Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T21:39:33.822Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:39:33.834Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:39:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:39:49.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T21:39:49.175Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434730340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } 2023-03-21T21:39:49.176Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:03.834Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:40:03.854Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and serviceModelVersionId: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T21:40:03.854Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 136d285d-e4af-4545-81bf-7e9378a9c864 2023-03-21T21:40:03.855Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 2023-03-21T21:40:03.857Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:40:03.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||Invoke 2023-03-21T21:40:03.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a4e4cd9-a51f-47ff-a1e2-38e25553685a], X-ECOMP-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], X-TransactionId=[], X-ONAP-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], Content-Type=[application/merge-patch+json]} 2023-03-21T21:40:03.874Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T21:40:04.016Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:40:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[278592], x-aai-txid=[2-aai-resources-230321-21:40:02:815-24608], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:40:04.017Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:40:04.017Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||InvokeReturn 2023-03-21T21:40:04.018Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:40:04.018Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T21:40:04.027Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T21:40:04.028Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be804afb-371a-4e4a-b452-fe3d631d4d8a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T21:40:04.028Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:40:04.029Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:40:04.029Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:40:04.029Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434804028, "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-21T21:40:05.054Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T21:40:05.054Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T21:40:05.055Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-21T21:40:05.056Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-21T21:40:05.056Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:40:05.056Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:40:05.056Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:40:05.056Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T21:40:05.060Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:40:05.061Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-a60d4c77-6df7-486a-bbac-097a0c1d766f 2023-03-21T21:40:05.061Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:40:05.061Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T21:40:07.555Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:10.576Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:13.584Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:16.593Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:19.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:22.609Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:25.617Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:28.626Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:31.635Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:34.652Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:37.660Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:40.672Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:43.683Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:46.695Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:40:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:40:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:40:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:40:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:40:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-a60d4c77-6df7-486a-bbac-097a0c1d766f', protocol='range'} 2023-03-21T21:40:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:40:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:40:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:40:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:40:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:40:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:40:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 52: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-a60d4c77-6df7-486a-bbac-097a0c1d766f=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:40:49.206Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-a60d4c77-6df7-486a-bbac-097a0c1d766f', protocol='range'} 2023-03-21T21:40:49.206Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=52, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:40:49.207Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:40:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:40:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:40:49.207Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:40:49.209Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:40:49.209Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:40:49.209Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:40:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:40:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:40:49.210Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:40:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2115, offsetEpoch=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-21T21:40:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:40:49.210Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:40:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:40:49.210Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:40:49.210Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:40:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434761599, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:40:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:40:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:40:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:40:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:40:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:40:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:40:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:40:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:40:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434024523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:40:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434771711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:40:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434772792, "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-21T21:40:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434804028, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T21:40:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:40:50.248Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:40:50.248Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:40:50.249Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:40:50.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:40:50.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:40:50.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:40:51.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:40:51.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:40:51.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:40:51.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:40:52.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:40:52.252Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:40:52.252Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:40:52.253Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:40:53.253Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:40:53.254Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:40:53.254Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:40:53.254Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:40:54.254Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:40:54.255Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:40:54.255Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:40:54.255Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:40:55.255Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:40:55.256Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:40:55.256Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:40:55.256Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:40:56.256Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:40:56.257Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:40:56.257Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:40:56.257Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:40:57.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T21:40:57.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:40:57.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T21:40:57.259Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:40:57.259Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:40:57.300Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:40:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:40:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:40:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T21:40:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:40:57.301Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T21:40:57.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:40:57.331Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6a5c8e87 2023-03-21T21:40:57.331Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:40:57.331Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T21:40:57.331Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:40:57.331Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T21:40:57.331Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T21:40:57.331Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:40:57.332Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:40:57.332Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:40:57.332Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434857331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:40:58.332Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T21:40:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:40:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T21:40:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T21:40:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T21:40:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T21:40:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:40:58.356Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T21:40:58.373Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:40:58.373Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5b68c1bf 2023-03-21T21:40:58.373Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:40:58.373Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T21:40:58.374Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:40:58.374Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T21:40:58.374Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T21:40:58.374Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:40:58.374Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:40:58.374Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:40:58.375Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434858374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:40:59.376Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T21:40:59.377Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:40:59.402Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:40:59.406Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:40:59.406Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:41:29.407Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:41:29.432Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:41:29.436Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:41:29.436Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:41:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:41:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:41:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:41:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:41:59.437Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:41:59.464Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:41:59.468Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:41:59.468Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:42:29.469Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:42:29.495Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:42:29.499Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:42:29.499Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:42:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:42:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:42:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:42:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:42:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:42:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T21:42:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:42:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:42:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:42:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:42:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:42:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T21:42:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:42:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:42:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:42:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:42:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:42:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:42:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:42:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:42:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434857331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:42:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:42:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:42:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679434858374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:42:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:42:59.499Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:42:59.522Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:42:59.526Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:42:59.527Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:43:29.527Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:43:29.556Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:43:29.561Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:43:29.561Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:43:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:43:59.562Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:43:59.591Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:43:59.595Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:43:59.595Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:44:29.596Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:44:29.616Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:44:29.619Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:44:29.620Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:44:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:44:59.620Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:44:59.643Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:44:59.647Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:44:59.647Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:45:29.648Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:45:29.673Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:45:29.677Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:45:29.677Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:45:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:45:50.291Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:45:50.291Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-a60d4c77-6df7-486a-bbac-097a0c1d766f 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-21T21:45:50.292Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T21:45:50.292Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T21:45:52.783Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:45:52.796Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:45:52.797Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:45:52.800Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:45:52.801Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 53: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:45:52.816Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=53, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:45:52.816Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:45:52.816Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:45:52.820Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:45:52.820Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:45:52.820Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:45:52.820Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2137, offsetEpoch=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-21T21:45:52.821Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:45:52.821Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:45:59.677Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T21:45:59.678Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:45:59.687Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T21:45:59.688Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T21:45:59.688Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T21:45:59.692Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:45:59.703Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T21:45:59.703Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[164d03e0-818d-4a04-ac81-8a405021e7fa], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T21:45:59.709Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T21:45:59.839Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:45:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[196672], x-aai-txid=[2-aai-resources-230321-21:45:58:643-22831], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:45:59.839Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:45:59.840Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T21:45:59.840Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:45:59.840Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:45:59.850Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:45:59.850Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T21:45:59.850Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T21:45:59.850Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:45:59.850Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:45:59.850Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435159850, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:45:59.869Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:45:59.869Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435159850, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T21:45:59.870Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:46:00.876Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:46:00.877Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:46:00.877Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:46:00.889Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:00.889Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:00.889Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:46:01.890Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:46:01.891Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:01.891Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:01.891Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:46:02.892Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T21:46:02.892Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:46:02.892Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T21:46:02.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T21:46:02.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:46:02.928Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:46:02.929Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:46:02.929Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:46:02.929Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T21:46:02.929Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:46:02.929Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:46:02.959Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:46:02.959Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1d9244e 2023-03-21T21:46:02.960Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:46:02.960Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:46:02.960Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:46:02.960Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:46:02.960Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:46:02.960Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:46:02.960Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:02.960Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:02.960Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435162960, "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-21T21:46:03.961Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:46:04.007Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T21:46:04.008Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:46:04.008Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T21:46:04.008Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:46:04.008Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:04.008Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:04.008Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435164008, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:46:05.009Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:46:05.009Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T21:46:05.009Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:46:05.010Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:05.010Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:05.010Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435165009, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:46:06.011Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:46:06.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:46:06.037Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:46:06.038Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:46:06.038Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:46:06.038Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:46:06.038Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:46:06.038Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:46:06.038Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:46:06.038Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:46:06.038Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:46:06.048Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:46:36.049Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:46:36.053Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T21:46:36.054Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T21:46:36.054Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T21:46:36.057Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:46:36.069Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T21:46:36.069Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0a0d434c-8105-4045-b0fe-b9d59f04c23d], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T21:46:36.077Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:46:36.204Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:46:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[123], vertex-id=[495712], x-aai-txid=[1-aai-resources-230321-21:46:35:011-46317], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:46:36.205Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:46:36.205Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T21:46:36.206Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:46:36.207Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:46:36.214Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:46:36.214Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:46:36.214Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:46:36.214Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:36.215Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:36.215Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435196214, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:46:37.231Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:46:37.231Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:46:37.231Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:46:37.231Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:37.232Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:37.232Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:46:38.233Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:46:38.233Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:38.233Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:38.234Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:46:39.235Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:46:39.235Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:39.235Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:39.236Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:46:40.236Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:46:40.237Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:40.237Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:40.237Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:46:41.237Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:46:41.238Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:41.238Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:41.238Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:46:42.239Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:46:42.240Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:42.240Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:42.240Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:46:43.241Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:46:43.243Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:43.243Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:43.243Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:46:44.244Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T21:46:44.245Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:46:44.245Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T21:46:44.246Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:46:44.246Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:46:44.268Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:46:44.269Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:46:44.269Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:46:44.269Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T21:46:44.269Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:46:44.269Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:46:44.294Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:46:44.294Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@20c96cb4 2023-03-21T21:46:44.295Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:46:44.295Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:46:44.295Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:46:44.296Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:46:44.296Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:46:44.296Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:46:44.296Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:44.296Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:44.296Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435204296, "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-21T21:46:45.297Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:46:45.334Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T21:46:45.334Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:46:45.334Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T21:46:45.335Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:46:45.335Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:45.335Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:45.335Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435205334, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:46:46.336Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:46:46.336Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T21:46:46.336Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:46:46.337Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:46:46.337Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:46:46.337Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435206336, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:46:47.338Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:46:47.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:46:47.347Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:46:47.347Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:46:47.347Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:46:47.347Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:46:47.347Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:46:47.347Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:46:47.347Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:46:47.347Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:46:47.347Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:46:47.351Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:46:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:46:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:46:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:46:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435162960, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:46:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435164008, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T21:46:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435165009, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T21:46:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435196214, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:46:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:46:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:46:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T21:46:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:46:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435204296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435205334, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T21:46:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:46:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:46:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435206336, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T21:46:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:47:17.352Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:47:17.361Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T21:47:17.361Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T21:47:17.362Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T21:47:17.367Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:47:17.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T21:47:17.380Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a974784-fc9b-46cb-8e80-035edae78010], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T21:47:17.386Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:47:17.527Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:47:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[180304], x-aai-txid=[0-aai-resources-230321-21:47:16:321-52962], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:47:17.527Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:47:17.527Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T21:47:17.527Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:47:17.527Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:47:17.537Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:47:17.537Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:47:17.537Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:47:17.537Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:47:17.537Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:47:17.537Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435237537, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:47:18.565Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:47:18.565Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:47:18.565Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:47:18.565Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:47:18.565Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:47:18.565Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:47:19.566Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:47:19.566Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:47:19.566Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:47:19.566Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:47:20.567Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:47:20.567Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:47:20.567Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:47:20.568Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:47:21.568Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:47:21.568Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:47:21.569Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:47:21.569Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:47:22.569Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:47:22.569Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:47:22.569Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:47:22.570Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:47:23.570Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:47:23.570Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:47:23.571Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:47:23.571Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:47:24.571Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:47:24.572Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:47:24.572Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:47:24.572Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:47:25.572Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:47:25.573Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:47:25.573Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:47:25.573Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:47:26.574Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T21:47:26.574Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:47:26.574Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T21:47:26.574Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:47:26.575Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:47:26.598Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:47:26.599Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:47:26.599Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:47:26.599Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:26.599Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:47:26.599Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:26.887Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:47:26.889Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T21:47:26.889Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T21:47:26.889Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:26.889Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:47:26.890Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:47:26.890Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:47:26.890Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435246889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:47:27.890Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:47:27.891Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:47:27.891Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:27.892Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:27.892Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:27.892Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:27.965Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18119480861379626285/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T21:47:28.583Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T21:47:28.584Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:47:28.585Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T21:47:28.614Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T21:47:28.614Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T21:47:28.614Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T21:47:28.614Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:47:28.614Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:47:28.614Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:47:28.614Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435248614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:47:29.615Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T21:47:29.615Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T21:47:29.615Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:47:29.615Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:47:29.615Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:47:29.616Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435249615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:47:30.616Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:47:30.626Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:47:30.628Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:47:30.628Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:47:30.628Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:47:30.628Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:47:30.628Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:47:30.628Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:47:30.628Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:47:30.629Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:47:30.629Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T21:47:30.635Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:47:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:47:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:47:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435237537, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:47:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:47:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:47:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:47:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:47:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:47:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:47:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:47:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:47:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:47:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:47:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:47:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435246889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435248614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T21:47:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:47:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:47:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435249615, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T21:47:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:00.635Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:48:00.645Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T21:48:00.645Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T21:48:00.645Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T21:48:00.650Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:48:00.662Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T21:48:00.662Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[63203f07-d324-4548-ad3a-542faeb41bc3], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T21:48:00.674Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:48:00.824Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:47:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[155696], x-aai-txid=[1-aai-resources-230321-21:47:59:607-691], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:48:00.824Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:48:00.825Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T21:48:00.825Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:48:00.825Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T21:48:00.836Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T21:48:00.836Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:48:00.836Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:48:00.837Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:00.837Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:00.837Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435280836, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:48:01.854Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:48:01.854Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:48:01.855Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:01.855Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:01.855Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:01.855Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:02.855Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:02.856Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:02.856Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:02.856Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:03.857Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:03.857Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:03.857Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:03.857Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:04.858Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:04.858Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:04.858Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:04.858Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:05.859Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:05.859Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:05.859Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:05.859Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:06.860Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:06.861Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:06.861Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:06.861Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:07.862Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:07.862Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:07.863Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:07.863Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:08.863Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:08.864Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:08.864Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:08.864Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:09.865Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T21:48:09.865Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:48:09.866Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T21:48:09.866Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:48:09.867Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:48:09.899Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:48:09.899Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:48:09.900Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:48:09.900Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:09.900Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:48:09.900Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:10.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:48:10.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T21:48:10.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T21:48:10.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:10.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:48:10.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:10.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:10.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435290184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:11.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:48:11.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:48:11.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:11.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:11.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:11.190Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:11.270Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1503903836847917094/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T21:48:11.839Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:48:11.839Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:48:11.839Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:11.839Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:48:11.839Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:11.839Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:11.840Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T21:48:11.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:48:11.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:48:11.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:11.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:11.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:11.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:11.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:11.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:11.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:11.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:11.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:11.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:11.841Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T21:48:11.869Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T21:48:11.870Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T21:48:11.870Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T21:48:11.870Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:48:11.870Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:11.870Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:11.870Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435291870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:12.871Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T21:48:12.871Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T21:48:12.871Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:48:12.871Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:12.871Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:12.871Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435292871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:13.872Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:48:13.902Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:48:13.910Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:48:13.910Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:48:13.910Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:48:13.910Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:48:13.910Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:48:13.910Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:48:13.910Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:48:13.910Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:48:13.910Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:48:13.923Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:48:43.926Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:48:43.931Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T21:48:43.931Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T21:48:43.931Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T21:48:43.936Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:48:43.948Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T21:48:43.948Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[775e4cfc-27c1-4a24-b43e-d841113c9d9d], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T21:48:43.952Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:48:44.092Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:48:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[532576], x-aai-txid=[1-aai-resources-230321-21:48:42:886-97387], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:48:44.092Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:48:44.093Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T21:48:44.093Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:48:44.093Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:48:44.100Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T21:48:44.100Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:48:44.100Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:48:44.100Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:44.100Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:44.100Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435324100, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:48:45.117Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:48:45.117Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:48:45.117Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:45.117Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:45.117Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:45.118Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:46.118Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:46.118Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:46.119Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:46.119Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:47.119Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:47.120Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:47.120Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:47.120Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:48.121Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:48.121Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:48.122Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:48.122Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:49.123Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:49.123Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:49.123Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:49.123Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435280836, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:48:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:48:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:48:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:48:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:48:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:48:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:48:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:48:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:48:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435290184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:48:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435291870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T21:48:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435292871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T21:48:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435324100, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:48:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:48:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:48:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:48:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:48:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:48:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:48:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:48:50.124Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:50.124Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:50.124Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:50.125Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:51.125Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:51.126Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:51.126Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:51.126Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:52.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:48:52.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:52.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:52.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:53.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T21:48:53.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:48:53.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T21:48:53.130Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:48:53.130Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:48:53.158Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:48:53.159Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:48:53.159Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:48:53.159Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:53.159Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:48:53.159Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:53.444Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T21:48:53.447Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T21:48:53.447Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T21:48:53.447Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:53.447Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T21:48:53.447Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:53.447Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:53.448Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435333447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:54.449Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:48:54.449Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:48:54.450Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:54.450Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:54.450Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:54.451Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:54.529Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11771118574737083725/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T21:48:55.075Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T21:48:55.075Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:48:55.075Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:55.075Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T21:48:55.075Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:55.075Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:55.075Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:55.076Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:55.076Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:55.076Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:55.076Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T21:48:55.076Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T21:48:55.077Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:55.077Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:55.077Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T21:48:55.077Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:48:55.077Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T21:48:55.078Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T21:48:55.105Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T21:48:55.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T21:48:55.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T21:48:55.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:48:55.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:55.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:55.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435335106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:56.107Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T21:48:56.107Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T21:48:56.107Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:48:56.107Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:48:56.107Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:48:56.107Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435336107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:48:57.108Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:48:57.123Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:48:57.127Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:48:57.127Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:48:57.127Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:48:57.127Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:48:57.127Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:48:57.128Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:48:57.128Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:48:57.128Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:48:57.128Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T21:48:57.136Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:49:27.136Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:49:27.155Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T21:49:27.155Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T21:49:27.156Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T21:49:27.161Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:49:27.175Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T21:49:27.176Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[be2b41e3-c6d6-4bc9-a033-e891b33987e6], X-ECOMP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-TransactionId=[], X-ONAP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], Content-Type=[application/merge-patch+json]} 2023-03-21T21:49:27.183Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:49:27.325Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:49:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[237608], x-aai-txid=[2-aai-resources-230321-21:49:26:118-56038], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:49:27.326Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:49:27.327Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T21:49:27.330Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:49:27.330Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T21:49:27.337Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T21:49:27.337Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:49:27.337Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:49:27.337Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:27.337Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:27.337Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435367337, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:49:28.367Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:49:28.368Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:49:28.368Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:49:28.368Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:28.368Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:28.368Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:49:29.369Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:49:29.370Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:29.370Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:29.370Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:49:30.371Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:49:30.372Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:30.372Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:30.372Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:49:31.373Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:49:31.374Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:31.374Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:31.374Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:49:32.375Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:49:32.376Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:32.376Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:32.376Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:49:33.376Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:49:33.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:33.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:33.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:49:34.381Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:49:34.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:34.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:34.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:49:35.384Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:49:35.384Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:35.384Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:35.384Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:49:36.385Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:49:36.385Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:36.385Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:36.385Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:49:37.386Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:49:37.386Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:37.386Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:37.386Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:49:38.387Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T21:49:38.387Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:49:38.387Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T21:49:38.388Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:49:38.388Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:49:38.415Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:49:38.415Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:49:38.415Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:49:38.416Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T21:49:38.416Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:49:38.416Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:49:38.444Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:49:38.444Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7bf66f1d 2023-03-21T21:49:38.444Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:49:38.444Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:49:38.445Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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 8b453f05-7c27-49e3-aaaa-250da7e35e19 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:49:38.445Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:49:38.445Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:49:38.445Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:49:38.445Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:38.445Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:38.445Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435378445, "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-21T21:49:39.446Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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:8b453f05-7c27-49e3-aaaa-250da7e35e19) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:49:39.478Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists 2023-03-21T21:49:39.479Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:49:39.479Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists) 2023-03-21T21:49:39.479Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:49:39.479Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:39.479Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:39.479Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435379479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:49:40.481Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:49:40.481Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists) 2023-03-21T21:49:40.481Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:49:40.482Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:49:40.482Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:49:40.482Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435380481, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:49:41.484Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:49:41.503Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:49:41.510Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:49:41.510Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:49:41.510Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:49:41.510Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:49:41.511Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:49:41.512Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:49:41.512Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:49:41.512Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:49:41.512Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:49:41.523Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:49:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:49:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:49:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:49:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:49:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435333447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T21:49:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435335106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435336107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435367337, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:49:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435378445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435379479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } 2023-03-21T21:49:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:49:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:49:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435380481, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } 2023-03-21T21:49:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:50:11.523Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:50:11.531Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T21:50:11.531Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T21:50:11.532Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T21:50:11.567Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:50:11.578Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T21:50:11.578Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7bf0a7f0-0ab4-4ebe-9a0e-8c13ac108b70], X-ECOMP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-TransactionId=[], X-ONAP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], Content-Type=[application/merge-patch+json]} 2023-03-21T21:50:11.585Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:50:11.723Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:50:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[274488], x-aai-txid=[0-aai-resources-230321-21:50:10:519-47726], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:50:11.724Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:50:11.724Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T21:50:11.724Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:50:11.725Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:50:11.734Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T21:50:11.734Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:50:11.734Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:50:11.734Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:11.734Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:11.734Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435411734, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:50:12.751Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:50:12.751Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:50:12.751Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:50:12.751Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:12.751Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:12.751Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:50:13.751Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:50:13.752Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:13.752Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:13.752Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:50:14.752Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:50:14.753Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:14.753Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:14.753Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:50:15.753Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:50:15.754Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:15.754Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:15.754Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:50:16.754Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:50:16.755Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:16.755Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:16.755Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:50:17.755Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:50:17.756Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:17.756Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:17.756Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:50:18.756Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:50:18.756Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:18.756Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:18.757Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:50:19.757Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:50:19.757Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:19.757Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:19.758Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:50:20.758Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T21:50:20.759Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:50:20.759Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T21:50:20.759Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:50:20.759Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:50:20.789Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:50:20.790Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:50:20.790Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:50:20.791Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T21:50:20.791Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:50:20.791Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T21:50:20.815Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:50:20.816Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@31c09f91 2023-03-21T21:50:20.816Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:50:20.816Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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": [ "BasicVmMacro" ] } } } 2023-03-21T21:50:20.817Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ebe5950d-5230-4fd7-b91c-10040c72a7c9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:50:20.817Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:50:20.817Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:50:20.817Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:50:20.817Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:20.818Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:20.818Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435420817, "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-21T21:50:21.819Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:ebe5950d-5230-4fd7-b91c-10040c72a7c9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:50:21.852Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists 2023-03-21T21:50:21.852Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:50:21.852Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists) 2023-03-21T21:50:21.852Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:50:21.852Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:21.852Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:21.852Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435421852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:50:22.853Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T21:50:22.853Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists) 2023-03-21T21:50:22.853Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:50:22.854Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:22.854Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:22.854Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435422853, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:50:23.855Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:50:23.866Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:50:23.870Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:50:23.870Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:50:23.870Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:50:23.870Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:50:23.870Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:50:23.871Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:50:23.871Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:50:23.871Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:50:23.871Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:50:23.877Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:50:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:50:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:50:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435411734, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:50:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:50:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:50:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:50:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:50:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:50:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:50:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:50:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:50:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T21:50:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:50:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:50:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:50:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:50:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:50:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T21:50:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:50:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:50:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:50:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:50:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:50:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:50:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:50:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:50:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:50:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:50:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:50:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435420817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:50:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:50:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:50:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435421852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } 2023-03-21T21:50:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:50:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:50:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435422853, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } 2023-03-21T21:50:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:50:53.878Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:50:53.882Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T21:50:53.882Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T21:50:53.882Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T21:50:53.885Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:50:53.896Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T21:50:53.897Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c7a06362-b83a-44f2-ad95-08a32ae1b0e8], X-ECOMP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-TransactionId=[], X-ONAP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], Content-Type=[application/merge-patch+json]} 2023-03-21T21:50:53.902Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:50:54.028Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:50:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[122], vertex-id=[225360], x-aai-txid=[1-aai-resources-230321-21:50:52:835-88638], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:50:54.028Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:50:54.029Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T21:50:54.030Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:50:54.030Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:50:54.041Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T21:50:54.041Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:50:54.041Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:50:54.041Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:54.041Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:54.041Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435454041, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:50:55.058Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:50:55.058Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:50:55.058Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:50:55.058Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:55.058Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:55.058Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:50:56.059Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:50:56.059Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:56.059Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:56.060Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:50:57.060Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:50:57.060Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:57.060Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:57.061Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:50:58.061Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:50:58.061Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:58.062Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:58.062Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:50:59.062Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:50:59.063Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:50:59.063Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:50:59.063Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:51:00.064Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:51:00.064Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:00.064Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:00.064Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:51:01.065Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:51:01.065Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:01.065Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:01.065Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:51:02.066Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:51:02.066Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:02.066Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:02.066Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:51:03.066Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:51:03.067Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:03.067Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:03.067Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:51:04.068Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T21:51:04.069Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:51:04.069Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T21:51:04.069Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:51:04.069Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:51:04.101Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:51:04.102Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:51:04.102Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:51:04.102Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:51:04.102Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:51:04.102Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:51:04.123Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:51:04.124Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5d8a9938 2023-03-21T21:51:04.124Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:51:04.124Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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": [ "TestPnfMacro" ] } } } 2023-03-21T21:51:04.124Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5dee975a-7f55-4449-a1f5-aa20456c8216 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:51:04.124Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:51:04.124Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:51:04.124Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:51:04.124Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:04.124Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:04.124Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435464124, "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-21T21:51:05.125Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:5dee975a-7f55-4449-a1f5-aa20456c8216) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:51:05.165Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists 2023-03-21T21:51:05.165Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:51:05.165Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists) 2023-03-21T21:51:05.165Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:51:05.165Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:05.165Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:05.165Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435465165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:51:06.166Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T21:51:06.167Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists) 2023-03-21T21:51:06.167Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:51:06.167Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:06.167Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:06.167Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435466166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:51:07.168Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:51:07.187Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:51:07.189Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:51:07.189Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:51:07.189Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:51:07.189Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:51:07.189Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:51:07.189Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:51:07.189Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:51:07.190Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:51:07.190Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:51:07.196Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:51:37.197Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:51:37.203Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T21:51:37.203Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T21:51:37.204Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T21:51:37.207Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:51:37.218Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:51:37.220Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T21:51:37.225Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:51:37.363Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T21:51:37.364Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:51:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[208944], x-aai-txid=[0-aai-resources-230321-21:51:36:158-63502], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:51:37.364Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:51:37.365Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:51:37.365Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:51:37.376Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T21:51:37.376Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:51:37.376Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:51:37.376Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:37.376Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:37.376Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435497376, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:51:38.401Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:51:38.402Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"1730a31c-6753-4a08-aae8-7d58b8d7d655","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"27f5ccc4-d817-4ebf-a428-29d3f28c84e2","serviceDescription":"service","serviceInvariantUUID":"680439e8-559c-47b7-bba9-2cf929a66403","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c","resourceInvariantUUID":"1576bb0a-57a7-4a23-b6a6-5bc6e281ec29","resourceCustomizationUUID":"0da37cbb-9241-40a0-92d9-f83c9e0485cf","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":"MzA3MDVjZmRmYzk1MDQ0YWI4ZGZjNjJmZTE5NWJlYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad5ab004-4bee-4c36-8d08-1dc1195c8e46","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":"979932fe-7833-4694-ae40-a97babb6e0b6","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":"7becd4ac-55ee-4f1e-93b6-9aca58fa737b","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":"OGEzYjk5NTI2NWEyNzc1MGVmOTQ5NmU0NjMyNGY5ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02a28dd9-3085-441c-9216-4ea63ea6fb65","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":"486b77b3-c771-408b-821c-2aeaa75eae2b","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":"df687656-0f60-4963-8316-5e6b16dd94ac","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":"a1a01667-0052-41b8-ad9d-8b227f9192f1","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":"NzZkOGI0N2U3MTJhYzMxM2YzNWNhYTAxYmUxMGZjZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"328f3a88-98bc-44ba-9e1c-ee0ba24c47dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"955effc8-3820-4d7a-8b91-f129e875b6b9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:51:38.402Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:51:38.402Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:38.402Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:38.402Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:51:39.403Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:51:39.403Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:39.403Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:39.404Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:51:40.404Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:51:40.405Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:40.405Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:40.405Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:51:41.405Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:51:41.406Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:41.406Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:41.406Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:51:42.407Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:51:42.407Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:42.407Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:42.407Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:51:43.408Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:51:43.408Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:43.408Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:43.408Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:51:44.409Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:51:44.409Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:44.410Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:44.410Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:51:45.410Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:51:45.411Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:45.411Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:45.411Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:51:46.411Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:51:46.412Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:46.412Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:46.412Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:51:47.412Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "27f5ccc4-d817-4ebf-a428-29d3f28c84e2", "serviceDescription": "service", "serviceInvariantUUID": "680439e8-559c-47b7-bba9-2cf929a66403", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0da37cbb-9241-40a0-92d9-f83c9e0485cf", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c", "resourceInvariantUUID": "1576bb0a-57a7-4a23-b6a6-5bc6e281ec29", "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": "YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "955effc8-3820-4d7a-8b91-f129e875b6b9" } ], "workloadContext": "Production" } 2023-03-21T21:51:47.413Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:51:47.413Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC 2023-03-21T21:51:47.413Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1730a31c-6753-4a08-aae8-7d58b8d7d655 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ServiceInvariantUUID:680439e8-559c-47b7-bba9-2cf929a66403 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:955effc8-3820-4d7a-8b91-f129e875b6b9 ArtifactChecksum:YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0da37cbb-9241-40a0-92d9-f83c9e0485cf ResourceInvariantUUID:1576bb0a-57a7-4a23-b6a6-5bc6e281ec29 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:51:47.413Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:51:47.440Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:51:47.441Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:51:47.441Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:51:47.441Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:51:47.441Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:51:47.441Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:51:47.462Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:51:47.462Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7269fc30 2023-03-21T21:51:47.462Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:51:47.462Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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": [ "TestPnfMacro" ] } } } 2023-03-21T21:51:47.462Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 955effc8-3820-4d7a-8b91-f129e875b6b9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:51:47.463Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:51:47.463Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:51:47.463Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:51:47.463Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:47.463Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:47.463Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435507463, "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-21T21:51:48.464Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:955effc8-3820-4d7a-8b91-f129e875b6b9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:51:48.499Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists 2023-03-21T21:51:48.500Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:51:48.500Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists) 2023-03-21T21:51:48.500Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:51:48.500Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:48.500Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:48.500Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435508500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:51:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:51:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version132: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version133: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-21T21:51:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:51:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:51:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:51:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 54: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:51:49.206Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=54, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:51:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:51:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:51:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:51:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:51:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:51:49.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2216, offsetEpoch=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-21T21:51:49.211Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:51:49.211Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:51:49.501Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T21:51:49.501Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists) 2023-03-21T21:51:49.501Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:51:49.501Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:51:49.501Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:51:49.502Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435509501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:51:50.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435454041, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:51:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435464124, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:51:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435465165, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } 2023-03-21T21:51:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435466166, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } 2023-03-21T21:51:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435497376, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:51:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:51:50.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:51:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435507463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:51:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435508500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } 2023-03-21T21:51:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:51:50.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435509501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } 2023-03-21T21:51:50.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:51:50.502Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:51:50.515Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:51:50.517Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:51:50.517Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:51:50.517Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:51:50.517Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:51:50.517Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:51:50.517Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:51:50.517Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:51:50.517Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:51:50.517Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:51:50.525Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:52:20.525Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:52:20.530Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and serviceModelVersionId: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T21:52:20.530Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 680439e8-559c-47b7-bba9-2cf929a66403 2023-03-21T21:52:20.530Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 2023-03-21T21:52:20.533Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:52:20.545Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||Invoke 2023-03-21T21:52:20.546Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f6723a9-4d8c-45e7-a91b-70cc419acc75], X-ECOMP-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], X-TransactionId=[], X-ONAP-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], Content-Type=[application/merge-patch+json]} 2023-03-21T21:52:20.553Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:52:20.703Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:52:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[594016], x-aai-txid=[2-aai-resources-230321-21:52:19:488-40888], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:52:20.704Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:52:20.704Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||InvokeReturn 2023-03-21T21:52:20.704Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:52:20.704Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:52:20.717Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T21:52:20.717Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1730a31c-6753-4a08-aae8-7d58b8d7d655 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:52:20.717Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:52:20.717Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:52:20.717Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:52:20.717Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435540717, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:52:21.736Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:52:21.736Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"be804afb-371a-4e4a-b452-fe3d631d4d8a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b14a5d24-609a-4621-9245-02be9977a28a","serviceDescription":"service","serviceInvariantUUID":"136d285d-e4af-4545-81bf-7e9378a9c864","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b7a575d-86f2-47f1-80b7-9760bf67f0cf","resourceInvariantUUID":"f6a448c5-fe60-44c5-a04c-5173ae5e57e8","resourceCustomizationUUID":"670ba865-de8e-4900-8a19-cb55a379368b","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":"OWQzZTY3NTJlMWVlYTg5MDVhMzZmNzlhNTI2NDk3ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89a26d38-c868-4647-810f-24c563d14fb3","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":"955b57b9-cf0f-4221-9f6b-9eafd43bd3ca","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":"9a08c3da-1608-41d7-b522-41ba5acb403b","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":"ZmM5NjAyNGIxNTI0ZTFhMjIzOTY2NTRlNTgzODU3NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5facb907-bc63-4a2e-bfd5-0ef0fee184b4","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":"972c44fc-576c-4e2d-939e-f61244671d56","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":"65118ee5-bc61-4d1f-bc32-f83be325c9f3","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":"7d3af18c-1ff3-48ca-b258-3d5721f48252","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":"NGFlNzIxYzRkZTQ3NDRkMjM5YzZkMzZhMjMxZTVkNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc877855-6d4d-4dca-836e-0500d59f9740","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc5bb7d8-11b2-4e60-a503-312fc026e411","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:52:21.736Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:52:21.736Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:52:21.737Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:52:21.737Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:52:22.737Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:52:22.738Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:52:22.738Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:52:22.738Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:52:23.739Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:52:23.739Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:52:23.739Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:52:23.740Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:52:24.740Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:52:24.741Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:52:24.741Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:52:24.741Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:52:25.742Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:52:25.742Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:52:25.742Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:52:25.742Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:52:26.743Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:52:26.743Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:52:26.743Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:52:26.744Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:52:27.744Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:52:27.745Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:52:27.745Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:52:27.745Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:52:28.745Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:52:28.746Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:52:28.746Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:52:28.746Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "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-21T21:52:29.746Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:52:29.747Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:52:29.747Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:52:29.747Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:52:30.747Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b14a5d24-609a-4621-9245-02be9977a28a", "serviceDescription": "service", "serviceInvariantUUID": "136d285d-e4af-4545-81bf-7e9378a9c864", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "670ba865-de8e-4900-8a19-cb55a379368b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7b7a575d-86f2-47f1-80b7-9760bf67f0cf", "resourceInvariantUUID": "f6a448c5-fe60-44c5-a04c-5173ae5e57e8", "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": "Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dc5bb7d8-11b2-4e60-a503-312fc026e411" } ], "workloadContext": "Production" } 2023-03-21T21:52:30.748Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:52:30.748Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b14a5d24-609a-4621-9245-02be9977a28a ASDC 2023-03-21T21:52:30.748Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:be804afb-371a-4e4a-b452-fe3d631d4d8a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b14a5d24-609a-4621-9245-02be9977a28a ServiceInvariantUUID:136d285d-e4af-4545-81bf-7e9378a9c864 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:dc5bb7d8-11b2-4e60-a503-312fc026e411 ArtifactChecksum:Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:670ba865-de8e-4900-8a19-cb55a379368b ResourceInvariantUUID:f6a448c5-fe60-44c5-a04c-5173ae5e57e8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:7b7a575d-86f2-47f1-80b7-9760bf67f0cf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T21:52:30.748Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b14a5d24-609a-4621-9245-02be9977a28a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:52:30.768Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:52:30.769Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:52:30.769Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:52:30.769Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dc5bb7d8-11b2-4e60-a503-312fc026e411 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:52:30.769Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:52:30.769Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T21:52:30.783Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:52:30.783Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6a48bd91 2023-03-21T21:52:30.783Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:52:30.783Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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": [ "TestPnfMacro" ] } } } 2023-03-21T21:52:30.783Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dc5bb7d8-11b2-4e60-a503-312fc026e411 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:52:30.784Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:52:30.784Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:52:30.784Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:52:30.784Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:52:30.784Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:52:30.784Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435550784, "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-21T21:52:31.784Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:dc5bb7d8-11b2-4e60-a503-312fc026e411) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T21:52:31.798Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T21:52:31.799Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b7a575d-86f2-47f1-80b7-9760bf67f0cf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T21:52:31.806Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:52:31.821Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf test-pnf 2023-03-21T21:52:31.821Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T21:52:31.821Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T21:52:31.821Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 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-21T21:52:31.828Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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$$2da00d2a.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-21T21:52:31.837Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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$$2da00d2a.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-21T21:52:31.843Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 0 ASDC deployResourceStructure 2023-03-21T21:52:31.843Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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$$2da00d2a.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-21T21:52:31.843Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:52:31.843Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:52:31.843Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:52:31.843Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:52:31.843Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:52:31.843Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435551843, "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-21T21:52:32.844Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:52:32.855Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:52:32.856Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:52:32.857Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:52:32.857Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:52:32.857Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:52:32.857Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:52:32.857Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:52:32.857Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:52:32.857Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T21:52:32.857Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T21:52:32.860Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:52:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:52:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:52:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435540717, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:52:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:52:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:52:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T21:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T21:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T21:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:52:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T21:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:52:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679434805054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435550784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-21T21:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435551843, "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-21T21:52:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:53:02.860Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:53:02.868Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and serviceModelVersionId: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T21:53:02.868Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 136d285d-e4af-4545-81bf-7e9378a9c864 2023-03-21T21:53:02.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 2023-03-21T21:53:02.873Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:53:02.886Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||Invoke 2023-03-21T21:53:02.887Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7a534ea-be0b-4239-b507-dcc584ce6f6a], X-ECOMP-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], X-TransactionId=[], X-ONAP-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], Content-Type=[application/merge-patch+json]} 2023-03-21T21:53:02.894Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T21:53:03.043Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:53:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[278592], x-aai-txid=[1-aai-resources-230321-21:53:01:825-84712], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:53:03.043Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:53:03.044Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||InvokeReturn 2023-03-21T21:53:03.044Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:53:03.044Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T21:53:03.051Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T21:53:03.052Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be804afb-371a-4e4a-b452-fe3d631d4d8a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T21:53:03.052Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:53:03.052Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:53:03.052Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:53:03.052Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435583052, "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-21T21:53:04.071Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T21:53:04.072Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T21:53:04.072Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-21T21:53:04.073Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 2 disconnected. 2023-03-21T21:53:04.073Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:53:04.073Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:53:04.073Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:53:04.073Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T21:53:04.077Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d5c4ae2e-22ce-4e8a-bbfd-2e8d5ecb3696 2023-03-21T21:53:04.077Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:53:04.077Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:53:04.077Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T21:53:04.551Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:07.561Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:10.571Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:13.580Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:16.587Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:19.596Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:22.606Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:25.615Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:28.624Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:31.634Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:34.649Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:37.656Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:40.666Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:43.675Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:46.684Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:53:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:53:49.185Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:53:49.185Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:53:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d5c4ae2e-22ce-4e8a-bbfd-2e8d5ecb3696', protocol='range'} 2023-03-21T21:53:49.190Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:53:49.195Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:53:49.195Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:53:49.195Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:53:49.195Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:53:49.196Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:53:49.196Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T21:53:49.196Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 55: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d5c4ae2e-22ce-4e8a-bbfd-2e8d5ecb3696=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:53:49.209Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:53:49.209Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=55, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d5c4ae2e-22ce-4e8a-bbfd-2e8d5ecb3696', protocol='range'} 2023-03-21T21:53:49.209Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:53:49.210Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:53:49.210Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:53:49.210Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:53:49.212Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:53:49.212Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:53:49.213Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:53:49.213Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2254, offsetEpoch=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-21T21:53:49.213Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:53:49.213Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:53:49.213Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:53:49.213Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:53:49.213Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:53:49.213Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:53:49.213Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:53:49.213Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:53:50.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T21:53:50.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435583052, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T21:53:50.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:53:50.244Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:53:50.244Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:53:50.246Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:53:50.247Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:53:50.247Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:53:50.247Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:53:51.248Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:53:51.248Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:53:51.248Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:53:51.248Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:53:52.249Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:53:52.249Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:53:52.249Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:53:52.249Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:53:53.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:53:53.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:53:53.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:53:53.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:53:54.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:53:54.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:53:54.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:53:54.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:53:55.252Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:53:55.252Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:53:55.252Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:53:55.252Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:53:56.253Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:53:56.253Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:53:56.254Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:53:56.254Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:53:57.255Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T21:53:57.255Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:53:57.255Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T21:53:57.255Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:53:57.256Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:53:57.277Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:53:57.278Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:53:57.278Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:53:57.278Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T21:53:57.278Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:53:57.278Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T21:53:57.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:53:57.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@79544327 2023-03-21T21:53:57.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:53:57.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T21:53:57.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:53:57.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T21:53:57.311Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T21:53:57.312Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:53:57.312Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:53:57.312Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:53:57.312Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435637311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:53:58.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T21:53:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:53:58.338Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T21:53:58.343Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T21:53:58.343Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T21:53:58.343Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T21:53:58.343Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:53:58.343Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T21:53:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:53:58.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3a67bb34 2023-03-21T21:53:58.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:53:58.366Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T21:53:58.366Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:53:58.366Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T21:53:58.366Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T21:53:58.366Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:53:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:53:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:53:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435638366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:53:59.368Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T21:53:59.368Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:53:59.377Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:53:59.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:53:59.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:54:29.380Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:54:29.395Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:54:29.397Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:54:29.397Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:54:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:54:49.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T21:54:49.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:54:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:54:59.398Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:54:59.409Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:54:59.411Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:54:59.411Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:55:29.411Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:55:29.419Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:55:29.420Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:55:29.420Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:55:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:55:49.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T21:55:49.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:55:49.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:55:49.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T21:55:49.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T21:55:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:55:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T21:55:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:55:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:55:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T21:55:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T21:55:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:55:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T21:55:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:55:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:55:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T21:55:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:55:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:55:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T21:55:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435637311, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:55:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:55:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T21:55:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435638366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:55:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:55:59.421Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:55:59.440Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:55:59.443Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:55:59.443Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:56:29.444Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:56:29.462Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:56:29.465Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:56:29.465Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:56:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:56:59.465Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:56:59.481Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:56:59.485Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:56:59.485Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:57:29.485Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:57:29.502Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:57:29.504Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:57:29.504Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:57:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:57:59.504Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:57:59.519Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:57:59.522Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:57:59.522Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:58:29.523Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:58:29.541Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:58:29.544Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T21:58:29.545Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T21:58:49.173Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:58:50.336Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T21:58:50.337Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d5c4ae2e-22ce-4e8a-bbfd-2e8d5ecb3696 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-21T21:58:50.337Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T21:58:50.337Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T21:58:52.791Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T21:58:52.804Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:58:52.804Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T21:58:52.809Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:58:52.810Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 56: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T21:58:52.823Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=56, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T21:58:52.823Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T21:58:52.823Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T21:58:52.827Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:58:52.827Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:58:52.827Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:58:52.827Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T21:58:52.827Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T21:58:52.827Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T21:58:59.547Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T21:58:59.548Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:58:59.570Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T21:58:59.570Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T21:58:59.570Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T21:58:59.573Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:58:59.599Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T21:58:59.613Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T21:58:59.617Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T21:58:59.773Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T21:58:59.774Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:58:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[196672], x-aai-txid=[0-aai-resources-230321-21:58:58:548-32970], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:58:59.774Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:58:59.774Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:58:59.774Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:58:59.786Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T21:58:59.786Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T21:58:59.786Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T21:58:59.786Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:58:59.786Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:58:59.786Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435939786, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:58:59.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:58:59.806Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679435939786, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T21:58:59.806Z||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-21T21:59:00.801Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:59:00.801Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:59:00.801Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:59:00.801Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:00.801Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:00.801Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T21:59:01.802Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:59:01.802Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:01.802Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:01.803Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:59:02.804Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T21:59:02.804Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:59:02.804Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T21:59:02.804Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T21:59:02.805Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:59:02.825Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:59:02.826Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:59:02.826Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:59:02.826Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T21:59:02.826Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:59:02.826Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:59:02.857Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:59:02.857Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5a72fa65 2023-03-21T21:59:02.857Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:59:02.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:59:02.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:59:02.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:59:02.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:59:02.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:59:02.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:02.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:02.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435942858, "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-21T21:59:03.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:59:03.889Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T21:59:03.889Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:59:03.890Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T21:59:03.890Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:59:03.890Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:03.890Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:03.890Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435943889, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:59:04.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:59:04.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T21:59:04.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:59:04.893Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:04.894Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:04.894Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435944893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:59:05.895Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:59:05.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:59:05.913Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:59:05.913Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:59:05.913Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:59:05.913Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:59:05.913Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:59:05.914Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:59:05.914Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:59:05.914Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:59:05.914Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:59:05.919Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:59:35.920Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T21:59:35.927Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T21:59:35.927Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T21:59:35.928Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T21:59:35.931Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T21:59:35.948Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T21:59:35.949Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3376d73-ebc3-4809-ae71-2e7077e68ff3], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T21:59:35.953Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T21:59:36.099Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 21:59:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[495712], x-aai-txid=[2-aai-resources-230321-21:59:34:884-97704], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T21:59:36.099Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T21:59:36.100Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T21:59:36.100Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T21:59:36.100Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:59:36.112Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T21:59:36.112Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T21:59:36.112Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T21:59:36.112Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:36.112Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:36.112Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435976112, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:59:37.130Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T21:59:37.130Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T21:59:37.130Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:59:37.131Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:37.131Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:37.131Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T21:59:38.131Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:59:38.132Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:38.132Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:38.132Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T21:59:39.134Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:59:39.134Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:39.134Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:39.134Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T21:59:40.135Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:59:40.135Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:40.135Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:40.135Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T21:59:41.136Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:59:41.136Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:41.136Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:41.136Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T21:59:42.138Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:59:42.139Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:42.139Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:42.139Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T21:59:43.140Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T21:59:43.141Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:43.141Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:43.141Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:59:44.143Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T21:59:44.143Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T21:59:44.143Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T21:59:44.144Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T21:59:44.144Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T21:59:44.172Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T21:59:44.173Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:59:44.173Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T21:59:44.173Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T21:59:44.173Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T21:59:44.174Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:59:44.199Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T21:59:44.200Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@43fcdb66 2023-03-21T21:59:44.200Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T21:59:44.200Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:59:44.201Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T21:59:44.201Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:59:44.201Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:59:44.201Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T21:59:44.202Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:44.202Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:44.202Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435984201, "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-21T21:59:45.204Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T21:59:45.241Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T21:59:45.241Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:59:45.241Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T21:59:45.242Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:59:45.242Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:45.242Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:45.242Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435985241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:59:46.243Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:59:46.243Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T21:59:46.243Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T21:59:46.244Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T21:59:46.244Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T21:59:46.244Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435986243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:59:47.244Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:59:47.256Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T21:59:47.257Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T21:59:47.257Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T21:59:47.257Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T21:59:47.257Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T21:59:47.257Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:59:47.257Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:59:47.257Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:59:47.258Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T21:59:47.258Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T21:59:47.260Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T21:59:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T21:59:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:59:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:59:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435942858, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:59:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435943889, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T21:59:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435944893, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679435976112, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T21:59:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435984201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T21:59:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435985241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T21:59:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T21:59:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T21:59:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679435986243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T21:59:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:00:17.260Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:00:17.266Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T22:00:17.266Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T22:00:17.267Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T22:00:17.269Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:00:17.279Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T22:00:17.279Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e31db144-8c3e-41c3-a269-d58952f18c83], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T22:00:17.281Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:00:17.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:00:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[180304], x-aai-txid=[1-aai-resources-230321-22:00:16:212-53494], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:00:17.426Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:00:17.427Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T22:00:17.432Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:00:17.434Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:00:17.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:00:17.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:00:17.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:00:17.445Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:00:17.446Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:00:17.446Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436017445, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:00:18.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T22:00:18.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:00:18.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:00:18.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:00:18.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:00:18.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:00:19.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:00:19.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:00:19.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:00:19.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:00:20.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:00:20.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:00:20.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:00:20.460Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:00:21.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:00:21.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:00:21.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:00:21.461Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:00:22.462Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:00:22.462Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:00:22.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:00:22.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:00:23.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:00:23.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:00:23.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:00:23.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:00:24.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:00:24.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:00:24.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:00:24.465Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:00:25.465Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:00:25.466Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:00:25.466Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:00:25.466Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:00:26.468Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T22:00:26.468Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:00:26.468Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T22:00:26.469Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:00:26.469Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:00:26.496Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:00:26.496Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:00:26.496Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:00:26.496Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:26.497Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T22:00:26.497Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:26.800Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T22:00:26.803Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T22:00:26.803Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:00:26.803Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:26.803Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:00:26.803Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:00:26.803Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:00:26.803Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436026803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:00:27.804Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:00:27.804Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:00:27.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:27.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:27.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:27.806Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:27.876Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12589014730617584908/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T22:00:28.474Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:00:28.475Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T22:00:28.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T22:00:28.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:00:28.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:00:28.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:00:28.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:00:28.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:00:28.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:00:28.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:00:28.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:00:28.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:00:28.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:00:28.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:00:28.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T22:00:28.513Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T22:00:28.514Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:00:28.514Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T22:00:28.514Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:00:28.514Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:00:28.514Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:00:28.514Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436028514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:00:29.514Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:00:29.515Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T22:00:29.515Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:00:29.515Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:00:29.515Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:00:29.515Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436029514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:00:30.516Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:00:30.527Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:00:30.529Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:00:30.529Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:00:30.529Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:00:30.529Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:00:30.529Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:00:30.530Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:00:30.530Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:00:30.530Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:00:30.530Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:00:30.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:00:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:00:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:00:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436017445, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:00:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:00:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:00:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:00:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:00:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:00:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:00:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:00:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:00:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:00:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:00:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:00:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:00:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:00:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:00:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:00:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:00:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:00:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:00:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:00:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:00:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:00:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:00:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:00:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:00:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:00:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:00:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436026803, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:00:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:00:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:00:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436028514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T22:00:49.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:00:49.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:00:49.187Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436029514, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T22:00:49.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:00.536Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:01:00.541Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T22:01:00.542Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T22:01:00.543Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T22:01:00.549Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:01:00.564Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T22:01:00.565Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b9292df-f0aa-478c-90a9-a7ff5b4402f7], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T22:01:00.574Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:01:00.732Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:00:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[155696], x-aai-txid=[2-aai-resources-230321-22:00:59:506-22468], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:01:00.732Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:01:00.733Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T22:01:00.733Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:01:00.734Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:01:00.742Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:01:00.742Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:01:00.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:01:00.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:00.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:00.743Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436060742, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:01:01.760Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T22:01:01.760Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:01:01.760Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:01.760Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:01.760Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:01.760Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:02.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:02.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:02.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:02.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:03.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:03.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:03.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:03.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:04.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:04.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:04.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:04.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:05.764Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:05.764Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:05.764Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:05.764Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:06.765Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:06.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:06.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:06.766Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:07.767Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:07.768Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:07.768Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:07.768Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:08.769Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:08.770Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:08.770Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:08.770Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:09.772Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T22:01:09.772Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:01:09.772Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T22:01:09.772Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:01:09.772Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:01:09.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:01:09.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:01:09.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:01:09.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:09.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T22:01:09.793Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:10.090Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T22:01:10.092Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T22:01:10.093Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:01:10.093Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:10.093Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:01:10.093Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:10.093Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:10.093Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436070093, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:11.094Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:01:11.094Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:01:11.095Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:11.095Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:11.096Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:11.096Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:11.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15951011971001194739/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T22:01:11.778Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:01:11.778Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T22:01:11.778Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:11.778Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:01:11.778Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:11.778Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:11.778Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:11.778Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:11.778Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:11.779Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:11.780Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:11.780Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:11.780Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:11.780Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:11.780Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:11.780Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:11.780Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T22:01:11.813Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T22:01:11.813Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:01:11.813Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T22:01:11.813Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:01:11.813Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:11.814Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:11.814Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436071813, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:12.815Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:01:12.815Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T22:01:12.815Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:01:12.815Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:12.816Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:12.816Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436072815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:13.818Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:01:13.828Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:01:13.829Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:01:13.829Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:01:13.829Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:01:13.829Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:01:13.829Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:01:13.830Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:01:13.830Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:01:13.830Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:01:13.830Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:01:13.836Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:01:43.836Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:01:43.858Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T22:01:43.858Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T22:01:43.859Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T22:01:43.865Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:01:43.884Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:01:43.886Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T22:01:43.893Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:01:44.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T22:01:44.027Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:01:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[532576], x-aai-txid=[1-aai-resources-230321-22:01:42:822-56360], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:01:44.027Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:01:44.028Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:01:44.028Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:01:44.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:01:44.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:01:44.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:01:44.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:44.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:44.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436104037, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:01:45.059Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T22:01:45.060Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:01:45.060Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:45.060Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:45.061Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:45.061Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:46.062Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:46.062Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:46.062Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:46.062Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:47.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:47.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:47.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:47.064Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:48.066Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:48.066Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:48.066Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:48.067Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:49.068Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:49.068Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:49.069Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:49.069Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436060742, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:01:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:01:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:01:49.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436070093, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436071813, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436072815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436104037, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:01:49.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:01:50.069Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:50.069Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:50.070Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:50.070Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:51.070Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:51.071Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:51.071Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:51.071Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:52.071Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:01:52.071Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:52.071Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:52.071Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:53.072Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T22:01:53.072Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:01:53.072Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T22:01:53.073Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:01:53.075Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:01:53.099Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:01:53.100Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:01:53.100Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:01:53.100Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:53.100Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T22:01:53.100Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:53.402Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-03-21T22:01:53.404Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T22:01:53.404Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:01:53.405Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:53.405Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:01:53.405Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:53.405Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:53.405Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436113404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:54.406Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:01:54.407Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:01:54.407Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:54.407Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:54.408Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:54.408Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:54.486Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10073846821192470918/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T22:01:55.032Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:01:55.032Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T22:01:55.033Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-03-21T22:01:55.034Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:01:55.034Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:55.034Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:55.034Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:55.034Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:55.034Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:55.034Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:55.034Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:55.034Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:55.034Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:01:55.034Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:01:55.034Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T22:01:55.069Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T22:01:55.069Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:01:55.069Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T22:01:55.069Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:01:55.069Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:55.069Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:55.069Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436115069, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:56.070Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:01:56.071Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T22:01:56.071Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:01:56.071Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:01:56.071Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:01:56.071Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436116070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:01:57.072Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:01:57.089Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:01:57.091Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:01:57.091Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:01:57.091Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:01:57.091Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:01:57.091Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:01:57.091Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:01:57.091Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:01:57.091Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:01:57.092Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:01:57.099Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:02:27.099Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:02:27.104Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T22:02:27.105Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T22:02:27.105Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T22:02:27.110Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:02:27.121Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:02:27.121Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T22:02:27.128Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:02:27.262Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T22:02:27.264Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:02:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[237608], x-aai-txid=[0-aai-resources-230321-22:02:26:058-59609], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:02:27.264Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:02:27.264Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:02:27.264Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:02:27.273Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:02:27.274Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:02:27.274Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:02:27.274Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:27.274Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:27.274Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436147274, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:02:28.294Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T22:02:28.294Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:02:28.295Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:02:28.295Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:28.295Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:28.295Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:02:29.296Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:02:29.296Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:29.296Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:29.296Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:02:30.296Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:02:30.297Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:30.297Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:30.297Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:02:31.299Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:02:31.299Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:31.300Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:31.300Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:02:32.301Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:02:32.302Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:32.302Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:32.302Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:02:33.303Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:02:33.304Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:33.304Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:33.304Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:02:34.306Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:02:34.306Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:34.306Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:34.307Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:02:35.308Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:02:35.308Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:35.308Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:35.309Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:02:36.310Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:02:36.310Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:36.310Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:36.310Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:02:37.311Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:02:37.311Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:37.311Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:37.311Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:02:38.312Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T22:02:38.313Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:02:38.313Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T22:02:38.313Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:02:38.314Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:02:38.341Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:02:38.342Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:02:38.342Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:02:38.342Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T22:02:38.342Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T22:02:38.343Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:02:38.376Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T22:02:38.377Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6446bf6 2023-03-21T22:02:38.377Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:02:38.377Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:02:38.377Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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 8b453f05-7c27-49e3-aaaa-250da7e35e19 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:02:38.378Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:02:38.378Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:02:38.378Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:02:38.378Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:38.379Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:38.379Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436158378, "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-21T22:02:39.380Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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:8b453f05-7c27-49e3-aaaa-250da7e35e19) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:02:39.420Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||ERROR|500||Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists 2023-03-21T22:02:39.420Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:02:39.420Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists) 2023-03-21T22:02:39.420Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:02:39.421Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:39.421Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:39.421Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436159420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:02:40.422Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:02:40.422Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists) 2023-03-21T22:02:40.422Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:02:40.422Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:02:40.422Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:02:40.422Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436160422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:02:41.423Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:02:41.437Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:02:41.438Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:02:41.438Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:02:41.439Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:02:41.439Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:02:41.439Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:02:41.439Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:02:41.439Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:02:41.439Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:02:41.439Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:02:41.443Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:02:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:02:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:02:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:02:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:02:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436113404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:02:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436115069, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T22:02:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436116070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T22:02:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436147274, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:02:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T22:02:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T22:02:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:02:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:02:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:02:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436158378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:02:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436159420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } 2023-03-21T22:02:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:02:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:02:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436160422, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } 2023-03-21T22:02:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:03:11.444Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:03:11.452Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T22:03:11.452Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T22:03:11.452Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T22:03:11.459Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:03:11.469Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T22:03:11.469Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f20b12c-818b-46b4-a0bc-e2c4e2d5bca4], X-ECOMP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-TransactionId=[], X-ONAP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], Content-Type=[application/merge-patch+json]} 2023-03-21T22:03:11.476Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:03:11.624Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:03:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[274488], x-aai-txid=[2-aai-resources-230321-22:03:10:406-12482], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:03:11.625Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:03:11.625Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T22:03:11.626Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:03:11.626Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:03:11.631Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:03:11.631Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:03:11.631Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:03:11.631Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:11.631Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:11.631Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436191631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:03:12.647Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T22:03:12.647Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:03:12.647Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:03:12.647Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:12.647Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:12.647Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:03:13.647Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:03:13.648Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:13.648Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:13.648Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:03:14.648Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:03:14.649Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:14.649Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:14.649Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:03:15.649Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:03:15.649Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:15.649Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:15.650Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:03:16.650Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:03:16.650Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:16.650Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:16.650Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:03:17.650Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:03:17.651Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:17.651Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:17.651Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:03:18.651Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:03:18.652Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:18.652Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:18.652Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:03:19.652Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:03:19.653Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:19.653Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:19.653Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:03:20.654Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T22:03:20.654Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:03:20.655Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T22:03:20.655Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:03:20.655Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:03:20.685Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:03:20.685Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:03:20.685Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:03:20.686Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T22:03:20.686Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T22:03:20.686Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T22:03:20.709Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T22:03:20.709Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@338639c2 2023-03-21T22:03:20.709Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:03:20.709Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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": [ "BasicVmMacro" ] } } } 2023-03-21T22:03:20.709Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ebe5950d-5230-4fd7-b91c-10040c72a7c9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:03:20.709Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T22:03:20.710Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T22:03:20.710Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:03:20.710Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:20.710Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:20.710Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436200709, "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-21T22:03:21.711Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:ebe5950d-5230-4fd7-b91c-10040c72a7c9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:03:21.746Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||ERROR|500||Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists 2023-03-21T22:03:21.747Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T22:03:21.747Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists) 2023-03-21T22:03:21.747Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:03:21.747Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:21.747Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:21.747Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436201747, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:03:22.748Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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-21T22:03:22.749Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||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: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists) 2023-03-21T22:03:22.749Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:03:22.749Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:22.749Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:22.749Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436202748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:03:23.751Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:03:23.765Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:03:23.769Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:03:23.769Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:03:23.769Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:03:23.769Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:03:23.769Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:03:23.769Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:03:23.769Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:03:23.769Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:03:23.770Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:03:23.778Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:03:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:03:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:03:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436191631, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:03:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:03:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:03:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:03:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:03:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:03:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:03:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:03:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:03:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T22:03:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:03:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:03:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:03:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:03:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:03:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T22:03:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:03:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:03:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:03:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:03:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:03:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:03:49.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:03:49.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:03:49.187Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:03:49.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:03:49.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:03:49.187Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436200709, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:03:49.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:03:49.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:03:49.187Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436201747, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } 2023-03-21T22:03:49.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:03:49.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:03:49.188Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436202748, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } 2023-03-21T22:03:49.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:03:53.778Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:03:53.787Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T22:03:53.787Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T22:03:53.788Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T22:03:53.793Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:03:53.807Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:03:53.807Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T22:03:53.812Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:03:53.963Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T22:03:53.963Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:03:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[225360], x-aai-txid=[1-aai-resources-230321-22:03:52:742-98924], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:03:53.965Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:03:53.966Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:03:53.966Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:03:53.975Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:03:53.975Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:03:53.975Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:03:53.975Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:53.975Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:53.975Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436233975, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:03:54.993Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T22:03:54.993Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:03:54.993Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:03:54.994Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:54.994Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:54.994Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:03:55.996Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:03:55.996Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:55.996Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:55.997Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:03:56.998Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:03:56.998Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:56.998Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:56.998Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:03:57.999Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:03:58.000Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:58.000Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:58.000Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:03:59.001Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:03:59.002Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:03:59.002Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:03:59.002Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:04:00.003Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:04:00.003Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:00.004Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:00.004Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:04:01.005Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:04:01.005Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:01.006Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:01.006Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:04:02.008Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:04:02.008Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:02.008Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:02.008Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:04:03.009Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:04:03.010Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:03.010Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:03.010Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:04:04.013Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T22:04:04.014Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:04:04.014Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T22:04:04.016Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:04:04.016Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:04:04.048Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:04:04.048Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:04:04.048Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:04:04.048Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:04:04.048Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T22:04:04.049Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:04:04.069Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T22:04:04.070Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4abdd926 2023-03-21T22:04:04.070Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:04:04.070Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:04:04.070Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5dee975a-7f55-4449-a1f5-aa20456c8216 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:04:04.070Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T22:04:04.070Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T22:04:04.071Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:04:04.071Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:04.071Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:04.071Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436244070, "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-21T22:04:05.072Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:5dee975a-7f55-4449-a1f5-aa20456c8216) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:04:05.112Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||ERROR|500||Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists 2023-03-21T22:04:05.112Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T22:04:05.112Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists) 2023-03-21T22:04:05.112Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:04:05.112Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:05.112Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:05.112Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436245112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:04:06.113Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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-21T22:04:06.113Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||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: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists) 2023-03-21T22:04:06.113Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:04:06.114Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:06.114Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:06.114Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436246113, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:04:07.115Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:04:07.129Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:04:07.132Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:04:07.132Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:04:07.132Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:04:07.132Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:04:07.132Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:04:07.132Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:04:07.132Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:04:07.133Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:04:07.133Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:04:07.142Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:04:37.142Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:04:37.151Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T22:04:37.151Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T22:04:37.151Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T22:04:37.156Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:04:37.170Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:04:37.172Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T22:04:37.174Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:04:37.306Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T22:04:37.306Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:04:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[208944], x-aai-txid=[0-aai-resources-230321-22:04:36:106-47689], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:04:37.307Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:04:37.307Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:04:37.307Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:04:37.316Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:04:37.316Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:04:37.316Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:04:37.316Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:37.316Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:37.316Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436277316, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:04:38.335Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T22:04:38.335Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"1730a31c-6753-4a08-aae8-7d58b8d7d655","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"27f5ccc4-d817-4ebf-a428-29d3f28c84e2","serviceDescription":"service","serviceInvariantUUID":"680439e8-559c-47b7-bba9-2cf929a66403","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c","resourceInvariantUUID":"1576bb0a-57a7-4a23-b6a6-5bc6e281ec29","resourceCustomizationUUID":"0da37cbb-9241-40a0-92d9-f83c9e0485cf","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":"MzA3MDVjZmRmYzk1MDQ0YWI4ZGZjNjJmZTE5NWJlYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad5ab004-4bee-4c36-8d08-1dc1195c8e46","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":"979932fe-7833-4694-ae40-a97babb6e0b6","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":"7becd4ac-55ee-4f1e-93b6-9aca58fa737b","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":"OGEzYjk5NTI2NWEyNzc1MGVmOTQ5NmU0NjMyNGY5ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02a28dd9-3085-441c-9216-4ea63ea6fb65","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":"486b77b3-c771-408b-821c-2aeaa75eae2b","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":"df687656-0f60-4963-8316-5e6b16dd94ac","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":"a1a01667-0052-41b8-ad9d-8b227f9192f1","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":"NzZkOGI0N2U3MTJhYzMxM2YzNWNhYTAxYmUxMGZjZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"328f3a88-98bc-44ba-9e1c-ee0ba24c47dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"955effc8-3820-4d7a-8b91-f129e875b6b9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:04:38.335Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:04:38.336Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:38.336Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:38.336Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:04:39.336Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:04:39.336Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:39.337Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:39.337Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:04:40.337Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:04:40.337Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:40.337Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:40.338Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:04:41.338Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:04:41.338Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:41.338Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:41.338Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:04:42.339Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:04:42.339Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:42.340Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:42.340Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:04:43.341Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:04:43.341Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:43.341Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:43.341Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:04:44.342Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:04:44.342Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:44.342Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:44.342Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:04:45.343Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:04:45.344Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:45.344Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:45.344Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:04:46.345Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:04:46.345Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:46.345Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:46.345Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:04:47.346Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "27f5ccc4-d817-4ebf-a428-29d3f28c84e2", "serviceDescription": "service", "serviceInvariantUUID": "680439e8-559c-47b7-bba9-2cf929a66403", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0da37cbb-9241-40a0-92d9-f83c9e0485cf", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c", "resourceInvariantUUID": "1576bb0a-57a7-4a23-b6a6-5bc6e281ec29", "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": "YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "955effc8-3820-4d7a-8b91-f129e875b6b9" } ], "workloadContext": "Production" } 2023-03-21T22:04:47.347Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:04:47.347Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC 2023-03-21T22:04:47.347Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1730a31c-6753-4a08-aae8-7d58b8d7d655 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ServiceInvariantUUID:680439e8-559c-47b7-bba9-2cf929a66403 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:955effc8-3820-4d7a-8b91-f129e875b6b9 ArtifactChecksum:YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0da37cbb-9241-40a0-92d9-f83c9e0485cf ResourceInvariantUUID:1576bb0a-57a7-4a23-b6a6-5bc6e281ec29 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:04:47.347Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:04:47.365Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:04:47.365Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:04:47.365Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:04:47.365Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:04:47.365Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T22:04:47.365Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:04:47.382Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T22:04:47.382Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1654cd7a 2023-03-21T22:04:47.383Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:04:47.383Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:04:47.383Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 955effc8-3820-4d7a-8b91-f129e875b6b9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:04:47.383Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T22:04:47.383Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T22:04:47.383Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:04:47.383Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:47.383Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:47.383Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436287383, "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-21T22:04:48.383Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:955effc8-3820-4d7a-8b91-f129e875b6b9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:04:48.412Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||ERROR|500||Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists 2023-03-21T22:04:48.413Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T22:04:48.413Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists) 2023-03-21T22:04:48.413Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:04:48.413Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:48.413Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:48.413Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436288412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:04:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:04:49.172Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version135: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version136: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-21T22:04:49.185Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:04:49.185Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:04:49.189Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:04:49.189Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 57: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T22:04:49.201Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=57, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:04:49.201Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:04:49.201Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:04:49.203Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:04:49.203Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:04:49.203Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:04:49.203Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2343, offsetEpoch=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-21T22:04:49.203Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:04:49.203Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:04:49.413Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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-21T22:04:49.414Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||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: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists) 2023-03-21T22:04:49.414Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:04:49.414Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:04:49.414Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:04:49.414Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436289413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:04:50.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.220Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436233975, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:04:50.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.222Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.222Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.223Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.223Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.223Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.224Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.224Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:04:50.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436244070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:04:50.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436245112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } 2023-03-21T22:04:50.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436246113, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } 2023-03-21T22:04:50.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436277316, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:04:50.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:04:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:04:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436287383, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:04:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436288412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } 2023-03-21T22:04:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-21T22:04:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436289413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } 2023-03-21T22:04:50.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:04:50.415Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:04:50.432Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:04:50.435Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:04:50.435Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:04:50.435Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:04:50.435Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:04:50.435Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:04:50.435Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:04:50.435Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:04:50.435Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:04:50.436Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:04:50.443Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:05:20.446Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:05:20.450Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and serviceModelVersionId: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T22:05:20.451Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 680439e8-559c-47b7-bba9-2cf929a66403 2023-03-21T22:05:20.451Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 2023-03-21T22:05:20.458Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:05:20.469Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:05:20.469Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||Invoke 2023-03-21T22:05:20.475Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:05:20.616Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||InvokeReturn 2023-03-21T22:05:20.616Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:05:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[594016], x-aai-txid=[0-aai-resources-230321-22:05:19:404-67772], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:05:20.617Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:05:20.617Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:05:20.617Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:05:20.627Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:05:20.628Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1730a31c-6753-4a08-aae8-7d58b8d7d655 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:05:20.629Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:05:20.629Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:05:20.629Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:05:20.630Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436320629, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:05:21.650Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-21T22:05:21.650Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"be804afb-371a-4e4a-b452-fe3d631d4d8a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b14a5d24-609a-4621-9245-02be9977a28a","serviceDescription":"service","serviceInvariantUUID":"136d285d-e4af-4545-81bf-7e9378a9c864","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b7a575d-86f2-47f1-80b7-9760bf67f0cf","resourceInvariantUUID":"f6a448c5-fe60-44c5-a04c-5173ae5e57e8","resourceCustomizationUUID":"670ba865-de8e-4900-8a19-cb55a379368b","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":"OWQzZTY3NTJlMWVlYTg5MDVhMzZmNzlhNTI2NDk3ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89a26d38-c868-4647-810f-24c563d14fb3","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":"955b57b9-cf0f-4221-9f6b-9eafd43bd3ca","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":"9a08c3da-1608-41d7-b522-41ba5acb403b","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":"ZmM5NjAyNGIxNTI0ZTFhMjIzOTY2NTRlNTgzODU3NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5facb907-bc63-4a2e-bfd5-0ef0fee184b4","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":"972c44fc-576c-4e2d-939e-f61244671d56","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":"65118ee5-bc61-4d1f-bc32-f83be325c9f3","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":"7d3af18c-1ff3-48ca-b258-3d5721f48252","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":"NGFlNzIxYzRkZTQ3NDRkMjM5YzZkMzZhMjMxZTVkNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc877855-6d4d-4dca-836e-0500d59f9740","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc5bb7d8-11b2-4e60-a503-312fc026e411","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:05:21.650Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:05:21.651Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:05:21.651Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:05:21.651Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:05:22.651Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:05:22.652Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:05:22.652Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:05:22.652Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:05:23.653Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:05:23.653Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:05:23.653Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:05:23.653Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:05:24.653Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:05:24.654Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:05:24.655Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:05:24.655Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:05:25.656Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:05:25.656Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:05:25.656Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:05:25.656Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:05:26.657Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:05:26.657Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:05:26.658Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:05:26.658Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:05:27.658Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:05:27.659Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:05:27.659Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:05:27.659Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:05:28.660Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:05:28.660Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:05:28.660Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:05:28.660Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "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-21T22:05:29.661Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:05:29.661Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:05:29.661Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:05:29.662Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:05:30.663Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b14a5d24-609a-4621-9245-02be9977a28a", "serviceDescription": "service", "serviceInvariantUUID": "136d285d-e4af-4545-81bf-7e9378a9c864", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "670ba865-de8e-4900-8a19-cb55a379368b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7b7a575d-86f2-47f1-80b7-9760bf67f0cf", "resourceInvariantUUID": "f6a448c5-fe60-44c5-a04c-5173ae5e57e8", "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": "Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dc5bb7d8-11b2-4e60-a503-312fc026e411" } ], "workloadContext": "Production" } 2023-03-21T22:05:30.664Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:05:30.664Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b14a5d24-609a-4621-9245-02be9977a28a ASDC 2023-03-21T22:05:30.664Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:be804afb-371a-4e4a-b452-fe3d631d4d8a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b14a5d24-609a-4621-9245-02be9977a28a ServiceInvariantUUID:136d285d-e4af-4545-81bf-7e9378a9c864 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:dc5bb7d8-11b2-4e60-a503-312fc026e411 ArtifactChecksum:Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:670ba865-de8e-4900-8a19-cb55a379368b ResourceInvariantUUID:f6a448c5-fe60-44c5-a04c-5173ae5e57e8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:7b7a575d-86f2-47f1-80b7-9760bf67f0cf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:05:30.665Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b14a5d24-609a-4621-9245-02be9977a28a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:05:30.676Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:05:30.677Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:05:30.677Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-03-21T22:05:30.677Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dc5bb7d8-11b2-4e60-a503-312fc026e411 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:05:30.677Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-03-21T22:05:30.677Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:05:30.692Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||GET Response Status 404 2023-03-21T22:05:30.693Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@189f4d13 2023-03-21T22:05:30.693Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:05:30.693Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:05:30.693Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dc5bb7d8-11b2-4e60-a503-312fc026e411 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:05:30.693Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T22:05:30.693Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T22:05:30.693Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:05:30.693Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:05:30.693Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:05:30.693Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436330693, "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-21T22:05:31.698Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:dc5bb7d8-11b2-4e60-a503-312fc026e411) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T22:05:31.718Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:05:31.719Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b7a575d-86f2-47f1-80b7-9760bf67f0cf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T22:05:31.727Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T22:05:31.739Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf test-pnf 2023-03-21T22:05:31.739Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||No resources found for Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:05:31.739Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:05:31.740Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 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-21T22:05:31.746Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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$$2da00d2a.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-21T22:05:31.755Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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$$2da00d2a.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-21T22:05:31.761Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 0 ASDC deployResourceStructure 2023-03-21T22:05:31.761Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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$$2da00d2a.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-21T22:05:31.762Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T22:05:31.762Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T22:05:31.762Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:05:31.762Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:05:31.762Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:05:31.762Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436331762, "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-21T22:05:32.762Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:05:32.777Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:05:32.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:05:32.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:05:32.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:05:32.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:05:32.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:05:32.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:05:32.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:05:32.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T22:05:32.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||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-21T22:05:32.787Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:05:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:05:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:05:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436320629, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:05:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:05:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:05:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:05:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:05:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:05:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:05:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:05:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:05:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:05:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:05:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:05:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:05:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:05:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:05:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:05:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:05:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:05:49.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:05:49.184Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:05:49.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:05:49.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:05:49.184Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679435584071, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:05:49.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:05:49.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:05:49.185Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436330693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:05:49.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:05:49.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:05:49.185Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436331762, "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-21T22:05:49.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:06:02.788Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:06:02.799Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and serviceModelVersionId: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:06:02.800Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 136d285d-e4af-4545-81bf-7e9378a9c864 2023-03-21T22:06:02.800Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 2023-03-21T22:06:02.808Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:06:02.819Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:06:02.820Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||Invoke 2023-03-21T22:06:02.827Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T22:06:02.967Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||InvokeReturn 2023-03-21T22:06:02.967Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:06:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[278592], x-aai-txid=[1-aai-resources-230321-22:06:01:756-27839], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:06:02.967Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:06:02.968Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:06:02.969Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:06:02.978Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:06:02.978Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be804afb-371a-4e4a-b452-fe3d631d4d8a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T22:06:02.978Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:06:02.978Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:06:02.978Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:06:02.978Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436362978, "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-21T22:06:03.997Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T22:06:03.997Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T22:06:03.998Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-21T22:06:03.998Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cancelled in-flight METADATA request with correlation id 149563 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-21T22:06:03.998Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-21T22:06:03.999Z||pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:06:03.999Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:06:03.999Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:06:03.999Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T22:06:04.002Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-06afc4b3-9a36-472a-acd3-7ce47a9f073e 2023-03-21T22:06:04.002Z||pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:06:04.002Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:06:04.002Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T22:06:04.536Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:07.544Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:10.561Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:13.570Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:16.582Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:19.594Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:22.603Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:25.611Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:28.618Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:31.627Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:34.650Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:37.659Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:40.668Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:43.675Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:46.683Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:06:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:06:49.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:06:49.187Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:06:49.192Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:06:49.192Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-06afc4b3-9a36-472a-acd3-7ce47a9f073e', protocol='range'} 2023-03-21T22:06:49.196Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:06:49.196Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:06:49.197Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:06:49.197Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:06:49.197Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:06:49.197Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:06:49.198Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 58: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-06afc4b3-9a36-472a-acd3-7ce47a9f073e=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T22:06:49.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:06:49.212Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=58, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-06afc4b3-9a36-472a-acd3-7ce47a9f073e', protocol='range'} 2023-03-21T22:06:49.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:06:49.212Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:06:49.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:06:49.212Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:06:49.215Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:06:49.215Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:06:49.215Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:06:49.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2381, offsetEpoch=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-21T22:06:49.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:06:49.216Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:06:49.216Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:06:49.216Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:06:49.216Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:06:49.216Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:06:49.217Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:06:49.217Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:06:49.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:06:49.730Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436362978, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T22:06:49.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:06:50.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:06:50.269Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:06:50.270Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:06:50.270Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:06:50.270Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:06:50.270Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:06:51.271Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:06:51.271Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:06:51.271Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:06:51.272Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:06:52.272Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:06:52.273Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:06:52.273Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:06:52.273Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:06:53.274Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:06:53.275Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:06:53.275Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:06:53.275Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:06:54.275Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:06:54.276Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:06:54.276Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:06:54.276Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:06:55.276Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:06:55.277Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:06:55.277Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:06:55.277Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:06:56.277Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:06:56.277Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:06:56.277Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:06:56.277Z||pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:06:57.278Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T22:06:57.278Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:06:57.278Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T22:06:57.278Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:06:57.278Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:06:57.304Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:06:57.304Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:06:57.304Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:06:57.304Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T22:06:57.304Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:06:57.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T22:06:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:06:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@54a44391 2023-03-21T22:06:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:06:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T22:06:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:06:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T22:06:57.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T22:06:57.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:06:57.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:06:57.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:06:57.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436417335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:06:58.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T22:06:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T22:06:58.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T22:06:58.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T22:06:58.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T22:06:58.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T22:06:58.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:06:58.361Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T22:06:58.377Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:06:58.377Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30058f35 2023-03-21T22:06:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:06:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T22:06:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:06:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T22:06:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T22:06:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:06:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:06:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:06:58.378Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436418378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:06:59.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T22:06:59.380Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:06:59.393Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:06:59.395Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:06:59.395Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:07:29.395Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:07:29.406Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:07:29.408Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:07:29.408Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:07:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:07:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:07:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:07:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:07:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:07:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:07:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:07:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:07:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T22:07:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:07:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:07:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:07:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:07:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:07:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T22:07:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:07:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:07:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:07:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:07:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:07:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:07:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:07:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:07:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436417335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:07:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:07:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:07:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436418378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:07:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:07:59.408Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:07:59.422Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:07:59.425Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:07:59.425Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:08:29.430Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:08:29.454Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:08:29.466Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:08:29.466Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:08:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:08:59.466Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:08:59.479Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:08:59.481Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:08:59.481Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:09:29.482Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:09:29.498Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:09:29.500Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:09:29.500Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:09:49.173Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:09:59.501Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:09:59.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:09:59.515Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:09:59.515Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:10:29.516Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:10:29.530Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:10:29.532Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:10:29.532Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:10:49.173Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:10:59.532Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:10:59.546Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:10:59.548Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:10:59.549Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:11:29.549Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:11:29.559Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:11:29.562Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:11:29.563Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:11:49.175Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:11:50.268Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:11:50.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-06afc4b3-9a36-472a-acd3-7ce47a9f073e 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-21T22:11:50.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T22:11:50.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T22:11:52.618Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:11:52.631Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:11:52.632Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:11:52.637Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:11:52.637Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 59: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T22:11:52.651Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=59, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:11:52.652Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:11:52.652Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:11:52.655Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:11:52.656Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:11:52.656Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:11:52.656Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2391, offsetEpoch=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-21T22:11:52.656Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:11:52.656Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:11:59.563Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T22:11:59.563Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:11:59.569Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T22:11:59.569Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T22:11:59.570Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T22:11:59.575Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:11:59.587Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:11:59.587Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T22:11:59.594Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T22:11:59.739Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T22:11:59.739Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:11:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[196672], x-aai-txid=[1-aai-resources-230321-22:11:58:521-11859], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:11:59.740Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:11:59.741Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:11:59.741Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T22:11:59.752Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T22:11:59.752Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T22:11:59.752Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T22:11:59.752Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:11:59.753Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:11:59.753Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436719752, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:11:59.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:11:59.771Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679436719752, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T22:11:59.772Z||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-21T22:12:00.766Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:12:00.766Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:12:00.767Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:12:00.767Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:00.767Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:00.767Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:12:01.767Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:12:01.768Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:01.768Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:01.768Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:12:02.769Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T22:12:02.769Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:12:02.769Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T22:12:02.770Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T22:12:02.770Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:12:02.793Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:12:02.793Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:12:02.793Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:12:02.793Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T22:12:02.793Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:12:02.793Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:12:02.819Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:12:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@246af39a 2023-03-21T22:12:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:12:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:12:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:12:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:12:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:12:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:12:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:02.820Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679436722820, "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-21T22:12:03.821Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:12:03.857Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T22:12:03.857Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:12:03.857Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T22:12:03.857Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:12:03.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:03.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:03.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679436723857, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:12:04.858Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:12:04.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T22:12:04.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:12:04.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:04.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:04.859Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679436724858, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:12:05.860Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:12:05.866Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:12:05.867Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:12:05.868Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:12:05.868Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:12:05.868Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:12:05.868Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:12:05.868Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:12:05.868Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:12:05.868Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:12:05.868Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:12:05.872Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:12:35.872Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:12:35.879Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T22:12:35.879Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T22:12:35.880Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T22:12:35.886Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:12:35.898Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T22:12:35.899Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a264e988-8ceb-4523-984b-6f3001354d40], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T22:12:35.904Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:12:36.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:12:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[495712], x-aai-txid=[1-aai-resources-230321-22:12:34:829-58738], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:12:36.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:12:36.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T22:12:36.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:12:36.025Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:12:36.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:12:36.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:12:36.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:12:36.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:36.036Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:36.036Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679436756035, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:12:37.057Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:12:37.057Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:12:37.057Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:12:37.057Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:37.058Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:37.058Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:12:38.058Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:12:38.059Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:38.059Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:38.059Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:12:39.060Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:12:39.061Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:39.061Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:39.061Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:12:40.062Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:12:40.063Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:40.063Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:40.063Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:12:41.064Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:12:41.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:41.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:41.066Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:12:42.067Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:12:42.067Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:42.068Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:42.068Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:12:43.069Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:12:43.069Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:43.069Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:43.069Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:12:44.070Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T22:12:44.070Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:12:44.070Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T22:12:44.071Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:12:44.071Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:12:44.091Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:12:44.091Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:12:44.092Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:12:44.092Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T22:12:44.092Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:12:44.092Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:12:44.112Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:12:44.112Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@240ce579 2023-03-21T22:12:44.112Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:12:44.112Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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": [ "BasicVm" ] } } } 2023-03-21T22:12:44.113Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:12:44.113Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||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-21T22:12:44.113Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||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-21T22:12:44.113Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:12:44.113Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:44.113Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:44.113Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436764113, "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-21T22:12:45.114Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:12:45.150Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T22:12:45.150Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:12:45.150Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T22:12:45.150Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:12:45.150Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:45.151Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:45.151Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436765150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:12:46.151Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:12:46.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T22:12:46.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:12:46.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:12:46.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:12:46.152Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436766151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:12:47.153Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:12:47.167Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:12:47.169Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:12:47.169Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:12:47.169Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:12:47.169Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:12:47.169Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:12:47.169Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:12:47.170Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:12:47.170Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:12:47.170Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:12:47.178Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:12:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:12:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:12:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679436722820, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:12:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679436723857, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T22:12:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679436724858, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T22:12:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679436756035, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:12:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:12:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:12:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:12:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436764113, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:12:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436765150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T22:12:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:12:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:12:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436766151, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T22:12:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:13:17.178Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:13:17.183Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T22:13:17.183Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T22:13:17.183Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T22:13:17.186Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:13:17.196Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:13:17.197Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T22:13:17.201Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:13:17.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T22:13:17.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:13:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[180304], x-aai-txid=[2-aai-resources-230321-22:13:16:127-26979], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:13:17.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:13:17.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:13:17.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:13:17.341Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:13:17.341Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:13:17.341Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:13:17.341Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:13:17.341Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:13:17.342Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436797341, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:13:18.359Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:13:18.359Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:13:18.360Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:13:18.360Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:13:18.360Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:13:18.361Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:13:19.361Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:13:19.361Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:13:19.362Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:13:19.362Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:13:20.363Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:13:20.363Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:13:20.364Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:13:20.364Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:13:21.366Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:13:21.366Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:13:21.366Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:13:21.366Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:13:22.367Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:13:22.368Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:13:22.368Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:13:22.368Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:13:23.369Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:13:23.369Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:13:23.370Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:13:23.370Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:13:24.372Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:13:24.372Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:13:24.372Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:13:24.372Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:13:25.373Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:13:25.374Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:13:25.374Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:13:25.374Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:13:26.375Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T22:13:26.376Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:13:26.376Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T22:13:26.376Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:13:26.377Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:13:26.404Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:13:26.405Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:13:26.405Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:13:26.405Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:26.405Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:13:26.406Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:26.723Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T22:13:26.725Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T22:13:26.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:13:26.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:26.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:13:26.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:13:26.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:13:26.726Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436806726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:13:27.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:13:27.727Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:13:27.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:27.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:27.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:27.728Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:27.807Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10198335205668519511/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T22:13:28.418Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:13:28.419Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:13:28.419Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:28.419Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:13:28.419Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:28.419Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:28.419Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:28.419Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:28.419Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:28.419Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:28.419Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:13:28.419Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:13:28.419Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:13:28.419Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:13:28.420Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:13:28.421Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:13:28.421Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T22:13:28.460Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T22:13:28.461Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:13:28.461Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T22:13:28.461Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:13:28.461Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:13:28.461Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:13:28.461Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436808461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:13:29.462Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:13:29.463Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T22:13:29.463Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:13:29.463Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:13:29.463Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:13:29.463Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436809462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:13:30.464Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:13:30.476Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:13:30.479Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:13:30.479Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:13:30.479Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:13:30.479Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:13:30.479Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:13:30.479Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:13:30.479Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:13:30.479Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:13:30.479Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:13:30.488Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:13:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:13:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:13:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679436797341, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:13:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:13:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:13:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:13:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:13:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:13:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:13:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:13:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:13:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:13:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:13:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:13:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:13:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436806726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:13:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:13:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:13:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436808461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T22:13:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:13:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:13:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436809462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T22:13:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:00.488Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:14:00.492Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T22:14:00.492Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T22:14:00.493Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T22:14:00.498Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:14:00.512Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:14:00.514Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T22:14:00.519Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:14:00.661Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T22:14:00.661Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:13:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[155696], x-aai-txid=[2-aai-resources-230321-22:13:59:445-66205], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:14:00.661Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:14:00.665Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:14:00.665Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:14:00.674Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:14:00.674Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:14:00.674Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:14:00.674Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:00.674Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:00.675Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436840674, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:14:01.692Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:14:01.692Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:14:01.693Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:01.693Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:01.693Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:01.693Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:02.693Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:02.694Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:02.694Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:02.694Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:03.694Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:03.694Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:03.694Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:03.695Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:04.695Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:04.695Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:04.695Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:04.696Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:05.696Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:05.696Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:05.696Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:05.696Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:06.697Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:06.697Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:06.697Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:06.697Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:07.698Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:07.699Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:07.699Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:07.699Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:08.699Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:08.700Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:08.700Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:08.700Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:09.700Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T22:14:09.701Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:14:09.701Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T22:14:09.701Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:14:09.701Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:14:09.718Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:14:09.718Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:14:09.718Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:14:09.718Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:09.718Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:14:09.719Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:10.020Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T22:14:10.022Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T22:14:10.022Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:14:10.022Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:10.022Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:14:10.023Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:10.023Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:10.023Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436850022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:11.023Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:14:11.024Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:14:11.024Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:11.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:11.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:11.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:11.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8382188028052268890/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T22:14:11.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:14:11.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:14:11.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:11.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:14:11.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:11.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:11.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:11.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:11.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:11.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:11.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:14:11.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:11.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:11.701Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:11.701Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:11.701Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T22:14:11.728Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T22:14:11.728Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:14:11.728Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T22:14:11.728Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:14:11.728Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:11.729Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:11.729Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436851728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:12.729Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:14:12.730Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T22:14:12.730Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:14:12.730Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:12.730Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:12.730Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436852729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:13.730Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:14:13.743Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:14:13.745Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:14:13.746Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:14:13.746Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:14:13.746Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:14:13.746Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:14:13.746Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:14:13.746Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:14:13.746Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:14:13.746Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:14:13.750Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:14:43.751Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:14:43.758Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T22:14:43.758Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T22:14:43.758Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T22:14:43.761Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:14:43.771Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T22:14:43.771Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e590c34f-9249-4579-a178-8b333563b4fb], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T22:14:43.774Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:14:43.914Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:14:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[532576], x-aai-txid=[2-aai-resources-230321-22:14:42:699-47395], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:14:43.914Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:14:43.914Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T22:14:43.914Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:14:43.914Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:14:43.928Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:14:43.928Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:14:43.928Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:14:43.928Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:43.928Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:43.928Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436883928, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:14:44.950Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:14:44.950Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:14:44.951Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:44.951Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:44.951Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:44.951Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:45.952Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:45.952Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:45.952Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:45.952Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:46.953Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:46.953Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:46.953Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:46.953Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:47.954Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:47.954Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:47.954Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:47.955Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:48.955Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:48.955Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:48.956Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:48.956Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679436840674, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:14:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:14:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:14:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:14:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:14:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:14:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:14:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:14:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436850022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436851728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436852729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679436883928, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:14:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:14:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:14:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:14:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:14:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:14:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:14:49.956Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:49.957Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:49.957Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:49.957Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:50.957Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:50.958Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:50.958Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:50.958Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:51.959Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:14:51.960Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:51.960Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:51.960Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:52.960Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T22:14:52.961Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:14:52.961Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T22:14:52.961Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:14:52.961Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:14:52.990Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:14:52.991Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:14:52.991Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:14:52.991Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:52.991Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:14:52.991Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:53.284Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T22:14:53.287Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T22:14:53.287Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:14:53.288Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:53.288Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:14:53.288Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:53.288Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:53.288Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436893287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:54.288Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:14:54.289Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:14:54.290Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:54.290Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:54.291Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:54.291Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:54.372Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10606668373306126183/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T22:14:54.926Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:14:54.926Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:14:54.926Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:54.926Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:14:54.926Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:54.926Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T22:14:54.927Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:14:54.928Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:14:54.928Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:54.928Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:54.928Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:54.928Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:54.928Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:54.928Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:54.929Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:54.929Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:54.929Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:14:54.929Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:14:54.929Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T22:14:54.963Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T22:14:54.963Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:14:54.963Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T22:14:54.963Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:14:54.963Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:54.963Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:54.963Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436894963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:55.964Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:14:55.964Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T22:14:55.965Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:14:55.965Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:14:55.965Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:14:55.965Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436895964, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:14:56.966Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:14:56.983Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:14:56.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:14:56.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:14:56.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:14:56.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:14:56.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:14:56.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:14:56.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:14:56.987Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:14:56.988Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:14:56.996Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:15:26.996Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:15:27.003Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T22:15:27.003Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T22:15:27.003Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T22:15:27.008Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:15:27.019Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T22:15:27.019Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[da4522e0-48f3-4dec-8459-5ae29da7ff22], X-ECOMP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-TransactionId=[], X-ONAP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], Content-Type=[application/merge-patch+json]} 2023-03-21T22:15:27.027Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:15:27.163Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:15:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[237608], x-aai-txid=[0-aai-resources-230321-22:15:25:953-88092], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:15:27.163Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:15:27.164Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T22:15:27.164Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:15:27.165Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:15:27.175Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:15:27.175Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:15:27.175Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:15:27.175Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:27.175Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:27.175Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436927175, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:15:28.201Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:15:28.201Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:15:28.202Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:15:28.202Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:28.202Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:28.202Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:15:29.202Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:15:29.203Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:29.203Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:29.203Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:15:30.204Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:15:30.205Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:30.205Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:30.205Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:15:31.205Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:15:31.206Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:31.206Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:31.206Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:15:32.206Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:15:32.207Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:32.207Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:32.207Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:15:33.207Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:15:33.208Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:33.208Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:33.208Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:15:34.208Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:15:34.208Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:34.209Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:34.209Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:15:35.209Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:15:35.210Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:35.210Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:35.211Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:15:36.211Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:15:36.212Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:36.212Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:36.212Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:15:37.213Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:15:37.213Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:37.213Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:37.213Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:15:38.214Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T22:15:38.214Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:15:38.214Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T22:15:38.215Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:15:38.215Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:15:38.240Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:15:38.240Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:15:38.240Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:15:38.240Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T22:15:38.241Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:15:38.241Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T22:15:38.327Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:15:38.328Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@273839df 2023-03-21T22:15:38.328Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:15:38.328Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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": [ "BasicCnfMacro" ] } } } 2023-03-21T22:15:38.329Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8b453f05-7c27-49e3-aaaa-250da7e35e19 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:15:38.329Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:15:38.329Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:15:38.329Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:15:38.329Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:38.329Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:38.330Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436938329, "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-21T22:15:39.331Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:8b453f05-7c27-49e3-aaaa-250da7e35e19) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:15:39.365Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists 2023-03-21T22:15:39.366Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:15:39.366Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists) 2023-03-21T22:15:39.366Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:15:39.366Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:39.367Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:39.367Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436939366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:15:40.367Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:15:40.368Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists) 2023-03-21T22:15:40.368Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:15:40.368Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:15:40.368Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:15:40.368Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436940367, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:15:41.369Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:15:41.386Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:15:41.388Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:15:41.388Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:15:41.388Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:15:41.388Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:15:41.388Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:15:41.388Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:15:41.388Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:15:41.389Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:15:41.389Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:15:41.394Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:15:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:15:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:15:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:15:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:15:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436893287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:15:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436894963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T22:15:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436895964, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T22:15:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679436927175, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:15:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:15:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:15:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:15:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:15:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:15:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436938329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:15:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436939366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } 2023-03-21T22:15:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:15:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T22:15:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436940367, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } 2023-03-21T22:15:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:16:11.394Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:16:11.400Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T22:16:11.401Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T22:16:11.401Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T22:16:11.407Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:16:11.418Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:16:11.421Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T22:16:11.429Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:16:11.563Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T22:16:11.564Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:16:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[274488], x-aai-txid=[1-aai-resources-230321-22:16:10:356-4865], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:16:11.565Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:16:11.565Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:16:11.565Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:16:11.573Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:16:11.573Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:16:11.573Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:16:11.573Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:11.573Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:11.573Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436971573, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:16:12.601Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:16:12.601Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:16:12.601Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:16:12.601Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:12.601Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:12.601Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:16:13.602Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:16:13.602Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:13.602Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:13.602Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:16:14.603Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:16:14.603Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:14.604Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:14.604Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:16:15.605Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:16:15.605Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:15.605Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:15.605Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:16:16.606Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:16:16.606Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:16.606Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:16.606Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:16:17.606Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:16:17.607Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:17.607Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:17.607Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:16:18.608Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:16:18.608Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:18.609Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:18.609Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:16:19.609Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:16:19.610Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:19.610Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:19.610Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:16:20.611Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T22:16:20.611Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:16:20.611Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T22:16:20.611Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:16:20.612Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:16:20.678Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:16:20.679Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:16:20.679Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:16:20.679Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T22:16:20.679Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:16:20.679Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T22:16:20.700Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:16:20.700Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@576da19a 2023-03-21T22:16:20.700Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:16:20.701Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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": [ "BasicVmMacro" ] } } } 2023-03-21T22:16:20.701Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ebe5950d-5230-4fd7-b91c-10040c72a7c9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:16:20.701Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:16:20.701Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:16:20.701Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:16:20.701Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:20.701Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:20.701Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436980701, "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-21T22:16:21.702Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:ebe5950d-5230-4fd7-b91c-10040c72a7c9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:16:21.751Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists 2023-03-21T22:16:21.751Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:16:21.751Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists) 2023-03-21T22:16:21.751Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:16:21.752Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:21.752Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:21.752Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436981751, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:16:22.752Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:16:22.753Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists) 2023-03-21T22:16:22.753Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:16:22.753Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:22.753Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:22.753Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436982752, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:16:23.754Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:16:23.782Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:16:23.787Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:16:23.787Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:16:23.787Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:16:23.788Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:16:23.788Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:16:23.788Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:16:23.788Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:16:23.788Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:16:23.788Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:16:23.802Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:16:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:16:49.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679436971573, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:16:49.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:16:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:16:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436980701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:16:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:16:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:16:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436981751, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } 2023-03-21T22:16:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:16:49.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:16:49.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679436982752, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } 2023-03-21T22:16:49.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:16:53.802Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:16:53.810Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T22:16:53.810Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T22:16:53.811Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T22:16:53.815Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:16:53.863Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T22:16:53.863Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02cf3185-22e8-45ef-b984-868e8d6a7f0e], X-ECOMP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-TransactionId=[], X-ONAP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], Content-Type=[application/merge-patch+json]} 2023-03-21T22:16:53.868Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:16:53.997Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:16:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[225360], x-aai-txid=[2-aai-resources-230321-22:16:52:794-86678], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:16:53.998Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:16:53.998Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T22:16:53.998Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:16:53.998Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:16:54.004Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:16:54.004Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:16:54.005Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:16:54.005Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:54.005Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:54.005Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437014005, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:16:55.032Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:16:55.032Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:16:55.032Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:16:55.032Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:55.032Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:55.033Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:16:56.033Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:16:56.034Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:56.034Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:56.034Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:16:57.034Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:16:57.034Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:57.035Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:57.035Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:16:58.035Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:16:58.036Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:58.036Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:58.036Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:16:59.036Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:16:59.037Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:16:59.037Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:16:59.037Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:17:00.038Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:17:00.038Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:00.038Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:00.038Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:17:01.039Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:17:01.039Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:01.039Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:01.039Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:17:02.040Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:17:02.040Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:02.040Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:02.040Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:17:03.040Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:17:03.041Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:03.041Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:03.041Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:17:04.042Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T22:17:04.042Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:17:04.042Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T22:17:04.042Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:17:04.043Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:17:04.076Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:17:04.077Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:17:04.077Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:17:04.077Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:17:04.077Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:17:04.077Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:17:04.099Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:17:04.099Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@301d1cc8 2023-03-21T22:17:04.099Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:17:04.099Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:17:04.100Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5dee975a-7f55-4449-a1f5-aa20456c8216 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:17:04.100Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:17:04.100Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:17:04.100Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:17:04.101Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:04.101Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:04.101Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437024100, "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-21T22:17:05.101Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:5dee975a-7f55-4449-a1f5-aa20456c8216) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:17:05.144Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists 2023-03-21T22:17:05.145Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:17:05.145Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists) 2023-03-21T22:17:05.145Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:17:05.145Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:05.145Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:05.145Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437025145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:17:06.146Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:17:06.146Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists) 2023-03-21T22:17:06.146Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:17:06.146Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:06.147Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:06.147Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437026146, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:17:07.147Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:17:07.165Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:17:07.168Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:17:07.168Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:17:07.168Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:17:07.168Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:17:07.168Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:17:07.168Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:17:07.168Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:17:07.169Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:17:07.169Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:17:07.181Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:17:37.181Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:17:37.194Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T22:17:37.194Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T22:17:37.195Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T22:17:37.200Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:17:37.214Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T22:17:37.214Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f4ad579-1dfa-4a2b-a2f3-2c48b3dd360e], X-ECOMP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-TransactionId=[], X-ONAP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], Content-Type=[application/merge-patch+json]} 2023-03-21T22:17:37.217Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:17:37.367Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:17:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[208944], x-aai-txid=[2-aai-resources-230321-22:17:36:142-96617], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:17:37.368Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:17:37.368Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T22:17:37.369Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:17:37.370Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:17:37.377Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:17:37.377Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:17:37.377Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:17:37.377Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:37.378Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:37.378Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437057377, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:17:38.409Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:17:38.409Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"1730a31c-6753-4a08-aae8-7d58b8d7d655","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"27f5ccc4-d817-4ebf-a428-29d3f28c84e2","serviceDescription":"service","serviceInvariantUUID":"680439e8-559c-47b7-bba9-2cf929a66403","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c","resourceInvariantUUID":"1576bb0a-57a7-4a23-b6a6-5bc6e281ec29","resourceCustomizationUUID":"0da37cbb-9241-40a0-92d9-f83c9e0485cf","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":"MzA3MDVjZmRmYzk1MDQ0YWI4ZGZjNjJmZTE5NWJlYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad5ab004-4bee-4c36-8d08-1dc1195c8e46","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":"979932fe-7833-4694-ae40-a97babb6e0b6","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":"7becd4ac-55ee-4f1e-93b6-9aca58fa737b","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":"OGEzYjk5NTI2NWEyNzc1MGVmOTQ5NmU0NjMyNGY5ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02a28dd9-3085-441c-9216-4ea63ea6fb65","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":"486b77b3-c771-408b-821c-2aeaa75eae2b","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":"df687656-0f60-4963-8316-5e6b16dd94ac","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":"a1a01667-0052-41b8-ad9d-8b227f9192f1","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":"NzZkOGI0N2U3MTJhYzMxM2YzNWNhYTAxYmUxMGZjZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"328f3a88-98bc-44ba-9e1c-ee0ba24c47dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"955effc8-3820-4d7a-8b91-f129e875b6b9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:17:38.410Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:17:38.410Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:38.410Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:38.410Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:17:39.410Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:17:39.411Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:39.411Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:39.411Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:17:40.412Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:17:40.412Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:40.413Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:40.413Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:17:41.413Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:17:41.414Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:41.414Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:41.414Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:17:42.414Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:17:42.415Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:42.415Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:42.415Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:17:43.416Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:17:43.417Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:43.417Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:43.417Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:17:44.417Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:17:44.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:44.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:44.418Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:17:45.419Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:17:45.419Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:45.419Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:45.419Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:17:46.420Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:17:46.420Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:46.420Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:46.421Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:17:47.422Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "27f5ccc4-d817-4ebf-a428-29d3f28c84e2", "serviceDescription": "service", "serviceInvariantUUID": "680439e8-559c-47b7-bba9-2cf929a66403", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0da37cbb-9241-40a0-92d9-f83c9e0485cf", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c", "resourceInvariantUUID": "1576bb0a-57a7-4a23-b6a6-5bc6e281ec29", "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": "YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "955effc8-3820-4d7a-8b91-f129e875b6b9" } ], "workloadContext": "Production" } 2023-03-21T22:17:47.422Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:17:47.422Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC 2023-03-21T22:17:47.422Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:1730a31c-6753-4a08-aae8-7d58b8d7d655 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ServiceInvariantUUID:680439e8-559c-47b7-bba9-2cf929a66403 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:955effc8-3820-4d7a-8b91-f129e875b6b9 ArtifactChecksum:YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0da37cbb-9241-40a0-92d9-f83c9e0485cf ResourceInvariantUUID:1576bb0a-57a7-4a23-b6a6-5bc6e281ec29 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:17:47.422Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:17:47.461Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:17:47.461Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:17:47.462Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:17:47.462Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:17:47.462Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:17:47.462Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:17:47.479Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:17:47.479Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1b733424 2023-03-21T22:17:47.479Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:17:47.479Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:17:47.479Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 955effc8-3820-4d7a-8b91-f129e875b6b9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:17:47.479Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:17:47.479Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:17:47.479Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:17:47.479Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:47.479Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:47.479Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437067479, "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-21T22:17:48.480Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:955effc8-3820-4d7a-8b91-f129e875b6b9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:17:48.521Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists 2023-03-21T22:17:48.521Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:17:48.521Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists) 2023-03-21T22:17:48.521Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:17:48.521Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:48.521Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:48.521Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437068521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:17:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:17:49.172Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version138: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version139: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-21T22:17:49.185Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:17:49.186Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:17:49.190Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:17:49.191Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 60: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T22:17:49.206Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=60, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:17:49.207Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:17:49.207Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:17:49.210Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:17:49.211Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:17:49.211Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:17:49.211Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2470, offsetEpoch=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-21T22:17:49.211Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:17:49.211Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:17:49.522Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:17:49.522Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists) 2023-03-21T22:17:49.522Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:17:49.523Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:17:49.523Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:17:49.523Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437069522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:17:50.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.229Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437014005, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:17:50.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.230Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.230Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.230Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.231Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.231Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.231Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.232Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.232Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.232Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:17:50.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437024100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:17:50.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437025145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } 2023-03-21T22:17:50.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.233Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437026146, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } 2023-03-21T22:17:50.234Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.234Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437057377, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:17:50.234Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.234Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.235Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.235Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.236Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.236Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.236Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.237Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.237Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:17:50.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.237Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:17:50.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.238Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437067479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:17:50.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.238Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437068521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } 2023-03-21T22:17:50.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:17:50.239Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437069522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } 2023-03-21T22:17:50.239Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:17:50.523Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:17:50.544Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:17:50.547Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:17:50.547Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:17:50.547Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:17:50.548Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:17:50.548Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:17:50.548Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:17:50.548Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:17:50.548Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:17:50.548Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:17:50.566Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:18:20.566Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:18:20.575Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and serviceModelVersionId: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T22:18:20.575Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 680439e8-559c-47b7-bba9-2cf929a66403 2023-03-21T22:18:20.576Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 2023-03-21T22:18:20.579Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:18:20.590Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:18:20.593Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||Invoke 2023-03-21T22:18:20.600Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:18:20.790Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||InvokeReturn 2023-03-21T22:18:20.790Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:18:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[186], vertex-id=[594016], x-aai-txid=[2-aai-resources-230321-22:18:19:525-96407], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:18:20.791Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:18:20.791Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:18:20.792Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:18:20.801Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:18:20.801Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1730a31c-6753-4a08-aae8-7d58b8d7d655 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:18:20.801Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:18:20.801Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:18:20.801Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:18:20.801Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437100801, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:18:21.823Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:18:21.824Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"be804afb-371a-4e4a-b452-fe3d631d4d8a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b14a5d24-609a-4621-9245-02be9977a28a","serviceDescription":"service","serviceInvariantUUID":"136d285d-e4af-4545-81bf-7e9378a9c864","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b7a575d-86f2-47f1-80b7-9760bf67f0cf","resourceInvariantUUID":"f6a448c5-fe60-44c5-a04c-5173ae5e57e8","resourceCustomizationUUID":"670ba865-de8e-4900-8a19-cb55a379368b","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":"OWQzZTY3NTJlMWVlYTg5MDVhMzZmNzlhNTI2NDk3ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89a26d38-c868-4647-810f-24c563d14fb3","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":"955b57b9-cf0f-4221-9f6b-9eafd43bd3ca","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":"9a08c3da-1608-41d7-b522-41ba5acb403b","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":"ZmM5NjAyNGIxNTI0ZTFhMjIzOTY2NTRlNTgzODU3NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5facb907-bc63-4a2e-bfd5-0ef0fee184b4","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":"972c44fc-576c-4e2d-939e-f61244671d56","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":"65118ee5-bc61-4d1f-bc32-f83be325c9f3","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":"7d3af18c-1ff3-48ca-b258-3d5721f48252","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":"NGFlNzIxYzRkZTQ3NDRkMjM5YzZkMzZhMjMxZTVkNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc877855-6d4d-4dca-836e-0500d59f9740","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc5bb7d8-11b2-4e60-a503-312fc026e411","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:18:21.824Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:18:21.824Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:18:21.824Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:18:21.824Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:18:22.825Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:18:22.826Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:18:22.826Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:18:22.826Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:18:23.827Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:18:23.828Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:18:23.828Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:18:23.828Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:18:24.829Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:18:24.830Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:18:24.830Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:18:24.830Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:18:25.831Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:18:25.832Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:18:25.832Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:18:25.832Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:18:26.833Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:18:26.833Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:18:26.833Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:18:26.834Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:18:27.835Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:18:27.835Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:18:27.835Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:18:27.835Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:18:28.836Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:18:28.836Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:18:28.836Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:18:28.836Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "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-21T22:18:29.837Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:18:29.838Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:18:29.838Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:18:29.838Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:18:30.839Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b14a5d24-609a-4621-9245-02be9977a28a", "serviceDescription": "service", "serviceInvariantUUID": "136d285d-e4af-4545-81bf-7e9378a9c864", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "670ba865-de8e-4900-8a19-cb55a379368b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7b7a575d-86f2-47f1-80b7-9760bf67f0cf", "resourceInvariantUUID": "f6a448c5-fe60-44c5-a04c-5173ae5e57e8", "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": "Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dc5bb7d8-11b2-4e60-a503-312fc026e411" } ], "workloadContext": "Production" } 2023-03-21T22:18:30.839Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:18:30.839Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b14a5d24-609a-4621-9245-02be9977a28a ASDC 2023-03-21T22:18:30.839Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:be804afb-371a-4e4a-b452-fe3d631d4d8a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b14a5d24-609a-4621-9245-02be9977a28a ServiceInvariantUUID:136d285d-e4af-4545-81bf-7e9378a9c864 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:dc5bb7d8-11b2-4e60-a503-312fc026e411 ArtifactChecksum:Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:670ba865-de8e-4900-8a19-cb55a379368b ResourceInvariantUUID:f6a448c5-fe60-44c5-a04c-5173ae5e57e8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:7b7a575d-86f2-47f1-80b7-9760bf67f0cf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:18:30.840Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b14a5d24-609a-4621-9245-02be9977a28a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:18:30.871Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:18:30.871Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:18:30.871Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:18:30.871Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dc5bb7d8-11b2-4e60-a503-312fc026e411 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:18:30.871Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:18:30.872Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:18:30.890Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:18:30.891Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2b8c3ea5 2023-03-21T22:18:30.891Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:18:30.891Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:18:30.891Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dc5bb7d8-11b2-4e60-a503-312fc026e411 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:18:30.891Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:18:30.891Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:18:30.891Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:18:30.891Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:18:30.891Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:18:30.891Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437110891, "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-21T22:18:31.892Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:dc5bb7d8-11b2-4e60-a503-312fc026e411) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T22:18:31.905Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:18:31.905Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b7a575d-86f2-47f1-80b7-9760bf67f0cf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T22:18:31.911Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:18:31.928Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf test-pnf 2023-03-21T22:18:31.929Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:18:31.929Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:18:31.929Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 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-21T22:18:31.933Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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$$2da00d2a.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-21T22:18:31.948Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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$$2da00d2a.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-21T22:18:31.951Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 0 ASDC deployResourceStructure 2023-03-21T22:18:31.951Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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$$2da00d2a.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-21T22:18:31.951Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:18:31.951Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:18:31.951Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:18:31.951Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:18:31.951Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:18:31.952Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437111951, "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-21T22:18:32.952Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:18:32.971Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:18:32.974Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:18:32.974Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:18:32.974Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:18:32.975Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:18:32.975Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:18:32.975Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:18:32.975Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:18:32.975Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T22:18:32.975Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:18:32.982Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:18:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:18:49.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:18:49.182Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437100801, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:18:49.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:18:49.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:18:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:18:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:18:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:18:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:18:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:18:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:18:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:18:49.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:18:49.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:18:49.183Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:18:49.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:18:49.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:18:49.184Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:18:49.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:18:49.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:18:49.184Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:18:49.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:18:49.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:18:49.184Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:18:49.185Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:18:49.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:18:49.185Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:18:49.185Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:18:49.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:18:49.185Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679436363997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:18:49.185Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:18:49.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:18:49.185Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437110891, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:18:49.185Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:18:49.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:18:49.185Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437111951, "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-21T22:18:49.186Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:19:02.982Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:19:02.990Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and serviceModelVersionId: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:19:02.990Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 136d285d-e4af-4545-81bf-7e9378a9c864 2023-03-21T22:19:02.991Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 2023-03-21T22:19:02.997Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:19:03.009Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||Invoke 2023-03-21T22:19:03.009Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c983c65d-235d-49d3-9fa6-d8d6665d61b9], X-ECOMP-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], X-TransactionId=[], X-ONAP-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], Content-Type=[application/merge-patch+json]} 2023-03-21T22:19:03.017Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T22:19:03.155Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:19:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[278592], x-aai-txid=[2-aai-resources-230321-22:19:01:943-46276], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:19:03.156Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:19:03.156Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||InvokeReturn 2023-03-21T22:19:03.156Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:19:03.156Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:19:03.162Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:19:03.162Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be804afb-371a-4e4a-b452-fe3d631d4d8a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T22:19:03.162Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:19:03.162Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:19:03.162Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:19:03.162Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437143162, "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-21T22:19:04.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T22:19:04.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T22:19:04.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-21T22:19:04.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cancelled in-flight METADATA request with correlation id 149683 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-21T22:19:04.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 2 disconnected. 2023-03-21T22:19:04.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:19:04.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:19:04.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:19:04.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T22:19:04.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-58deb818-b641-4109-be4d-e2ca38828753 2023-03-21T22:19:04.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:19:04.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:19:04.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T22:19:04.545Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:07.555Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:10.567Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:13.576Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:16.587Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:19.596Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:22.604Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:25.619Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:28.628Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:31.649Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:34.662Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:37.671Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:40.680Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:43.688Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:46.696Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:19:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:19:49.186Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:19:49.186Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:19:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-58deb818-b641-4109-be4d-e2ca38828753', protocol='range'} 2023-03-21T22:19:49.191Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:19:49.196Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:19:49.197Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:19:49.197Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:19:49.197Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:19:49.197Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:19:49.197Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:19:49.198Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 61: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-58deb818-b641-4109-be4d-e2ca38828753=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T22:19:49.212Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:19:49.212Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:19:49.212Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=61, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-58deb818-b641-4109-be4d-e2ca38828753', protocol='range'} 2023-03-21T22:19:49.212Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:19:49.213Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:19:49.213Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:19:49.216Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:19:49.216Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:19:49.216Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:19:49.217Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:19:49.217Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:19:49.217Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:19:49.217Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:19:49.217Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:19:49.217Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2508, offsetEpoch=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-21T22:19:49.217Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:19:49.217Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:19:49.217Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:19:50.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:19:50.237Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437143162, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T22:19:50.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:19:50.269Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:19:50.269Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:19:50.270Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:19:50.270Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:19:50.271Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:19:50.271Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:19:51.271Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:19:51.271Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:19:51.272Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:19:51.272Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:19:52.272Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:19:52.273Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:19:52.273Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:19:52.273Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:19:53.273Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:19:53.274Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:19:53.274Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:19:53.274Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:19:54.275Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:19:54.275Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:19:54.275Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:19:54.275Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:19:55.276Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:19:55.277Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:19:55.277Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:19:55.277Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:19:56.278Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:19:56.279Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:19:56.279Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:19:56.279Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:19:57.280Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T22:19:57.280Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:19:57.280Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T22:19:57.280Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:19:57.280Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:19:57.320Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:19:57.321Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:19:57.321Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:19:57.321Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T22:19:57.321Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:19:57.321Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T22:19:57.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:19:57.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@73c5ee7a 2023-03-21T22:19:57.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:19:57.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T22:19:57.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:19:57.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T22:19:57.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T22:19:57.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:19:57.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:19:57.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:19:57.350Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437197350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:19:58.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T22:19:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T22:19:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T22:19:58.366Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T22:19:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T22:19:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T22:19:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:19:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T22:19:58.383Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:19:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@d1e2485 2023-03-21T22:19:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:19:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T22:19:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:19:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T22:19:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T22:19:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:19:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:19:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:19:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437198384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:19:59.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T22:19:59.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:19:59.408Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:19:59.411Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:19:59.411Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:20:29.412Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:20:29.438Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:20:29.443Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:20:29.443Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:20:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:20:49.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:20:49.175Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:20:49.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:20:59.444Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:20:59.469Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:20:59.474Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:20:59.474Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:21:29.478Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:21:29.537Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:21:29.541Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:21:29.541Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:21:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:21:49.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:21:49.174Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:21:49.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:21:49.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:21:49.174Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T22:21:49.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:21:49.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:21:49.174Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:21:49.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:21:49.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:21:49.175Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T22:21:49.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:21:49.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:21:49.175Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:21:49.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:21:49.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:21:49.175Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:21:49.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:21:49.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:21:49.176Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437197350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:21:49.176Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:21:49.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:21:49.176Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437198384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:21:49.176Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:21:59.542Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:21:59.566Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:21:59.569Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:21:59.569Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:22:29.569Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:22:29.595Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:22:29.599Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:22:29.599Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:22:49.172Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:22:59.599Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:22:59.626Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:22:59.631Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:22:59.631Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:23:29.631Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:23:29.658Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:23:29.663Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:23:29.664Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:23:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:23:59.664Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:23:59.689Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:23:59.693Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:23:59.693Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:24:29.694Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:24:29.721Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:24:29.726Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:24:29.726Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:24:49.173Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:24:50.352Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:24:50.353Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-58deb818-b641-4109-be4d-e2ca38828753 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-21T22:24:50.353Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T22:24:50.353Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T22:24:52.797Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:24:52.810Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:24:52.810Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:24:52.815Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=62, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:24:52.815Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 62: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T22:24:52.828Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=62, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:24:52.828Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:24:52.829Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:24:52.832Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:24:52.832Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:24:52.832Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:24:52.832Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2518, offsetEpoch=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-21T22:24:52.832Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:24:52.832Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:24:59.727Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T22:24:59.727Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:24:59.740Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T22:24:59.740Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T22:24:59.741Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T22:24:59.747Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:24:59.761Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:24:59.763Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T22:24:59.771Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T22:24:59.921Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T22:24:59.922Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:24:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[196672], x-aai-txid=[2-aai-resources-230321-22:24:58:694-88669], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:24:59.923Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:24:59.923Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:24:59.923Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T22:24:59.932Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T22:24:59.932Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T22:24:59.932Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T22:24:59.933Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:24:59.933Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:24:59.933Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437499932, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:24:59.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:24:59.949Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437499932, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T22:24:59.950Z||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-21T22:25:00.964Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:25:00.964Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:25:00.964Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:25:00.964Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:00.964Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:00.965Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:25:01.965Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:25:01.965Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:01.965Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:01.965Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:25:02.966Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T22:25:02.966Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:25:02.967Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T22:25:02.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T22:25:02.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:25:03.005Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:25:03.006Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:25:03.006Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:25:03.006Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T22:25:03.006Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:25:03.007Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:25:03.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:25:03.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@27b177bb 2023-03-21T22:25:03.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:25:03.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:25:03.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:25:03.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:25:03.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:25:03.036Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:25:03.036Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:03.036Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:03.036Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437503035, "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-21T22:25:04.036Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:25:04.078Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T22:25:04.078Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:25:04.078Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T22:25:04.078Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:25:04.079Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:04.079Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:04.079Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437504078, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:25:05.080Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:25:05.080Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T22:25:05.080Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:25:05.080Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:05.080Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:05.080Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437505080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:25:06.081Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:25:06.106Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:25:06.111Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:25:06.111Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:25:06.111Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:25:06.111Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:25:06.112Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:25:06.112Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:25:06.112Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:25:06.112Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:25:06.112Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:25:06.126Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:25:36.127Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:25:36.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T22:25:36.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T22:25:36.137Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T22:25:36.141Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:25:36.152Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T22:25:36.152Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0ac079a6-c851-4457-90c3-0ea7eeb241ed], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T22:25:36.160Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:25:36.305Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:25:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[495712], x-aai-txid=[1-aai-resources-230321-22:25:35:082-4939], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:25:36.306Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:25:36.307Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T22:25:36.307Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:25:36.307Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:25:36.313Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:25:36.314Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:25:36.314Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:25:36.314Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:36.314Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:36.314Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437536314, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:25:37.341Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:25:37.341Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:25:37.341Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:25:37.341Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:37.342Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:37.342Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:25:38.342Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:25:38.342Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:38.342Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:38.342Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:25:39.343Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:25:39.343Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:39.343Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:39.343Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:25:40.344Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:25:40.345Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:40.345Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:40.345Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:25:41.345Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:25:41.346Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:41.346Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:41.346Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:25:42.347Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:25:42.347Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:42.347Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:42.347Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:25:43.348Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:25:43.349Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:43.349Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:43.349Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:25:44.350Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T22:25:44.351Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:25:44.351Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T22:25:44.351Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:25:44.351Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:25:44.396Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:25:44.397Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:25:44.397Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:25:44.397Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T22:25:44.397Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:25:44.397Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:25:44.420Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:25:44.420Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@66c471a8 2023-03-21T22:25:44.421Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:25:44.421Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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": [ "BasicVm" ] } } } 2023-03-21T22:25:44.421Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:25:44.421Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||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-21T22:25:44.421Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||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-21T22:25:44.421Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:25:44.421Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:44.421Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:44.421Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437544421, "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-21T22:25:45.422Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:25:45.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T22:25:45.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:25:45.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T22:25:45.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:25:45.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:45.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:45.457Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437545457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:25:46.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:25:46.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T22:25:46.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:25:46.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:25:46.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:25:46.458Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437546458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:25:47.459Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:25:47.484Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:25:47.487Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:25:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:25:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:25:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:25:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:25:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:25:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:25:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:25:47.488Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:25:47.501Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:25:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:25:49.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.179Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:25:49.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.179Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:25:49.179Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437503035, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:25:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437504078, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T22:25:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.180Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437505080, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T22:25:49.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437536314, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:25:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:25:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:25:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T22:25:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:25:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T22:25:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:25:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:25:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437544421, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:25:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437545457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T22:25:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:25:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:25:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437546458, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T22:25:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:26:17.501Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:26:17.514Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T22:26:17.514Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T22:26:17.514Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T22:26:17.521Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:26:17.533Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T22:26:17.533Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4e631bf1-5b32-49bf-91af-ddb460cd7526], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T22:26:17.541Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:26:17.685Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:26:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[180304], x-aai-txid=[2-aai-resources-230321-22:26:16:464-5119], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:26:17.686Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:26:17.686Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T22:26:17.687Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:26:17.687Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:26:17.696Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:26:17.696Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:26:17.696Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:26:17.697Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:26:17.697Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:26:17.697Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437577696, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:26:18.750Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:26:18.750Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:26:18.750Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:26:18.751Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:26:18.751Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:26:18.751Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:26:19.752Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:26:19.752Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:26:19.752Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:26:19.752Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:26:20.753Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:26:20.753Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:26:20.753Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:26:20.753Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:26:21.753Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:26:21.754Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:26:21.754Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:26:21.754Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:26:22.755Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:26:22.755Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:26:22.755Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:26:22.756Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:26:23.756Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:26:23.757Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:26:23.757Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:26:23.757Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:26:24.757Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:26:24.758Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:26:24.758Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:26:24.758Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:26:25.759Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:26:25.759Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:26:25.759Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:26:25.760Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:26:26.761Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T22:26:26.761Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:26:26.761Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T22:26:26.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:26:26.761Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:26:26.801Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:26:26.802Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:26:26.802Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:26:26.802Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:26.802Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:26:26.802Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:27.119Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T22:26:27.120Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T22:26:27.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:26:27.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:27.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:26:27.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:26:27.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:26:27.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437587121, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:26:28.122Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:26:28.122Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:26:28.123Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:28.123Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:28.123Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:28.123Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:28.193Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14233818785028448796/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T22:26:28.803Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:26:28.804Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:26:28.804Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:28.804Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:26:28.804Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:28.804Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:28.804Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:28.804Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:28.804Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:28.804Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:28.804Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:26:28.804Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:26:28.804Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:26:28.804Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:26:28.805Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:26:28.806Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:26:28.806Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T22:26:28.846Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T22:26:28.846Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:26:28.846Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T22:26:28.846Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:26:28.846Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:26:28.846Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:26:28.846Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437588846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:26:29.847Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:26:29.847Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T22:26:29.847Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:26:29.847Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:26:29.848Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:26:29.848Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437589847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:26:30.849Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:26:30.877Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:26:30.881Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:26:30.881Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:26:30.881Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:26:30.881Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:26:30.881Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:26:30.881Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:26:30.881Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:26:30.881Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:26:30.881Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:26:30.892Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:26:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:26:49.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:26:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437577696, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:26:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:26:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:26:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:26:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:26:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:26:49.181Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:26:49.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:26:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:26:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437587121, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:26:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437588846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T22:26:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-21T22:26:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437589847, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T22:26:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:00.892Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:27:00.907Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T22:27:00.907Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T22:27:00.908Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T22:27:00.913Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:27:00.926Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T22:27:00.927Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8af458e2-ff96-407f-9799-3640fe836cbe], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T22:27:00.935Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:27:01.077Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:26:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[155696], x-aai-txid=[0-aai-resources-230321-22:26:59:856-47971], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:27:01.078Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:27:01.079Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T22:27:01.080Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:27:01.081Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:27:01.089Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:27:01.089Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:27:01.090Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:27:01.090Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:01.090Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:01.090Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437621090, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:27:02.114Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:27:02.114Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:27:02.114Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:02.114Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:02.114Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:02.114Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:03.115Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:03.115Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:03.115Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:03.115Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:04.116Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:04.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:04.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:04.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:05.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:05.118Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:05.118Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:05.118Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:06.119Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:06.120Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:06.120Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:06.120Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:07.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:07.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:07.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:07.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:08.122Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:08.122Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:08.123Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:08.123Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:09.123Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:09.124Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:09.124Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:09.124Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:10.125Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T22:27:10.125Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:27:10.125Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T22:27:10.125Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:27:10.125Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:27:10.166Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:27:10.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:27:10.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:27:10.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:10.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:27:10.168Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:10.496Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T22:27:10.496Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T22:27:10.497Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:27:10.497Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:10.497Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:27:10.497Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:10.497Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:10.497Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437630497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:11.497Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:27:11.498Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:27:11.498Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:11.499Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:11.499Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:11.499Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:11.572Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15825603992461715009/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T22:27:12.126Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T22:27:12.127Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:12.128Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T22:27:12.157Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T22:27:12.158Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:27:12.158Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T22:27:12.158Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:27:12.158Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:12.158Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:12.158Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437632158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:13.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:27:13.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T22:27:13.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:27:13.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:13.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:13.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437633159, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:14.161Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:27:14.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:27:14.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:27:14.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:27:14.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:27:14.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:27:14.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:27:14.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:27:14.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:27:14.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:27:14.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:27:14.202Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:27:44.202Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:27:44.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T22:27:44.210Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T22:27:44.211Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T22:27:44.215Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:27:44.225Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T22:27:44.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d522c4a-fe13-4811-b93d-ed6402e43766], X-ECOMP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], X-TransactionId=[], X-ONAP-RequestID=[356e5ecc-d46a-46f7-badc-32b46fa53983], Content-Type=[application/merge-patch+json]} 2023-03-21T22:27:44.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:27:44.366Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:27:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[532576], x-aai-txid=[0-aai-resources-230321-22:27:43:151-83751], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:27:44.367Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:27:44.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T22:27:44.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:27:44.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:27:44.377Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:27:44.377Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:27:44.378Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:27:44.378Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:44.378Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:44.378Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437664378, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:27:45.403Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:27:45.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:27:45.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:45.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:45.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:45.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:46.405Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:46.405Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:46.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:46.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:47.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:47.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:47.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:47.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:48.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:48.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:48.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:48.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437621090, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:27:49.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:27:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:27:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:27:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:27:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:27:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:27:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:27:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:27:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437630497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437632158, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437633159, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437664378, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:27:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:27:49.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:49.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:49.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:49.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:50.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:51.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:51.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:51.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:51.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:52.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:27:52.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:52.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:52.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:53.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T22:27:53.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:27:53.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T22:27:53.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:27:53.417Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:27:53.460Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:27:53.460Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:27:53.461Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:27:53.461Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:53.461Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:27:53.461Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:53.785Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T22:27:53.787Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T22:27:53.787Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:27:53.787Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:53.788Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:27:53.788Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:53.788Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:53.788Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437673787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:54.789Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:27:54.789Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:27:54.789Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:54.790Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:54.790Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:54.790Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:54.863Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2133219530095519035/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T22:27:55.417Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:27:55.417Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:55.418Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T22:27:55.419Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:27:55.419Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:27:55.419Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:55.419Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:55.419Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:55.419Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:55.419Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:55.419Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:55.419Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:55.419Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:55.419Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:27:55.419Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:27:55.419Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T22:27:55.460Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T22:27:55.460Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:27:55.460Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T22:27:55.460Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:27:55.461Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:55.461Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:55.461Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437675460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:56.461Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:27:56.462Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T22:27:56.462Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:27:56.462Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:27:56.462Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:27:56.462Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437676461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:27:57.463Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:27:57.490Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:27:57.502Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:27:57.503Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:27:57.503Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:27:57.503Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:27:57.503Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:27:57.503Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:27:57.503Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:27:57.503Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:27:57.503Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:27:57.519Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:28:27.519Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:28:27.529Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T22:28:27.529Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T22:28:27.530Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T22:28:27.534Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:28:27.547Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:28:27.548Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T22:28:27.557Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:28:27.691Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T22:28:27.692Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:28:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[237608], x-aai-txid=[0-aai-resources-230321-22:28:26:477-73445], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:28:27.692Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:28:27.692Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:28:27.692Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:28:27.698Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:28:27.698Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:28:27.698Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:28:27.698Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:27.698Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:27.698Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437707698, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:28:28.726Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:28:28.726Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:28:28.727Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:28:28.727Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:28.727Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:28.727Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:28:29.728Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:28:29.728Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:29.728Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:29.728Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:28:30.729Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:28:30.729Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:30.729Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:30.729Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:28:31.729Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:28:31.730Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:31.730Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:31.730Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:28:32.731Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:28:32.731Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:32.731Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:32.731Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:28:33.732Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:28:33.733Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:33.733Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:33.733Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:28:34.733Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:28:34.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:34.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:34.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:28:35.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:28:35.735Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:35.735Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:35.735Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:28:36.736Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:28:36.736Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:36.736Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:36.736Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:28:37.738Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:28:37.739Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:37.739Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:37.739Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:28:38.740Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T22:28:38.741Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:28:38.741Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T22:28:38.741Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:28:38.741Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:28:38.785Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:28:38.786Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:28:38.786Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:28:38.786Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T22:28:38.786Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:28:38.786Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T22:28:38.813Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:28:38.814Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2a4e095f 2023-03-21T22:28:38.814Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:28:38.815Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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": [ "BasicCnfMacro" ] } } } 2023-03-21T22:28:38.815Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8b453f05-7c27-49e3-aaaa-250da7e35e19 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:28:38.815Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:28:38.815Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:28:38.815Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:28:38.815Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:38.816Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:38.816Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437718815, "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-21T22:28:39.817Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:8b453f05-7c27-49e3-aaaa-250da7e35e19) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:28:39.860Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists 2023-03-21T22:28:39.860Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:28:39.861Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists) 2023-03-21T22:28:39.861Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:28:39.861Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:39.861Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:39.861Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437719860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:28:40.862Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:28:40.863Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists) 2023-03-21T22:28:40.863Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:28:40.863Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:28:40.863Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:28:40.863Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437720862, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:28:41.863Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:28:41.880Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:28:41.884Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:28:41.884Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:28:41.884Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:28:41.884Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:28:41.884Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:28:41.884Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:28:41.884Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:28:41.884Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:28:41.884Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:28:41.896Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:28:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:28:49.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:28:49.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:28:49.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:11.896Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:29:11.905Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T22:29:11.905Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T22:29:11.906Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T22:29:11.913Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:29:11.925Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:29:11.927Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T22:29:11.936Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:29:12.080Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T22:29:12.080Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:29:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[274488], x-aai-txid=[1-aai-resources-230321-22:29:10:857-89080], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:29:12.082Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:29:12.082Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:29:12.082Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:29:12.092Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:29:12.092Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:29:12.093Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:29:12.093Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:12.093Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:12.093Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437752093, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:29:13.118Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:29:13.118Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:29:13.119Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:29:13.119Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:13.119Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:13.119Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:29:14.119Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:29:14.120Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:14.120Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:14.120Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:29:15.120Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:29:15.120Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:15.120Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:15.120Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:29:16.121Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:29:16.121Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:16.121Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:16.121Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:29:17.121Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:29:17.122Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:17.122Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:17.122Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:29:18.123Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:29:18.123Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:18.123Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:18.124Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:29:19.124Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:29:19.124Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:19.124Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:19.124Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:29:20.125Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:29:20.125Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:20.125Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:20.126Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:29:21.126Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T22:29:21.127Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:29:21.127Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T22:29:21.128Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:29:21.128Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:29:21.165Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:29:21.166Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:29:21.166Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:29:21.166Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T22:29:21.166Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:29:21.166Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T22:29:21.189Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:29:21.190Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6698dbfa 2023-03-21T22:29:21.190Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:29:21.190Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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": [ "BasicVmMacro" ] } } } 2023-03-21T22:29:21.190Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ebe5950d-5230-4fd7-b91c-10040c72a7c9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:29:21.191Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:29:21.191Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:29:21.191Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:29:21.191Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:21.191Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:21.191Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437761191, "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-21T22:29:22.192Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:ebe5950d-5230-4fd7-b91c-10040c72a7c9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:29:22.223Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists 2023-03-21T22:29:22.224Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:29:22.224Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists) 2023-03-21T22:29:22.224Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:29:22.224Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:22.224Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:22.224Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437762224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:29:23.225Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:29:23.226Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists) 2023-03-21T22:29:23.226Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:29:23.226Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:23.226Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:23.226Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437763225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:29:24.227Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:29:24.248Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:29:24.251Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:29:24.251Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:29:24.251Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:29:24.251Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:29:24.252Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:29:24.252Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:29:24.252Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:29:24.252Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:29:24.252Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:29:24.262Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:29:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:29:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:29:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:29:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:29:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437673787, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:29:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437675460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T22:29:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437676461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T22:29:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437707698, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:29:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:29:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:29:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T22:29:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:29:49.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T22:29:49.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T22:29:49.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T22:29:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:29:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:29:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:29:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437718815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:29:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437719860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } 2023-03-21T22:29:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:29:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437720862, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } 2023-03-21T22:29:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:29:54.262Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:29:54.271Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T22:29:54.271Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T22:29:54.272Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T22:29:54.278Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:29:54.291Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:29:54.292Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T22:29:54.298Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:29:54.443Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T22:29:54.443Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:29:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[225360], x-aai-txid=[0-aai-resources-230321-22:29:53:220-73635], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:29:54.444Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:29:54.444Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:29:54.444Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:29:54.450Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:29:54.450Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:29:54.450Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:29:54.450Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:54.450Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:54.450Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437794450, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:29:55.484Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:29:55.484Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:29:55.485Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:29:55.485Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:55.485Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:55.485Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:29:56.486Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:29:56.486Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:56.486Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:56.486Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:29:57.487Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:29:57.487Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:57.487Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:57.488Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:29:58.488Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:29:58.488Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:58.488Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:58.489Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:29:59.489Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:29:59.489Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:29:59.490Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:29:59.490Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:30:00.490Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:30:00.491Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:00.491Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:00.491Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:30:01.492Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:30:01.492Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:01.492Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:01.492Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:30:02.493Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:30:02.493Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:02.493Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:02.493Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:30:03.494Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:30:03.494Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:03.495Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:03.495Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:30:04.496Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T22:30:04.496Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:30:04.496Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T22:30:04.496Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:30:04.496Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:30:04.535Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:30:04.535Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:30:04.535Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:30:04.535Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:30:04.535Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:30:04.535Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:30:04.582Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:30:04.583Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@cd4091a 2023-03-21T22:30:04.583Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:30:04.583Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:30:04.583Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5dee975a-7f55-4449-a1f5-aa20456c8216 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:30:04.583Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:30:04.583Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:30:04.583Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:30:04.583Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:04.583Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:04.583Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437804583, "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-21T22:30:05.584Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:5dee975a-7f55-4449-a1f5-aa20456c8216) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:30:05.619Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists 2023-03-21T22:30:05.620Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:30:05.620Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists) 2023-03-21T22:30:05.620Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:30:05.620Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:05.620Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:05.620Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437805620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:30:06.621Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:30:06.621Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists) 2023-03-21T22:30:06.621Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:30:06.621Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:06.621Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:06.621Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437806621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:30:07.622Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:30:07.650Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:30:07.654Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:30:07.654Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:30:07.655Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:30:07.655Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:30:07.655Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:30:07.655Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:30:07.655Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:30:07.655Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:30:07.655Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:30:07.668Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:30:37.668Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:30:37.679Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T22:30:37.679Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T22:30:37.680Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T22:30:37.686Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:30:37.697Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T22:30:37.697Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7bb00e52-7dd8-43fd-9368-61f9eb44d1ef], X-ECOMP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-TransactionId=[], X-ONAP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], Content-Type=[application/merge-patch+json]} 2023-03-21T22:30:37.702Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:30:37.853Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:30:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[208944], x-aai-txid=[1-aai-resources-230321-22:30:36:624-37428], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:30:37.853Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:30:37.854Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T22:30:37.856Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:30:37.856Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:30:37.861Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:30:37.861Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:30:37.861Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:30:37.861Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:37.861Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:37.861Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437837861, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:30:38.891Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:30:38.891Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"1730a31c-6753-4a08-aae8-7d58b8d7d655","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"27f5ccc4-d817-4ebf-a428-29d3f28c84e2","serviceDescription":"service","serviceInvariantUUID":"680439e8-559c-47b7-bba9-2cf929a66403","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c","resourceInvariantUUID":"1576bb0a-57a7-4a23-b6a6-5bc6e281ec29","resourceCustomizationUUID":"0da37cbb-9241-40a0-92d9-f83c9e0485cf","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":"MzA3MDVjZmRmYzk1MDQ0YWI4ZGZjNjJmZTE5NWJlYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad5ab004-4bee-4c36-8d08-1dc1195c8e46","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":"979932fe-7833-4694-ae40-a97babb6e0b6","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":"7becd4ac-55ee-4f1e-93b6-9aca58fa737b","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":"OGEzYjk5NTI2NWEyNzc1MGVmOTQ5NmU0NjMyNGY5ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02a28dd9-3085-441c-9216-4ea63ea6fb65","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":"486b77b3-c771-408b-821c-2aeaa75eae2b","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":"df687656-0f60-4963-8316-5e6b16dd94ac","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":"a1a01667-0052-41b8-ad9d-8b227f9192f1","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":"NzZkOGI0N2U3MTJhYzMxM2YzNWNhYTAxYmUxMGZjZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"328f3a88-98bc-44ba-9e1c-ee0ba24c47dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"955effc8-3820-4d7a-8b91-f129e875b6b9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:30:38.892Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:30:38.892Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:38.892Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:38.892Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:30:39.893Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:30:39.894Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:39.894Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:39.894Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:30:40.895Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:30:40.895Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:40.896Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:40.896Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:30:41.897Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:30:41.897Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:41.897Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:41.898Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:30:42.898Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:30:42.899Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:42.899Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:42.899Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:30:43.899Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:30:43.900Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:43.900Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:43.900Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:30:44.900Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:30:44.901Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:44.901Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:44.901Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:30:45.901Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:30:45.902Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:45.902Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:45.902Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:30:46.903Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:30:46.903Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:46.903Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:46.903Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:30:47.904Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "27f5ccc4-d817-4ebf-a428-29d3f28c84e2", "serviceDescription": "service", "serviceInvariantUUID": "680439e8-559c-47b7-bba9-2cf929a66403", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0da37cbb-9241-40a0-92d9-f83c9e0485cf", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c", "resourceInvariantUUID": "1576bb0a-57a7-4a23-b6a6-5bc6e281ec29", "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": "YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "955effc8-3820-4d7a-8b91-f129e875b6b9" } ], "workloadContext": "Production" } 2023-03-21T22:30:47.904Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:30:47.904Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC 2023-03-21T22:30:47.904Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:1730a31c-6753-4a08-aae8-7d58b8d7d655 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ServiceInvariantUUID:680439e8-559c-47b7-bba9-2cf929a66403 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:955effc8-3820-4d7a-8b91-f129e875b6b9 ArtifactChecksum:YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0da37cbb-9241-40a0-92d9-f83c9e0485cf ResourceInvariantUUID:1576bb0a-57a7-4a23-b6a6-5bc6e281ec29 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:30:47.904Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:30:47.945Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:30:47.945Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:30:47.945Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:30:47.945Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:30:47.945Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:30:47.946Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:30:47.963Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:30:47.963Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1425185b 2023-03-21T22:30:47.963Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:30:47.964Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:30:47.964Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 955effc8-3820-4d7a-8b91-f129e875b6b9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:30:47.964Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:30:47.964Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:30:47.964Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:30:47.965Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:47.965Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:47.965Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437847964, "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-21T22:30:48.966Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:955effc8-3820-4d7a-8b91-f129e875b6b9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:30:49.070Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists 2023-03-21T22:30:49.070Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:30:49.070Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists) 2023-03-21T22:30:49.070Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:30:49.072Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:49.072Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:49.074Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437849070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:30:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:30:49.172Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version141: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version142: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-21T22:30:49.187Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:30:49.188Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:30:49.194Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=63, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:30:49.195Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 63: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T22:30:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=63, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:30:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:30:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:30:49.215Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:30:49.216Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:30:49.216Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:30:49.216Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2585, offsetEpoch=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-21T22:30:49.216Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:30:49.216Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:30:50.075Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:30:50.076Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists) 2023-03-21T22:30:50.076Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:30:50.076Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:30:50.076Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:30:50.077Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437850075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:30:50.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437752093, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437761191, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437762224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437763225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437794450, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:30:50.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.237Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437804583, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437805620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } 2023-03-21T22:30:50.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.239Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437806621, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } 2023-03-21T22:30:50.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.239Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437837861, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:30:50.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.239Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.239Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.240Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:30:50.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.241Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:30:50.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.241Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437847964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:30:50.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.241Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437849070, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } 2023-03-21T22:30:50.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:50.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:30:50.241Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437850075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } 2023-03-21T22:30:50.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:30:51.078Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:30:51.105Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:30:51.110Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:30:51.110Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:30:51.110Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:30:51.110Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:30:51.111Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:30:51.111Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:30:51.111Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:30:51.111Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:30:51.111Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:30:51.126Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:31:21.126Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:31:21.139Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and serviceModelVersionId: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T22:31:21.139Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 680439e8-559c-47b7-bba9-2cf929a66403 2023-03-21T22:31:21.140Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 2023-03-21T22:31:21.147Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:31:21.159Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||Invoke 2023-03-21T22:31:21.159Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bea2b108-dfa0-4427-84ba-953bac195f57], X-ECOMP-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], X-TransactionId=[], X-ONAP-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], Content-Type=[application/merge-patch+json]} 2023-03-21T22:31:21.164Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:31:21.314Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:31:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[594016], x-aai-txid=[2-aai-resources-230321-22:31:20:085-90180], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:31:21.314Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:31:21.315Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||InvokeReturn 2023-03-21T22:31:21.315Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:31:21.315Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:31:21.325Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:31:21.325Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1730a31c-6753-4a08-aae8-7d58b8d7d655 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:31:21.325Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:31:21.325Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:31:21.325Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:31:21.325Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437881325, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:31:22.355Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:31:22.356Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"be804afb-371a-4e4a-b452-fe3d631d4d8a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b14a5d24-609a-4621-9245-02be9977a28a","serviceDescription":"service","serviceInvariantUUID":"136d285d-e4af-4545-81bf-7e9378a9c864","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b7a575d-86f2-47f1-80b7-9760bf67f0cf","resourceInvariantUUID":"f6a448c5-fe60-44c5-a04c-5173ae5e57e8","resourceCustomizationUUID":"670ba865-de8e-4900-8a19-cb55a379368b","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":"OWQzZTY3NTJlMWVlYTg5MDVhMzZmNzlhNTI2NDk3ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89a26d38-c868-4647-810f-24c563d14fb3","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":"955b57b9-cf0f-4221-9f6b-9eafd43bd3ca","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":"9a08c3da-1608-41d7-b522-41ba5acb403b","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":"ZmM5NjAyNGIxNTI0ZTFhMjIzOTY2NTRlNTgzODU3NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5facb907-bc63-4a2e-bfd5-0ef0fee184b4","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":"972c44fc-576c-4e2d-939e-f61244671d56","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":"65118ee5-bc61-4d1f-bc32-f83be325c9f3","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":"7d3af18c-1ff3-48ca-b258-3d5721f48252","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":"NGFlNzIxYzRkZTQ3NDRkMjM5YzZkMzZhMjMxZTVkNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc877855-6d4d-4dca-836e-0500d59f9740","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc5bb7d8-11b2-4e60-a503-312fc026e411","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:31:22.356Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:31:22.356Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:31:22.356Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:31:22.356Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:31:23.357Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:31:23.357Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:31:23.358Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:31:23.358Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:31:24.358Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:31:24.358Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:31:24.358Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:31:24.359Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:31:25.359Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:31:25.359Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:31:25.359Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:31:25.360Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:31:26.360Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:31:26.361Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:31:26.361Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:31:26.361Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:31:27.361Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:31:27.362Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:31:27.362Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:31:27.362Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:31:28.362Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:31:28.362Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:31:28.362Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:31:28.363Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:31:29.363Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:31:29.364Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:31:29.364Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:31:29.364Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "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-21T22:31:30.367Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:31:30.367Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:31:30.367Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:31:30.368Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:31:31.368Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b14a5d24-609a-4621-9245-02be9977a28a", "serviceDescription": "service", "serviceInvariantUUID": "136d285d-e4af-4545-81bf-7e9378a9c864", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "670ba865-de8e-4900-8a19-cb55a379368b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7b7a575d-86f2-47f1-80b7-9760bf67f0cf", "resourceInvariantUUID": "f6a448c5-fe60-44c5-a04c-5173ae5e57e8", "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": "Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dc5bb7d8-11b2-4e60-a503-312fc026e411" } ], "workloadContext": "Production" } 2023-03-21T22:31:31.368Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:31:31.368Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b14a5d24-609a-4621-9245-02be9977a28a ASDC 2023-03-21T22:31:31.369Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:be804afb-371a-4e4a-b452-fe3d631d4d8a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b14a5d24-609a-4621-9245-02be9977a28a ServiceInvariantUUID:136d285d-e4af-4545-81bf-7e9378a9c864 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:dc5bb7d8-11b2-4e60-a503-312fc026e411 ArtifactChecksum:Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:670ba865-de8e-4900-8a19-cb55a379368b ResourceInvariantUUID:f6a448c5-fe60-44c5-a04c-5173ae5e57e8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:7b7a575d-86f2-47f1-80b7-9760bf67f0cf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:31:31.369Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b14a5d24-609a-4621-9245-02be9977a28a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:31:31.402Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:31:31.402Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:31:31.402Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:31:31.402Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dc5bb7d8-11b2-4e60-a503-312fc026e411 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:31:31.403Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:31:31.403Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:31:31.421Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:31:31.421Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4d41b5e1 2023-03-21T22:31:31.421Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:31:31.421Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:31:31.421Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dc5bb7d8-11b2-4e60-a503-312fc026e411 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:31:31.421Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:31:31.421Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:31:31.422Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:31:31.422Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:31:31.422Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:31:31.422Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437891421, "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-21T22:31:32.422Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:dc5bb7d8-11b2-4e60-a503-312fc026e411) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T22:31:32.432Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:31:32.432Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b7a575d-86f2-47f1-80b7-9760bf67f0cf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T22:31:32.437Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:31:32.464Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf test-pnf 2023-03-21T22:31:32.464Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:31:32.464Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:31:32.465Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 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-21T22:31:32.468Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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$$2da00d2a.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-21T22:31:32.497Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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$$2da00d2a.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-21T22:31:32.499Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 0 ASDC deployResourceStructure 2023-03-21T22:31:32.500Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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$$2da00d2a.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-21T22:31:32.500Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:31:32.500Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:31:32.500Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:31:32.501Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:31:32.501Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:31:32.501Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437892500, "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-21T22:31:33.501Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:31:33.528Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:31:33.534Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:31:33.535Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:31:33.535Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:31:33.535Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:31:33.535Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:31:33.535Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:31:33.535Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:31:33.535Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T22:31:33.535Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:31:33.555Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:31:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:31:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:31:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437881325, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:31:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:31:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:31:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:31:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:31:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:31:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:31:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:31:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:31:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:31:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:31:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:31:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:31:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437144189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:31:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:31:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:31:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437891421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:31:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:31:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:31:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437892500, "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-21T22:31:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:32:03.555Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:32:03.561Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and serviceModelVersionId: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:32:03.562Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 136d285d-e4af-4545-81bf-7e9378a9c864 2023-03-21T22:32:03.562Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 2023-03-21T22:32:03.565Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:32:03.574Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:32:03.575Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||Invoke 2023-03-21T22:32:03.580Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T22:32:03.716Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||InvokeReturn 2023-03-21T22:32:03.716Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:32:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[278592], x-aai-txid=[2-aai-resources-230321-22:32:02:501-88641], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:32:03.716Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:32:03.717Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:32:03.717Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:32:03.724Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:32:03.724Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be804afb-371a-4e4a-b452-fe3d631d4d8a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T22:32:03.724Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:32:03.725Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:32:03.725Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:32:03.725Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437923724, "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-21T22:32:04.773Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T22:32:04.773Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T22:32:04.774Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-21T22:32:04.775Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-21T22:32:04.775Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cancelled in-flight METADATA request with correlation id 149803 due to node 1 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms) 2023-03-21T22:32:04.775Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:32:04.775Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:32:04.776Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:32:04.776Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T22:32:04.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-f9216996-9ab9-442f-9548-3bf85d009e10 2023-03-21T22:32:04.780Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:32:04.780Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:32:04.780Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T22:32:07.561Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:10.573Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:13.581Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:16.594Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:19.609Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:22.620Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:25.628Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:28.636Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:31.644Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:34.654Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:37.663Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:40.675Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:43.685Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:46.693Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:32:49.173Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:32:49.193Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:32:49.193Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:32:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=64, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-f9216996-9ab9-442f-9548-3bf85d009e10', protocol='range'} 2023-03-21T22:32:49.197Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=64, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:32:49.199Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:32:49.199Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:32:49.199Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:32:49.199Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:32:49.199Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:32:49.199Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:32:49.199Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 64: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-f9216996-9ab9-442f-9548-3bf85d009e10=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T22:32:49.210Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=64, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:32:49.210Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:32:49.210Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:32:49.211Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=64, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-f9216996-9ab9-442f-9548-3bf85d009e10', protocol='range'} 2023-03-21T22:32:49.211Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:32:49.211Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:32:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:32:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:32:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:32:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2635, offsetEpoch=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-21T22:32:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:32:49.212Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:32:49.213Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:32:49.213Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:32:49.214Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:32:49.214Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:32:49.214Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:32:49.214Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:32:50.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:32:50.229Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437923724, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T22:32:50.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:32:50.265Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:32:50.265Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:32:50.267Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:32:50.267Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:32:50.267Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:32:50.268Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:32:51.268Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:32:51.269Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:32:51.269Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:32:51.269Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:32:52.270Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:32:52.270Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:32:52.270Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:32:52.270Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:32:53.271Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:32:53.271Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:32:53.271Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:32:53.271Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:32:54.271Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:32:54.272Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:32:54.272Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:32:54.272Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:32:55.272Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:32:55.273Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:32:55.273Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:32:55.273Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:32:56.274Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:32:56.274Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:32:56.274Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:32:56.274Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:32:57.275Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T22:32:57.275Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:32:57.275Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T22:32:57.275Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:32:57.276Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:32:57.313Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:32:57.314Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:32:57.314Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:32:57.314Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T22:32:57.314Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:32:57.314Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T22:32:57.344Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:32:57.344Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@14f5a76c 2023-03-21T22:32:57.345Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:32:57.345Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T22:32:57.345Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:32:57.345Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T22:32:57.345Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T22:32:57.345Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:32:57.345Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:32:57.345Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:32:57.345Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437977345, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:32:58.346Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T22:32:58.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T22:32:58.360Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T22:32:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T22:32:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T22:32:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T22:32:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:32:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T22:32:58.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:32:58.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@835c305 2023-03-21T22:32:58.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:32:58.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T22:32:58.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:32:58.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T22:32:58.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T22:32:58.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:32:58.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:32:58.380Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:32:58.380Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437978379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:32:59.381Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T22:32:59.381Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:32:59.407Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:32:59.411Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:32:59.411Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:33:29.414Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:33:29.456Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:33:29.470Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:33:29.470Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:33:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:33:49.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:33:49.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:33:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:33:59.470Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:33:59.494Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:33:59.499Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:33:59.499Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:34:29.499Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:34:29.523Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:34:29.527Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:34:29.528Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:34:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:34:49.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:34:49.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:34:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:34:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:34:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:34:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:34:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437977345, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:34:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:34:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:34:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679437978379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:34:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:34:59.528Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:34:59.553Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:34:59.557Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:34:59.557Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:35:29.557Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:35:29.584Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:35:29.587Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:35:29.588Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:35:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:35:59.588Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:35:59.611Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:35:59.616Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:35:59.616Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:36:29.616Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:36:29.643Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:36:29.646Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:36:29.647Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:36:49.173Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:36:59.647Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:36:59.670Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:36:59.674Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:36:59.674Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:37:29.674Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:37:29.696Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:37:29.701Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:37:29.701Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:37:49.173Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:37:50.343Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:37:50.344Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-f9216996-9ab9-442f-9548-3bf85d009e10 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-21T22:37:50.344Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T22:37:50.344Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T22:37:52.794Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:37:52.807Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:37:52.808Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:37:52.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=65, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:37:52.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 65: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T22:37:52.824Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=65, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:37:52.825Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:37:52.825Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:37:52.828Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:37:52.828Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:37:52.828Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:37:52.829Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2645, offsetEpoch=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-21T22:37:52.829Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:37:52.829Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:37:59.702Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T22:37:59.702Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:37:59.714Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T22:37:59.714Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T22:37:59.715Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T22:37:59.721Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:37:59.732Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T22:37:59.732Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9581d6ba-f68e-40c3-9853-cd78004227e6], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T22:37:59.741Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T22:37:59.875Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:37:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[196672], x-aai-txid=[2-aai-resources-230321-22:37:58:660-97558], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:37:59.876Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:37:59.876Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T22:37:59.876Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:37:59.876Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T22:37:59.880Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T22:37:59.880Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T22:37:59.880Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T22:37:59.880Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:37:59.880Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:37:59.880Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438279880, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:37:59.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:37:59.898Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438279880, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T22:37:59.898Z||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-21T22:38:00.906Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:38:00.906Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:38:00.906Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:38:00.907Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:00.907Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:00.907Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:38:01.907Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:38:01.907Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:01.907Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:01.908Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:38:02.908Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T22:38:02.909Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:38:02.909Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T22:38:02.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T22:38:02.910Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:38:02.940Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:38:02.941Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:38:02.941Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:38:02.941Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T22:38:02.941Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:38:02.941Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:38:02.965Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:38:02.965Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f0e2674 2023-03-21T22:38:02.966Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:38:02.966Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:38:02.966Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:38:02.966Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:38:02.966Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:38:02.966Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:38:02.966Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:02.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:02.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679438282966, "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-21T22:38:03.968Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:38:04.006Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T22:38:04.007Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:38:04.007Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T22:38:04.007Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:38:04.008Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:04.008Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:04.008Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679438284007, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:38:05.009Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:38:05.010Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T22:38:05.010Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:38:05.010Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:05.011Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:05.011Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679438285009, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:38:06.012Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:38:06.074Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:38:06.089Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:38:06.089Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:38:06.089Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:38:06.089Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:38:06.089Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:38:06.089Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:38:06.093Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:38:06.095Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:38:06.098Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:38:06.134Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:38:36.134Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:38:36.145Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T22:38:36.145Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T22:38:36.146Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T22:38:36.152Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:38:36.163Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T22:38:36.163Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57c0fee2-c0ba-43a7-bef6-646e54b0117f], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T22:38:36.171Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:38:36.309Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:38:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[495712], x-aai-txid=[2-aai-resources-230321-22:38:35:090-64112], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:38:36.309Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:38:36.310Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T22:38:36.310Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:38:36.310Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:38:36.318Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:38:36.318Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:38:36.319Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:38:36.319Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:36.319Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:36.319Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679438316318, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:38:37.353Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:38:37.353Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:38:37.353Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:38:37.353Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:37.353Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:37.353Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:38:38.354Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:38:38.354Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:38.354Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:38.354Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:38:39.355Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:38:39.355Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:39.355Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:39.355Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:38:40.356Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:38:40.356Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:40.357Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:40.357Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:38:41.357Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:38:41.358Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:41.358Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:41.358Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:38:42.359Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:38:42.359Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:42.359Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:42.359Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:38:43.360Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:38:43.360Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:43.360Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:43.360Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:38:44.362Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T22:38:44.362Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:38:44.362Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T22:38:44.363Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:38:44.363Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:38:44.411Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:38:44.411Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:38:44.412Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:38:44.412Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T22:38:44.412Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:38:44.412Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:38:44.436Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:38:44.436Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4961eb19 2023-03-21T22:38:44.436Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:38:44.437Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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": [ "BasicVm" ] } } } 2023-03-21T22:38:44.437Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:38:44.437Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||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-21T22:38:44.437Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||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-21T22:38:44.437Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:38:44.437Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:44.437Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:44.437Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438324437, "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-21T22:38:45.438Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:38:45.483Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T22:38:45.483Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:38:45.483Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T22:38:45.484Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:38:45.484Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:45.484Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:45.484Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438325483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:38:46.485Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:38:46.485Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T22:38:46.485Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:38:46.485Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:38:46.485Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:38:46.485Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438326485, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:38:47.486Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:38:47.511Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:38:47.515Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:38:47.516Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:38:47.516Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:38:47.516Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:38:47.517Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:38:47.517Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:38:47.517Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:38:47.517Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:38:47.518Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:38:47.531Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:38:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:38:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:38:49.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:38:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679438282966, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:38:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679438284007, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T22:38:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679438285009, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679438316318, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T22:38:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:38:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:38:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438324437, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:38:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438325483, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T22:38:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:38:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:38:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438326485, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T22:38:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:39:17.532Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:39:17.544Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T22:39:17.544Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T22:39:17.545Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T22:39:17.550Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:39:17.561Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T22:39:17.562Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[25b25a31-1c76-4222-bd06-9bbd9ac4daba], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T22:39:17.567Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:39:17.703Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:39:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[180304], x-aai-txid=[1-aai-resources-230321-22:39:16:485-96910], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:39:17.703Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:39:17.703Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T22:39:17.704Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:39:17.704Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:39:17.711Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:39:17.711Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:39:17.712Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:39:17.712Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:39:17.712Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:39:17.712Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438357712, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:39:18.737Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:39:18.738Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:39:18.738Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:39:18.738Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:39:18.738Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:39:18.738Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:39:19.739Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:39:19.739Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:39:19.740Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:39:19.740Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:39:20.741Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:39:20.741Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:39:20.741Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:39:20.741Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:39:21.742Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:39:21.742Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:39:21.742Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:39:21.742Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:39:22.743Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:39:22.743Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:39:22.744Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:39:22.744Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:39:23.745Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:39:23.746Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:39:23.746Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:39:23.746Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:39:24.746Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:39:24.747Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:39:24.747Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:39:24.748Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:39:25.748Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:39:25.749Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:39:25.749Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:39:25.749Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:39:26.750Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T22:39:26.750Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:39:26.750Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T22:39:26.750Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:39:26.751Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:39:26.792Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:39:26.792Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:39:26.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:39:26.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:26.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:39:26.793Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:27.114Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T22:39:27.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T22:39:27.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:39:27.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:27.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:39:27.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:39:27.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:39:27.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438367117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:39:28.118Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:39:28.118Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:39:28.118Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:28.119Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:28.119Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:28.119Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:28.197Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8987434771748606735/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T22:39:28.778Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:39:28.779Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:39:28.780Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T22:39:28.814Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T22:39:28.815Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:39:28.815Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T22:39:28.815Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:39:28.815Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:39:28.815Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:39:28.815Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438368815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:39:29.815Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:39:29.816Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T22:39:29.816Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:39:29.816Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:39:29.816Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:39:29.816Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438369815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:39:30.816Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:39:30.841Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:39:30.844Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:39:30.845Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:39:30.845Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:39:30.845Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:39:30.845Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:39:30.845Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:39:30.845Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:39:30.845Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:39:30.845Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:39:30.857Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:39:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:39:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:39:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438357712, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:39:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:39:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:39:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:39:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:39:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:39:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:39:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:39:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:39:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:39:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:39:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:39:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:39:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438367117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438368815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T22:39:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:39:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:39:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438369815, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T22:39:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:00.858Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:40:00.869Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T22:40:00.870Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T22:40:00.870Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T22:40:00.876Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:40:00.888Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T22:40:00.888Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[122421e3-020c-4915-a9ee-f4f4a47f2353], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T22:40:00.895Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:40:01.032Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:39:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[155696], x-aai-txid=[0-aai-resources-230321-22:39:59:814-30864], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:40:01.032Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:40:01.032Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T22:40:01.032Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:40:01.032Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:40:01.041Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:40:01.041Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:40:01.042Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:40:01.042Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:01.042Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:01.042Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438401041, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:40:02.064Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:40:02.064Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:40:02.065Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:02.065Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:02.065Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:02.065Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:03.065Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:03.066Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:03.066Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:03.066Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:04.066Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:04.067Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:04.067Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:04.067Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:05.067Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:05.068Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:05.068Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:05.068Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:06.068Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:06.069Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:06.069Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:06.069Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:07.069Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:07.069Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:07.070Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:07.070Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:08.071Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:08.071Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:08.071Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:08.071Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:09.072Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:09.072Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:09.072Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:09.072Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:10.073Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T22:40:10.073Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:40:10.073Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T22:40:10.073Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:40:10.073Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:40:10.113Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:40:10.113Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:40:10.114Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:40:10.114Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:10.114Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:40:10.114Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:10.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T22:40:10.405Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T22:40:10.405Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:40:10.405Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:10.405Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:40:10.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:10.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:10.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438410405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:11.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:40:11.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:40:11.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:11.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:11.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:11.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:11.488Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10876478922371126881/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T22:40:12.097Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:40:12.097Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:40:12.097Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:12.097Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:40:12.097Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:12.097Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:12.097Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:12.097Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:12.097Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:12.097Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:12.097Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:12.098Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:12.099Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:12.099Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:12.099Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:12.099Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:12.099Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:12.099Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:12.099Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:12.099Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T22:40:12.123Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T22:40:12.123Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:40:12.124Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T22:40:12.124Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:40:12.124Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:12.124Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:12.124Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438412123, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:13.124Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:40:13.125Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T22:40:13.125Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:40:13.125Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:13.125Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:13.125Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438413124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:14.126Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:40:14.155Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:40:14.159Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:40:14.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:40:14.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:40:14.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:40:14.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:40:14.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:40:14.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:40:14.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:40:14.160Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:40:14.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:40:44.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:40:44.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T22:40:44.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T22:40:44.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T22:40:44.203Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:40:44.224Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:40:44.224Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T22:40:44.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:40:44.366Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T22:40:44.367Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:40:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[532576], x-aai-txid=[1-aai-resources-230321-22:40:43:151-34286], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:40:44.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:40:44.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:40:44.369Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:40:44.378Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:40:44.378Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:40:44.378Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:40:44.378Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:44.378Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:44.379Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438444378, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:40:45.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:40:45.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:40:45.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:45.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:45.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:45.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:46.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:46.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:46.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:46.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:47.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:47.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:47.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:47.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:48.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:48.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:48.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:48.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438401041, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:40:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:40:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:40:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:40:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:40:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:40:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:40:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:40:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:40:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438410405, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:40:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438412123, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T22:40:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438413124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T22:40:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438444378, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:40:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:40:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:40:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:40:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:40:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:40:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:40:49.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:49.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:49.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:49.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:51.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:51.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:51.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:51.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:52.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:40:52.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:52.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:52.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:53.419Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T22:40:53.419Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:40:53.419Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T22:40:53.420Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:40:53.420Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:40:53.455Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:40:53.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:40:53.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:40:53.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:53.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:40:53.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:53.725Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T22:40:53.727Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T22:40:53.728Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:40:53.728Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:53.728Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:40:53.728Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:53.728Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:53.728Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438453728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:54.729Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:40:54.729Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:40:54.730Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:54.730Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:54.730Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:54.730Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:54.800Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4544365335954069706/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T22:40:55.381Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:40:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:40:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:40:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:40:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:40:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:40:55.383Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T22:40:55.435Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T22:40:55.436Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:40:55.436Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T22:40:55.436Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:40:55.436Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:55.436Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:55.436Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438455436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:56.437Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:40:56.437Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T22:40:56.437Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:40:56.437Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:40:56.437Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:40:56.438Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438456437, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:40:57.438Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:40:57.465Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:40:57.470Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:40:57.470Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:40:57.470Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:40:57.470Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:40:57.470Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:40:57.470Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:40:57.470Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:40:57.470Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:40:57.470Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:40:57.486Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:41:27.487Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:41:27.498Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T22:41:27.499Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T22:41:27.499Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T22:41:27.504Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:41:27.516Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T22:41:27.517Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5375ecbb-02e5-4168-9554-a5011a9e1486], X-ECOMP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-TransactionId=[], X-ONAP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], Content-Type=[application/merge-patch+json]} 2023-03-21T22:41:27.522Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:41:27.669Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:41:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[237608], x-aai-txid=[0-aai-resources-230321-22:41:26:439-8282], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:41:27.670Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:41:27.670Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T22:41:27.671Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:41:27.671Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:41:27.679Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:41:27.679Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:41:27.681Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:41:27.681Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:27.681Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:27.682Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438487680, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:41:28.710Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:41:28.710Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:41:28.711Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:41:28.711Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:28.711Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:28.711Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:41:29.711Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:41:29.711Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:29.711Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:29.712Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:41:30.712Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:41:30.712Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:30.712Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:30.713Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:41:31.713Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:41:31.713Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:31.713Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:31.713Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:41:32.714Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:41:32.714Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:32.714Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:32.714Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:41:33.715Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:41:33.715Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:33.715Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:33.715Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:41:34.715Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:41:34.716Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:34.716Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:34.716Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:41:35.716Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:41:35.716Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:35.716Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:35.716Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:41:36.717Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:41:36.717Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:36.717Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:36.717Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:41:37.718Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:41:37.718Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:37.718Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:37.718Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:41:38.719Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T22:41:38.719Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:41:38.719Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T22:41:38.719Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:41:38.719Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:41:38.759Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:41:38.759Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:41:38.759Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:41:38.759Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T22:41:38.759Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:41:38.759Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T22:41:38.832Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:41:38.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@edf4ea0 2023-03-21T22:41:38.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:41:38.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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": [ "BasicCnfMacro" ] } } } 2023-03-21T22:41:38.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8b453f05-7c27-49e3-aaaa-250da7e35e19 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:41:38.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:41:38.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:41:38.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:41:38.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:38.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:38.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438498833, "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-21T22:41:39.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:8b453f05-7c27-49e3-aaaa-250da7e35e19) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:41:39.869Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists 2023-03-21T22:41:39.869Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:41:39.869Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists) 2023-03-21T22:41:39.870Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:41:39.870Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:39.870Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:39.870Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438499869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:41:40.874Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:41:40.874Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists) 2023-03-21T22:41:40.874Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:41:40.874Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:41:40.875Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:41:40.875Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438500874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:41:41.875Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:41:41.897Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:41:41.901Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:41:41.901Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:41:41.901Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:41:41.901Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:41:41.901Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:41:41.901Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:41:41.901Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:41:41.901Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:41:41.901Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:41:41.914Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:41:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:41:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:41:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:41:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:11.914Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:42:11.923Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T22:42:11.923Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T22:42:11.924Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T22:42:11.942Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:42:11.952Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:42:11.952Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T22:42:11.955Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:42:12.087Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T22:42:12.087Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:42:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[274488], x-aai-txid=[2-aai-resources-230321-22:42:10:871-17305], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:42:12.089Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:42:12.089Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:42:12.089Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:42:12.092Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:42:12.092Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:42:12.092Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:42:12.092Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:12.092Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:12.092Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438532092, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:42:13.123Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:42:13.124Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:42:13.124Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:42:13.124Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:13.124Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:13.125Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:42:14.125Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:42:14.126Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:14.126Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:14.127Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:42:15.128Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:42:15.129Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:15.129Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:15.129Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:42:16.130Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:42:16.131Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:16.131Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:16.131Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:42:17.133Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:42:17.133Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:17.133Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:17.133Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:42:18.134Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:42:18.135Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:18.135Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:18.135Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:42:19.135Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:42:19.136Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:19.136Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:19.136Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:42:20.136Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:42:20.136Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:20.137Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:20.137Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:42:21.137Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T22:42:21.138Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:42:21.138Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T22:42:21.138Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:42:21.138Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:42:21.178Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:42:21.179Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:42:21.179Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:42:21.179Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T22:42:21.179Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:42:21.179Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T22:42:21.200Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:42:21.200Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5ecb01ab 2023-03-21T22:42:21.200Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:42:21.200Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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": [ "BasicVmMacro" ] } } } 2023-03-21T22:42:21.200Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ebe5950d-5230-4fd7-b91c-10040c72a7c9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:42:21.200Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:42:21.200Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:42:21.200Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:42:21.200Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:21.200Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:21.200Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438541200, "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-21T22:42:22.201Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:ebe5950d-5230-4fd7-b91c-10040c72a7c9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:42:22.234Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists 2023-03-21T22:42:22.234Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:42:22.234Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists) 2023-03-21T22:42:22.234Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:42:22.234Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:22.234Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:22.235Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438542234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:42:23.235Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:42:23.236Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists) 2023-03-21T22:42:23.236Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:42:23.236Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:23.236Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:23.236Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438543235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:42:24.236Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:42:24.255Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:42:24.258Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:42:24.258Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:42:24.258Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:42:24.258Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:42:24.258Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:42:24.258Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:42:24.258Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:42:24.258Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:42:24.258Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:42:24.268Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:42:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:42:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:42:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:42:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:42:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438453728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:42:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438455436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T22:42:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438456437, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T22:42:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438487680, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:42:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T22:42:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T22:42:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:42:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:42:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:42:49.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438498833, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:42:49.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438499869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } 2023-03-21T22:42:49.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:42:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438500874, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } 2023-03-21T22:42:49.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:42:54.269Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:42:54.279Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T22:42:54.279Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T22:42:54.280Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T22:42:54.287Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:42:54.299Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T22:42:54.300Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4e30ace-ec4c-4c48-ae6c-7e1c1abf52c6], X-ECOMP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-TransactionId=[], X-ONAP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], Content-Type=[application/merge-patch+json]} 2023-03-21T22:42:54.307Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:42:54.430Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:42:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[120], vertex-id=[225360], x-aai-txid=[0-aai-resources-230321-22:42:53:224-11797], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:42:54.431Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:42:54.431Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T22:42:54.432Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:42:54.433Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:42:54.440Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:42:54.441Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:42:54.441Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:42:54.441Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:54.441Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:54.441Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438574441, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:42:55.498Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:42:55.498Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:42:55.498Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:42:55.498Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:55.498Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:55.499Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:42:56.502Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:42:56.503Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:56.503Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:56.503Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:42:57.504Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:42:57.504Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:57.504Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:57.504Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:42:58.505Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:42:58.506Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:58.506Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:58.506Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:42:59.507Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:42:59.508Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:42:59.508Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:42:59.508Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:43:00.509Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:43:00.509Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:00.509Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:00.509Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:43:01.510Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:43:01.510Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:01.510Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:01.511Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:43:02.511Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:43:02.512Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:02.512Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:02.512Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:43:03.512Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:43:03.513Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:03.513Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:03.513Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:43:04.514Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T22:43:04.515Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:43:04.515Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T22:43:04.515Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:43:04.515Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:43:04.558Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:43:04.559Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:43:04.560Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:43:04.560Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:43:04.560Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:43:04.560Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:43:04.582Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:43:04.582Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@72fddb6d 2023-03-21T22:43:04.582Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:43:04.582Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:43:04.582Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5dee975a-7f55-4449-a1f5-aa20456c8216 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:43:04.582Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:43:04.582Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:43:04.582Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:43:04.582Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:04.582Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:04.583Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438584582, "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-21T22:43:05.584Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:5dee975a-7f55-4449-a1f5-aa20456c8216) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:43:05.621Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists 2023-03-21T22:43:05.622Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:43:05.622Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists) 2023-03-21T22:43:05.622Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:43:05.622Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:05.622Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:05.622Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438585622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:43:06.623Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:43:06.624Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists) 2023-03-21T22:43:06.624Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:43:06.624Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:06.624Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:06.624Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438586623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:43:07.626Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:43:07.653Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:43:07.658Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:43:07.658Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:43:07.658Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:43:07.658Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:43:07.658Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:43:07.658Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:43:07.659Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:43:07.659Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:43:07.659Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:43:07.673Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:43:37.674Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:43:37.684Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T22:43:37.684Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T22:43:37.685Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T22:43:37.688Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:43:37.699Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T22:43:37.699Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d54069ed-83b2-4e73-93a5-c2340634abd1], X-ECOMP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-TransactionId=[], X-ONAP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], Content-Type=[application/merge-patch+json]} 2023-03-21T22:43:37.706Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:43:37.849Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:43:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[208944], x-aai-txid=[1-aai-resources-230321-22:43:36:623-37080], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:43:37.850Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:43:37.850Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T22:43:37.850Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:43:37.850Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:43:37.857Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:43:37.858Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:43:37.858Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:43:37.858Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:37.858Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:37.858Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438617858, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:43:38.884Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:43:38.884Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"1730a31c-6753-4a08-aae8-7d58b8d7d655","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"27f5ccc4-d817-4ebf-a428-29d3f28c84e2","serviceDescription":"service","serviceInvariantUUID":"680439e8-559c-47b7-bba9-2cf929a66403","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c","resourceInvariantUUID":"1576bb0a-57a7-4a23-b6a6-5bc6e281ec29","resourceCustomizationUUID":"0da37cbb-9241-40a0-92d9-f83c9e0485cf","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":"MzA3MDVjZmRmYzk1MDQ0YWI4ZGZjNjJmZTE5NWJlYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad5ab004-4bee-4c36-8d08-1dc1195c8e46","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":"979932fe-7833-4694-ae40-a97babb6e0b6","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":"7becd4ac-55ee-4f1e-93b6-9aca58fa737b","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":"OGEzYjk5NTI2NWEyNzc1MGVmOTQ5NmU0NjMyNGY5ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02a28dd9-3085-441c-9216-4ea63ea6fb65","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":"486b77b3-c771-408b-821c-2aeaa75eae2b","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":"df687656-0f60-4963-8316-5e6b16dd94ac","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":"a1a01667-0052-41b8-ad9d-8b227f9192f1","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":"NzZkOGI0N2U3MTJhYzMxM2YzNWNhYTAxYmUxMGZjZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"328f3a88-98bc-44ba-9e1c-ee0ba24c47dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"955effc8-3820-4d7a-8b91-f129e875b6b9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:43:38.884Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:43:38.884Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:38.884Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:38.884Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:43:39.885Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:43:39.885Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:39.885Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:39.885Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:43:40.885Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:43:40.886Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:40.886Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:40.886Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:43:41.887Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:43:41.888Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:41.888Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:41.888Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:43:42.889Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:43:42.889Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:42.890Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:42.890Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:43:43.890Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:43:43.890Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:43.891Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:43.891Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:43:44.891Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:43:44.891Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:44.892Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:44.892Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:43:45.892Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:43:45.893Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:45.893Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:45.893Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:43:46.893Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:43:46.893Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:46.893Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:46.894Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:43:47.894Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "27f5ccc4-d817-4ebf-a428-29d3f28c84e2", "serviceDescription": "service", "serviceInvariantUUID": "680439e8-559c-47b7-bba9-2cf929a66403", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0da37cbb-9241-40a0-92d9-f83c9e0485cf", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c", "resourceInvariantUUID": "1576bb0a-57a7-4a23-b6a6-5bc6e281ec29", "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": "YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "955effc8-3820-4d7a-8b91-f129e875b6b9" } ], "workloadContext": "Production" } 2023-03-21T22:43:47.895Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:43:47.895Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC 2023-03-21T22:43:47.896Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:1730a31c-6753-4a08-aae8-7d58b8d7d655 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ServiceInvariantUUID:680439e8-559c-47b7-bba9-2cf929a66403 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:955effc8-3820-4d7a-8b91-f129e875b6b9 ArtifactChecksum:YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0da37cbb-9241-40a0-92d9-f83c9e0485cf ResourceInvariantUUID:1576bb0a-57a7-4a23-b6a6-5bc6e281ec29 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:43:47.896Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:43:47.939Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:43:47.940Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:43:47.940Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:43:47.940Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:43:47.940Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:43:47.940Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:43:47.959Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:43:47.959Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@41b7cd58 2023-03-21T22:43:47.960Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:43:47.960Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:43:47.960Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 955effc8-3820-4d7a-8b91-f129e875b6b9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:43:47.960Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:43:47.960Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:43:47.960Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:43:47.960Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:47.960Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:47.960Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438627960, "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-21T22:43:48.961Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:955effc8-3820-4d7a-8b91-f129e875b6b9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:43:49.008Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists 2023-03-21T22:43:49.009Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:43:49.009Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists) 2023-03-21T22:43:49.009Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:43:49.009Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:49.010Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:49.011Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438629009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:43:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:43:49.172Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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-21T22:43:49.185Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:43:49.186Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:43:49.189Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=66, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:43:49.190Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 66: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T22:43:49.203Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=66, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:43:49.203Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:43:49.203Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:43:49.205Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:43:49.206Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:43:49.206Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:43:49.206Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2712, offsetEpoch=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-21T22:43:49.206Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:43:49.206Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:43:50.012Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:43:50.012Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists) 2023-03-21T22:43:50.012Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:43:50.012Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:43:50.012Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:43:50.013Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438630012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:43:50.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438532092, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.224Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438541200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438542234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438543235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438574441, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.225Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.226Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438584582, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438585622, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438586623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.227Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438617858, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.229Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.229Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:43:50.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.229Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:43:50.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.229Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438627960, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:43:50.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.230Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438629009, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } 2023-03-21T22:43:50.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:50.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:43:50.230Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438630012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } 2023-03-21T22:43:50.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:43:51.013Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:43:51.041Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:43:51.044Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:43:51.044Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:43:51.044Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:43:51.044Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:43:51.044Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:43:51.045Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:43:51.045Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:43:51.045Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:43:51.045Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:43:51.059Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:44:21.060Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:44:21.070Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and serviceModelVersionId: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T22:44:21.070Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 680439e8-559c-47b7-bba9-2cf929a66403 2023-03-21T22:44:21.071Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 2023-03-21T22:44:21.077Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:44:21.087Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||Invoke 2023-03-21T22:44:21.088Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a1908bb-4959-458c-ad9e-854bbdd5b355], X-ECOMP-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], X-TransactionId=[], X-ONAP-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], Content-Type=[application/merge-patch+json]} 2023-03-21T22:44:21.119Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:44:21.258Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:44:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[594016], x-aai-txid=[1-aai-resources-230321-22:44:20:035-41540], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:44:21.258Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:44:21.259Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||InvokeReturn 2023-03-21T22:44:21.259Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:44:21.260Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:44:21.268Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:44:21.268Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1730a31c-6753-4a08-aae8-7d58b8d7d655 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:44:21.268Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:44:21.269Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:44:21.269Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:44:21.269Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438661268, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:44:22.297Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:44:22.297Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"be804afb-371a-4e4a-b452-fe3d631d4d8a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b14a5d24-609a-4621-9245-02be9977a28a","serviceDescription":"service","serviceInvariantUUID":"136d285d-e4af-4545-81bf-7e9378a9c864","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b7a575d-86f2-47f1-80b7-9760bf67f0cf","resourceInvariantUUID":"f6a448c5-fe60-44c5-a04c-5173ae5e57e8","resourceCustomizationUUID":"670ba865-de8e-4900-8a19-cb55a379368b","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":"OWQzZTY3NTJlMWVlYTg5MDVhMzZmNzlhNTI2NDk3ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89a26d38-c868-4647-810f-24c563d14fb3","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":"955b57b9-cf0f-4221-9f6b-9eafd43bd3ca","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":"9a08c3da-1608-41d7-b522-41ba5acb403b","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":"ZmM5NjAyNGIxNTI0ZTFhMjIzOTY2NTRlNTgzODU3NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5facb907-bc63-4a2e-bfd5-0ef0fee184b4","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":"972c44fc-576c-4e2d-939e-f61244671d56","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":"65118ee5-bc61-4d1f-bc32-f83be325c9f3","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":"7d3af18c-1ff3-48ca-b258-3d5721f48252","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":"NGFlNzIxYzRkZTQ3NDRkMjM5YzZkMzZhMjMxZTVkNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc877855-6d4d-4dca-836e-0500d59f9740","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc5bb7d8-11b2-4e60-a503-312fc026e411","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:44:22.298Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:44:22.298Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:44:22.298Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:44:22.298Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:44:23.298Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:44:23.299Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:44:23.299Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:44:23.299Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:44:24.299Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:44:24.300Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:44:24.300Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:44:24.300Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:44:25.301Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:44:25.301Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:44:25.301Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:44:25.302Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:44:26.302Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:44:26.303Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:44:26.303Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:44:26.303Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:44:27.303Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:44:27.304Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:44:27.304Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:44:27.304Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:44:28.304Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:44:28.305Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:44:28.305Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:44:28.305Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:44:29.306Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:44:29.307Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:44:29.307Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:44:29.307Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "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-21T22:44:30.308Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:44:30.308Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:44:30.308Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:44:30.308Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:44:31.309Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b14a5d24-609a-4621-9245-02be9977a28a", "serviceDescription": "service", "serviceInvariantUUID": "136d285d-e4af-4545-81bf-7e9378a9c864", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "670ba865-de8e-4900-8a19-cb55a379368b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7b7a575d-86f2-47f1-80b7-9760bf67f0cf", "resourceInvariantUUID": "f6a448c5-fe60-44c5-a04c-5173ae5e57e8", "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": "Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dc5bb7d8-11b2-4e60-a503-312fc026e411" } ], "workloadContext": "Production" } 2023-03-21T22:44:31.309Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:44:31.309Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b14a5d24-609a-4621-9245-02be9977a28a ASDC 2023-03-21T22:44:31.309Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:be804afb-371a-4e4a-b452-fe3d631d4d8a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b14a5d24-609a-4621-9245-02be9977a28a ServiceInvariantUUID:136d285d-e4af-4545-81bf-7e9378a9c864 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:dc5bb7d8-11b2-4e60-a503-312fc026e411 ArtifactChecksum:Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:670ba865-de8e-4900-8a19-cb55a379368b ResourceInvariantUUID:f6a448c5-fe60-44c5-a04c-5173ae5e57e8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:7b7a575d-86f2-47f1-80b7-9760bf67f0cf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:44:31.309Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b14a5d24-609a-4621-9245-02be9977a28a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:44:31.372Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:44:31.373Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:44:31.373Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:44:31.373Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dc5bb7d8-11b2-4e60-a503-312fc026e411 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:44:31.373Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:44:31.373Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:44:31.392Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:44:31.392Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2cf241da 2023-03-21T22:44:31.392Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:44:31.393Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:44:31.393Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dc5bb7d8-11b2-4e60-a503-312fc026e411 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:44:31.393Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:44:31.393Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:44:31.393Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:44:31.393Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:44:31.394Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:44:31.394Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438671393, "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-21T22:44:32.394Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:dc5bb7d8-11b2-4e60-a503-312fc026e411) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T22:44:32.403Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:44:32.404Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b7a575d-86f2-47f1-80b7-9760bf67f0cf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T22:44:32.410Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:44:32.430Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf test-pnf 2023-03-21T22:44:32.431Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:44:32.431Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:44:32.431Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 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-21T22:44:32.435Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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$$2da00d2a.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-21T22:44:32.451Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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$$2da00d2a.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-21T22:44:32.458Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 0 ASDC deployResourceStructure 2023-03-21T22:44:32.459Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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$$2da00d2a.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-21T22:44:32.459Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:44:32.459Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:44:32.459Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:44:32.459Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:44:32.459Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:44:32.459Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438672459, "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-21T22:44:33.460Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:44:33.484Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:44:33.488Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:44:33.488Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:44:33.488Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:44:33.488Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:44:33.488Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:44:33.488Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:44:33.488Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:44:33.489Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T22:44:33.489Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:44:33.501Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:44:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:44:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:44:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438661268, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:44:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679437924773, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438671393, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:44:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438672459, "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-21T22:44:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:45:03.501Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:45:03.510Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and serviceModelVersionId: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:45:03.510Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 136d285d-e4af-4545-81bf-7e9378a9c864 2023-03-21T22:45:03.511Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 2023-03-21T22:45:03.517Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:45:03.528Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||Invoke 2023-03-21T22:45:03.528Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9cbcb78e-4945-46a9-a41e-1157945e3f45], X-ECOMP-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], X-TransactionId=[], X-ONAP-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], Content-Type=[application/merge-patch+json]} 2023-03-21T22:45:03.534Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T22:45:03.666Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:45:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[278592], x-aai-txid=[2-aai-resources-230321-22:45:02:450-74897], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:45:03.667Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:45:03.667Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||InvokeReturn 2023-03-21T22:45:03.667Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:45:03.668Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:45:03.674Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:45:03.674Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be804afb-371a-4e4a-b452-fe3d631d4d8a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T22:45:03.674Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:45:03.674Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:45:03.674Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:45:03.674Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438703674, "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-21T22:45:04.704Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T22:45:04.705Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T22:45:04.706Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-21T22:45:04.706Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 2 disconnected. 2023-03-21T22:45:04.706Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cancelled in-flight METADATA request with correlation id 149923 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-21T22:45:04.707Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:45:04.707Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:45:04.707Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:45:04.707Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T22:45:04.710Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-957e7504-d16c-4fbc-8d44-b1e1ffe10be6 2023-03-21T22:45:04.710Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:45:04.710Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:45:04.711Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T22:45:07.561Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:10.569Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:13.576Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:16.582Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:19.590Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:22.597Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:25.611Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:28.618Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:31.627Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:34.636Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:37.645Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:40.653Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:43.665Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:46.681Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:45:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:45:49.184Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:45:49.184Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:45:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=67, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-957e7504-d16c-4fbc-8d44-b1e1ffe10be6', protocol='range'} 2023-03-21T22:45:49.188Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=67, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:45:49.190Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:45:49.190Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:45:49.191Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:45:49.191Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:45:49.191Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:45:49.191Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:45:49.191Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 67: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-957e7504-d16c-4fbc-8d44-b1e1ffe10be6=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T22:45:49.202Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=67, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:45:49.203Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=67, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-957e7504-d16c-4fbc-8d44-b1e1ffe10be6', protocol='range'} 2023-03-21T22:45:49.203Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:45:49.203Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:45:49.203Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:45:49.203Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:45:49.205Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:45:49.205Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:45:49.205Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:45:49.205Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:45:49.205Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:45:49.205Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2762, offsetEpoch=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-21T22:45:49.205Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:45:49.205Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:45:49.205Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:45:49.205Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:45:49.205Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:45:49.206Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:45:50.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:45:50.223Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438703674, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T22:45:50.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:45:50.225Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:45:50.225Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:45:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:45:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:45:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:45:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:45:51.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:45:51.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:45:51.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:45:51.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:45:52.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:45:52.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:45:52.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:45:52.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:45:53.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:45:53.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:45:53.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:45:53.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:45:54.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:45:54.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:45:54.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:45:54.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:45:55.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:45:55.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:45:55.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:45:55.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:45:56.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:45:56.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:45:56.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:45:56.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:45:57.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T22:45:57.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:45:57.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T22:45:57.233Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:45:57.233Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:45:57.266Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:45:57.266Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:45:57.266Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:45:57.266Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T22:45:57.266Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:45:57.266Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T22:45:57.291Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:45:57.291Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@59aeb08f 2023-03-21T22:45:57.291Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:45:57.291Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T22:45:57.291Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:45:57.291Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T22:45:57.291Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T22:45:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:45:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:45:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:45:57.292Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438757291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:45:58.293Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T22:45:58.305Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T22:45:58.306Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T22:45:58.308Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T22:45:58.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T22:45:58.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T22:45:58.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:45:58.309Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T22:45:58.327Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:45:58.327Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@d22997e 2023-03-21T22:45:58.328Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:45:58.328Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T22:45:58.328Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:45:58.328Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T22:45:58.328Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T22:45:58.328Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:45:58.328Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:45:58.328Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:45:58.328Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438758328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:45:59.329Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T22:45:59.330Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:45:59.351Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:45:59.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:45:59.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:46:29.355Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:46:29.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:46:29.383Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:46:29.383Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:46:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:46:49.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:46:49.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:46:49.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:46:59.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:46:59.407Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:46:59.411Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:46:59.412Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:47:29.412Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:47:29.438Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:47:29.442Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:47:29.442Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:47:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:47:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:47:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:47:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:47:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:47:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T22:47:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:47:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:47:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:47:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:47:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:47:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T22:47:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:47:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:47:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:47:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:47:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:47:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:47:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:47:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:47:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438757291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:47:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:47:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:47:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679438758328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:47:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:47:59.445Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:47:59.498Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:47:59.506Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:47:59.506Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:48:29.506Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:48:29.530Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:48:29.535Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:48:29.535Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:48:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:48:59.535Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:48:59.563Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:48:59.568Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:48:59.569Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:49:29.569Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:49:29.596Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:49:29.601Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:49:29.601Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:49:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:49:59.601Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:49:59.626Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:49:59.631Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:49:59.631Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:50:29.631Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:50:29.658Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:50:29.662Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:50:29.662Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:50:49.174Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:50:50.318Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:50:50.318Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-957e7504-d16c-4fbc-8d44-b1e1ffe10be6 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-21T22:50:50.319Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T22:50:50.319Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T22:50:52.774Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:50:52.786Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:50:52.787Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:50:52.792Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=68, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:50:52.793Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 68: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T22:50:52.808Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=68, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:50:52.808Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:50:52.809Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:50:52.811Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:50:52.811Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:50:52.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:50:52.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2772, offsetEpoch=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-21T22:50:52.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:50:52.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:50:59.663Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T22:50:59.663Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:50:59.679Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T22:50:59.679Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T22:50:59.680Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T22:50:59.686Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:50:59.701Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T22:50:59.701Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fd11718a-2717-4ab3-be0c-5776bce5a7c0], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T22:50:59.705Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T22:50:59.856Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:50:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[196672], x-aai-txid=[1-aai-resources-230321-22:50:58:620-40828], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:50:59.856Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:50:59.857Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T22:50:59.857Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:50:59.857Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T22:50:59.862Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T22:50:59.863Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T22:50:59.863Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T22:50:59.863Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:50:59.863Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:50:59.863Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439059863, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:50:59.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:50:59.883Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439059863, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T22:50:59.883Z||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-21T22:51:00.891Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:51:00.891Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:51:00.892Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:51:00.892Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:00.892Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:00.894Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:51:01.894Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:51:01.895Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:01.896Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:01.896Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:51:02.896Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T22:51:02.897Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:51:02.897Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T22:51:02.897Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T22:51:02.897Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:51:02.935Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:51:02.936Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:51:02.936Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:51:02.936Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T22:51:02.936Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:51:02.936Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:51:02.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:51:02.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@30912889 2023-03-21T22:51:02.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:51:02.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:51:02.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:51:02.968Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:51:02.968Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:51:02.968Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:51:02.968Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:02.968Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:02.968Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439062968, "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-21T22:51:03.970Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:51:04.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T22:51:04.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:51:04.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T22:51:04.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:51:04.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:04.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:04.086Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439064086, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:51:05.095Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:51:05.095Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T22:51:05.095Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:51:05.095Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:05.095Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:05.095Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439065095, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:51:06.096Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:51:06.121Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:51:06.125Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:51:06.125Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:51:06.125Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:51:06.125Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:51:06.125Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:51:06.125Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:51:06.125Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:51:06.125Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:51:06.126Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:51:06.139Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:51:36.139Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:51:36.151Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T22:51:36.152Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T22:51:36.152Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T22:51:36.160Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:51:36.181Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:51:36.182Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T22:51:36.189Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:51:36.334Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T22:51:36.335Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:51:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[495712], x-aai-txid=[2-aai-resources-230321-22:51:35:109-54709], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:51:36.335Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:51:36.335Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:51:36.336Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:51:36.347Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T22:51:36.347Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:51:36.347Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:51:36.348Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:36.348Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:36.348Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439096347, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:51:37.376Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:51:37.376Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:51:37.376Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:51:37.376Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:37.376Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:37.376Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:51:38.377Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:51:38.377Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:38.377Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:38.378Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:51:39.379Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:51:39.379Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:39.379Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:39.379Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:51:40.380Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:51:40.380Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:40.380Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:40.381Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:51:41.382Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:51:41.382Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:41.382Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:41.382Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:51:42.383Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:51:42.384Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:42.384Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:42.384Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:51:43.385Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:51:43.385Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:43.385Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:43.385Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:51:44.387Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T22:51:44.388Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:51:44.388Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T22:51:44.389Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:51:44.389Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:51:44.436Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:51:44.437Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:51:44.437Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:51:44.437Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T22:51:44.437Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:51:44.438Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:51:44.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:51:44.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2d28ba27 2023-03-21T22:51:44.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:51:44.463Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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": [ "BasicVm" ] } } } 2023-03-21T22:51:44.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:51:44.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||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-21T22:51:44.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||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-21T22:51:44.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:51:44.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:44.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:44.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439104464, "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-21T22:51:45.465Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:51:45.509Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T22:51:45.510Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:51:45.510Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T22:51:45.510Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:51:45.510Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:45.510Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:45.510Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439105510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:51:46.511Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:51:46.512Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T22:51:46.512Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:51:46.512Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:51:46.512Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:51:46.512Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439106511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:51:47.513Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:51:47.536Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:51:47.540Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:51:47.540Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:51:47.540Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:51:47.541Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:51:47.541Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:51:47.541Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:51:47.541Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:51:47.541Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:51:47.541Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:51:47.553Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:51:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:51:49.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.179Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439062968, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439064086, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439065095, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439096347, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:51:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:51:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:51:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T22:51:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:51:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439104464, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439105510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:51:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:51:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439106511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T22:51:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:52:17.554Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:52:17.565Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T22:52:17.566Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T22:52:17.566Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T22:52:17.573Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:52:17.585Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T22:52:17.585Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e376f608-1cb6-4ea6-aa55-927a018f85e3], X-ECOMP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], X-TransactionId=[], X-ONAP-RequestID=[f9c5b6b1-766a-4ced-afee-030d481839ea], Content-Type=[application/merge-patch+json]} 2023-03-21T22:52:17.592Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:52:17.735Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:52:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[180304], x-aai-txid=[2-aai-resources-230321-22:52:16:507-50235], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:52:17.735Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:52:17.735Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T22:52:17.735Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:52:17.735Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:52:17.743Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T22:52:17.743Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:52:17.744Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:52:17.744Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:52:17.744Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:52:17.744Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439137743, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:52:18.773Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:52:18.773Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:52:18.773Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:52:18.773Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:52:18.773Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:52:18.773Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:52:19.774Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:52:19.774Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:52:19.774Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:52:19.774Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:52:20.775Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:52:20.775Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:52:20.775Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:52:20.775Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:52:21.775Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:52:21.776Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:52:21.776Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:52:21.776Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:52:22.777Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:52:22.777Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:52:22.778Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:52:22.778Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:52:23.778Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:52:23.779Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:52:23.779Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:52:23.779Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:52:24.780Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:52:24.780Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:52:24.780Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:52:24.780Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:52:25.781Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:52:25.782Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:52:25.782Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:52:25.782Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:52:26.783Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T22:52:26.783Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:52:26.783Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T22:52:26.784Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:52:26.784Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:52:26.833Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:52:26.833Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:52:26.834Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:52:26.834Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:26.834Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:52:26.834Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:27.113Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T22:52:27.116Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T22:52:27.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:52:27.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:27.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:52:27.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:52:27.117Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:52:27.118Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439147117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:52:28.118Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:52:28.119Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:52:28.119Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:28.120Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:28.120Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:28.121Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:28.196Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2083023673628686930/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T22:52:28.794Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:52:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:52:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:52:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:28.795Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T22:52:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:52:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:52:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:52:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T22:52:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:52:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:52:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:52:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:52:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T22:52:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:52:28.796Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:52:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:52:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:52:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:52:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:52:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:52:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:52:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:52:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:52:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:52:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:52:28.797Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T22:52:28.834Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T22:52:28.835Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:52:28.835Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T22:52:28.835Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:52:28.835Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:52:28.835Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:52:28.836Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439148835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:52:29.836Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T22:52:29.837Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T22:52:29.837Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:52:29.837Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:52:29.837Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:52:29.837Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439149836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:52:30.838Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:52:30.861Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:52:30.865Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:52:30.865Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:52:30.865Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:52:30.866Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:52:30.866Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:52:30.866Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:52:30.866Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:52:30.866Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:52:30.866Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:52:30.879Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:52:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:52:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:52:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439137743, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:52:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:52:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:52:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:52:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:52:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:52:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:52:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:52:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:52:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:52:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:52:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:52:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:52:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:52:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:52:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:52:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:52:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:52:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:52:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:52:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:52:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:52:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:52:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:52:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:52:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:52:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:52:49.187Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439147117, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:52:49.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:52:49.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:52:49.187Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439148835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T22:52:49.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:52:49.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:52:49.187Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439149836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T22:52:49.187Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:00.879Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:53:00.889Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T22:53:00.889Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T22:53:00.890Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T22:53:00.895Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:53:00.907Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T22:53:00.908Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[408ccef7-fdaf-4f2c-bd1c-5f4815a82703], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T22:53:00.912Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:53:01.041Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:52:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[155696], x-aai-txid=[0-aai-resources-230321-22:52:59:826-95672], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:53:01.042Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:53:01.043Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T22:53:01.044Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:53:01.044Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:53:01.053Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T22:53:01.054Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:53:01.054Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:53:01.054Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:01.054Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:01.054Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439181054, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:53:02.079Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:53:02.079Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:53:02.079Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:02.080Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:02.080Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:02.080Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:03.080Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:03.081Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:03.081Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:03.081Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:04.082Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:04.082Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:04.082Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:04.083Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:05.083Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:05.084Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:05.084Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:05.084Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:06.084Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:06.085Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:06.085Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:06.085Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:07.086Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:07.086Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:07.087Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:07.087Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:08.089Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:08.089Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:08.089Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:08.089Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:09.091Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:09.091Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:09.091Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:09.091Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:10.093Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T22:53:10.094Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:53:10.094Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T22:53:10.095Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:53:10.095Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:53:10.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:53:10.130Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:53:10.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:53:10.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:10.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:53:10.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:10.451Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T22:53:10.454Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T22:53:10.454Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:53:10.455Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:10.455Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:53:10.455Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:10.455Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:10.455Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439190454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:11.456Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:53:11.457Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:53:11.457Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:11.457Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:11.458Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:11.458Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:11.527Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18435811472245990220/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T22:53:12.103Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:53:12.103Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T22:53:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T22:53:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:53:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T22:53:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:53:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:12.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439192131, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:13.132Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T22:53:13.133Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T22:53:13.133Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:53:13.133Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:13.133Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:13.133Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439193132, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:14.134Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:53:14.162Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:53:14.166Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:53:14.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:53:14.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:53:14.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:53:14.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:53:14.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:53:14.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:53:14.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:53:14.167Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:53:14.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:53:44.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:53:44.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T22:53:44.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T22:53:44.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T22:53:44.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:53:44.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:53:44.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T22:53:44.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:53:44.363Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T22:53:44.363Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:53:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[532576], x-aai-txid=[2-aai-resources-230321-22:53:43:130-26565], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:53:44.363Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:53:44.363Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:53:44.363Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:53:44.371Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T22:53:44.371Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:53:44.371Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:53:44.371Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:44.371Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:44.371Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439224371, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:53:45.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:53:45.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:53:45.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:45.400Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:45.400Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:45.400Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:46.401Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:46.401Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:46.401Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:46.401Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:47.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:47.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:47.403Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:47.403Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:48.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:48.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:48.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:48.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:49.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.180Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439181054, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:53:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:53:49.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:53:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:53:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:53:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:53:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:53:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:53:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:53:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439190454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:53:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439192131, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T22:53:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439193132, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T22:53:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439224371, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:53:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:53:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:53:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:53:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:53:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:53:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:53:49.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:49.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:49.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:49.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:51.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:51.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:51.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:51.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:52.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:53:52.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:52.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:52.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:53.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T22:53:53.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:53:53.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T22:53:53.412Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:53:53.413Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:53:53.457Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:53:53.457Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:53:53.457Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:53:53.457Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:53.458Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:53:53.458Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:53.755Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-21T22:53:53.758Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T22:53:53.758Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:53:53.758Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:53.758Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T22:53:53.758Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:53.758Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:53.758Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439233758, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:54.759Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:53:54.759Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:53:54.760Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:54.760Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:54.761Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:54.761Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:54.866Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2929749201981010619/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T22:53:55.379Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T22:53:55.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:53:55.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:55.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T22:53:55.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:55.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:55.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:55.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:55.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:55.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:55.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T22:53:55.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-21T22:53:55.380Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:55.381Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:55.381Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T22:53:55.381Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:53:55.381Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:53:55.381Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:55.381Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:55.381Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T22:53:55.381Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-21T22:53:55.381Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T22:53:55.381Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T22:53:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T22:53:55.382Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T22:53:55.420Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T22:53:55.421Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:53:55.421Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T22:53:55.421Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:53:55.421Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:55.421Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:55.422Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439235421, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:56.422Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T22:53:56.423Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T22:53:56.423Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:53:56.423Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:53:56.423Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:53:56.423Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439236422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:53:57.424Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:53:57.451Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:53:57.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:53:57.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:53:57.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:53:57.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:53:57.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:53:57.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:53:57.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:53:57.457Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:53:57.457Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:53:57.471Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:54:27.472Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:54:27.482Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T22:54:27.482Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T22:54:27.482Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T22:54:27.486Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:54:27.496Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T22:54:27.496Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[541a934c-4f86-4ace-a92d-2ea0f62df953], X-ECOMP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], X-TransactionId=[], X-ONAP-RequestID=[89838e5b-3a53-4dc5-b216-46094ac36ffd], Content-Type=[application/merge-patch+json]} 2023-03-21T22:54:27.503Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:54:27.644Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:54:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[237608], x-aai-txid=[1-aai-resources-230321-22:54:26:416-47257], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:54:27.644Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:54:27.645Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T22:54:27.645Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:54:27.646Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:54:27.653Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T22:54:27.654Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:54:27.654Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:54:27.654Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:27.654Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:27.654Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439267654, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:54:28.680Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:54:28.681Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:54:28.681Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:54:28.681Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:28.681Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:28.681Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:54:29.682Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:54:29.682Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:29.682Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:29.682Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:54:30.683Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:54:30.683Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:30.683Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:30.683Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:54:31.684Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:54:31.685Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:31.685Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:31.685Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:54:32.685Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:54:32.686Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:32.686Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:32.686Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:54:33.687Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:54:33.687Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:33.687Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:33.687Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:54:34.687Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:54:34.688Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:34.688Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:34.688Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:54:35.689Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:54:35.689Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:35.689Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:35.689Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:54:36.690Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:54:36.690Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:36.690Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:36.690Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:54:37.691Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:54:37.691Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:37.691Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:37.691Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:54:38.692Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T22:54:38.692Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:54:38.692Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T22:54:38.693Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:54:38.693Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:54:38.729Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:54:38.729Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:54:38.730Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:54:38.730Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T22:54:38.730Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:54:38.730Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T22:54:38.755Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:54:38.755Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@cdeb02f 2023-03-21T22:54:38.755Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:54:38.755Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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": [ "BasicCnfMacro" ] } } } 2023-03-21T22:54:38.755Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8b453f05-7c27-49e3-aaaa-250da7e35e19 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:54:38.756Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:54:38.756Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:54:38.756Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:54:38.756Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:38.756Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:38.756Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439278756, "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-21T22:54:39.756Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:8b453f05-7c27-49e3-aaaa-250da7e35e19) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:54:39.787Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||ERROR|500||Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists 2023-03-21T22:54:39.787Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:54:39.787Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists) 2023-03-21T22:54:39.787Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:54:39.787Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:39.788Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:39.788Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439279787, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:54:40.788Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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-21T22:54:40.789Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||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: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists) 2023-03-21T22:54:40.789Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:54:40.789Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:54:40.789Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:54:40.789Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439280788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:54:41.790Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:54:41.806Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:54:41.810Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:54:41.810Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:54:41.810Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:54:41.810Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:54:41.810Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:54:41.810Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:54:41.810Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:54:41.810Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:54:41.810Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:54:41.820Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:54:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:54:49.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:54:49.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:54:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:11.821Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:55:11.827Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T22:55:11.828Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T22:55:11.828Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T22:55:11.831Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:55:11.842Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T22:55:11.842Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[991a31f3-2cd2-4570-8772-99d7fdefa3ee], X-ECOMP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], X-TransactionId=[], X-ONAP-RequestID=[797bea5e-a532-4d0c-bd39-a536f62d0149], Content-Type=[application/merge-patch+json]} 2023-03-21T22:55:11.849Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:55:12.010Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:55:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[274488], x-aai-txid=[0-aai-resources-230321-22:55:10:762-38832], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:55:12.011Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:55:12.011Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T22:55:12.011Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:55:12.011Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:55:12.013Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T22:55:12.013Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:55:12.013Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:55:12.013Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:12.013Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:12.013Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439312013, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:55:13.041Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:55:13.042Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:55:13.043Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:55:13.043Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:13.043Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:13.044Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:55:14.044Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:55:14.045Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:14.045Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:14.046Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:55:15.047Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:55:15.047Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:15.048Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:15.048Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:55:16.049Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:55:16.049Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:16.050Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:16.050Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:55:17.050Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:55:17.051Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:17.051Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:17.051Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:55:18.052Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:55:18.052Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:18.053Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:18.053Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:55:19.054Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:55:19.054Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:19.054Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:19.054Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:55:20.055Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:55:20.055Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:20.055Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:20.055Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:55:21.056Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T22:55:21.056Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:55:21.056Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T22:55:21.057Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:55:21.057Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:55:21.097Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:55:21.097Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:55:21.098Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:55:21.098Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T22:55:21.098Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:55:21.098Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T22:55:21.118Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:55:21.118Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@15a29611 2023-03-21T22:55:21.118Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:55:21.118Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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": [ "BasicVmMacro" ] } } } 2023-03-21T22:55:21.119Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ebe5950d-5230-4fd7-b91c-10040c72a7c9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:55:21.119Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:55:21.119Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:55:21.119Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:55:21.119Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:21.119Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:21.119Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439321119, "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-21T22:55:22.119Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:ebe5950d-5230-4fd7-b91c-10040c72a7c9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:55:22.155Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||ERROR|500||Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists 2023-03-21T22:55:22.155Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:55:22.155Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists) 2023-03-21T22:55:22.155Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:55:22.155Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:22.155Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:22.156Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439322155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:55:23.156Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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-21T22:55:23.156Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||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: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists) 2023-03-21T22:55:23.156Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:55:23.157Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:23.157Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:23.157Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439323156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:55:24.157Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:55:24.188Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:55:24.194Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:55:24.194Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:55:24.194Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:55:24.194Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:55:24.194Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:55:24.194Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:55:24.194Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:55:24.194Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:55:24.194Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:55:24.209Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:55:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:55:49.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.173Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439233758, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439235421, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439236422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439267654, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:55:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:55:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:55:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T22:55:49.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.175Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:55:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T22:55:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T22:55:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T22:55:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.176Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:55:49.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:55:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:55:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439278756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:55:49.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.177Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439279787, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } 2023-03-21T22:55:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:49.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T22:55:49.178Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439280788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } 2023-03-21T22:55:49.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:55:54.210Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:55:54.223Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T22:55:54.224Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T22:55:54.224Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T22:55:54.231Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:55:54.247Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T22:55:54.247Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[38660abb-0185-438e-abaa-0d9581e34938], X-ECOMP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-TransactionId=[], X-ONAP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], Content-Type=[application/merge-patch+json]} 2023-03-21T22:55:54.254Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:55:54.403Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:55:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[225360], x-aai-txid=[1-aai-resources-230321-22:55:53:170-15491], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:55:54.403Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:55:54.404Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T22:55:54.404Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:55:54.404Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:55:54.412Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T22:55:54.412Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:55:54.412Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:55:54.412Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:54.412Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:54.412Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439354412, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:55:55.440Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:55:55.440Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:55:55.441Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:55:55.441Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:55.441Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:55.441Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:55:56.441Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:55:56.442Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:56.442Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:56.442Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:55:57.443Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:55:57.443Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:57.443Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:57.444Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:55:58.444Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:55:58.445Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:58.445Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:58.445Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:55:59.445Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:55:59.446Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:55:59.446Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:55:59.446Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:56:00.447Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:56:00.447Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:00.447Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:00.447Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:56:01.448Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:56:01.448Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:01.448Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:01.449Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:56:02.449Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:56:02.450Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:02.450Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:02.450Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:56:03.450Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:56:03.451Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:03.451Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:03.451Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:56:04.451Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T22:56:04.452Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:56:04.452Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T22:56:04.452Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:56:04.452Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:56:04.492Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:56:04.493Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:56:04.493Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:56:04.493Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:56:04.493Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:56:04.493Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:56:04.520Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:56:04.521Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@77438576 2023-03-21T22:56:04.521Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:56:04.521Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:56:04.521Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5dee975a-7f55-4449-a1f5-aa20456c8216 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:56:04.521Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:56:04.521Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:56:04.521Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:56:04.522Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:04.522Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:04.522Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439364521, "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-21T22:56:05.523Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:5dee975a-7f55-4449-a1f5-aa20456c8216) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:56:05.563Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||ERROR|500||Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists 2023-03-21T22:56:05.563Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:56:05.564Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists) 2023-03-21T22:56:05.564Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:56:05.564Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:05.564Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:05.564Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439365563, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:56:06.565Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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-21T22:56:06.565Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||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: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists) 2023-03-21T22:56:06.565Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:56:06.565Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:06.565Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:06.565Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439366565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:56:07.566Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:56:07.591Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:56:07.595Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:56:07.595Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:56:07.595Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:56:07.595Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:56:07.595Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:56:07.595Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:56:07.595Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:56:07.595Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:56:07.596Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:56:07.609Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:56:37.610Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:56:37.621Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T22:56:37.621Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T22:56:37.621Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T22:56:37.626Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:56:37.636Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T22:56:37.636Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[57b0b29b-17f2-4cab-8bf9-da566d3227ae], X-ECOMP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-TransactionId=[], X-ONAP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], Content-Type=[application/merge-patch+json]} 2023-03-21T22:56:37.642Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:56:37.788Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:56:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[208944], x-aai-txid=[1-aai-resources-230321-22:56:36:562-68298], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:56:37.789Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:56:37.789Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T22:56:37.789Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:56:37.789Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:56:37.793Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T22:56:37.793Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:56:37.793Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:56:37.793Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:37.793Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:37.793Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439397793, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:56:38.821Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:56:38.821Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"1730a31c-6753-4a08-aae8-7d58b8d7d655","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"27f5ccc4-d817-4ebf-a428-29d3f28c84e2","serviceDescription":"service","serviceInvariantUUID":"680439e8-559c-47b7-bba9-2cf929a66403","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c","resourceInvariantUUID":"1576bb0a-57a7-4a23-b6a6-5bc6e281ec29","resourceCustomizationUUID":"0da37cbb-9241-40a0-92d9-f83c9e0485cf","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":"MzA3MDVjZmRmYzk1MDQ0YWI4ZGZjNjJmZTE5NWJlYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad5ab004-4bee-4c36-8d08-1dc1195c8e46","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":"979932fe-7833-4694-ae40-a97babb6e0b6","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":"7becd4ac-55ee-4f1e-93b6-9aca58fa737b","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":"OGEzYjk5NTI2NWEyNzc1MGVmOTQ5NmU0NjMyNGY5ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02a28dd9-3085-441c-9216-4ea63ea6fb65","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":"486b77b3-c771-408b-821c-2aeaa75eae2b","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":"df687656-0f60-4963-8316-5e6b16dd94ac","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":"a1a01667-0052-41b8-ad9d-8b227f9192f1","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":"NzZkOGI0N2U3MTJhYzMxM2YzNWNhYTAxYmUxMGZjZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"328f3a88-98bc-44ba-9e1c-ee0ba24c47dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"955effc8-3820-4d7a-8b91-f129e875b6b9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:56:38.822Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:56:38.822Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:38.822Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:38.822Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:56:39.823Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:56:39.823Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:39.824Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:39.824Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:56:40.825Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:56:40.825Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:40.825Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:40.825Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:56:41.826Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:56:41.826Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:41.827Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:41.827Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:56:42.830Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:56:42.830Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:42.830Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:42.830Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:56:43.831Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:56:43.831Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:43.831Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:43.831Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:56:44.832Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:56:44.832Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:44.833Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:44.833Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:56:45.834Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:56:45.834Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:45.834Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:45.834Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:56:46.835Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:56:46.836Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:46.836Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:46.836Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:56:47.837Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "27f5ccc4-d817-4ebf-a428-29d3f28c84e2", "serviceDescription": "service", "serviceInvariantUUID": "680439e8-559c-47b7-bba9-2cf929a66403", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0da37cbb-9241-40a0-92d9-f83c9e0485cf", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c", "resourceInvariantUUID": "1576bb0a-57a7-4a23-b6a6-5bc6e281ec29", "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": "YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "955effc8-3820-4d7a-8b91-f129e875b6b9" } ], "workloadContext": "Production" } 2023-03-21T22:56:47.837Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:56:47.837Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC 2023-03-21T22:56:47.838Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:1730a31c-6753-4a08-aae8-7d58b8d7d655 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ServiceInvariantUUID:680439e8-559c-47b7-bba9-2cf929a66403 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:955effc8-3820-4d7a-8b91-f129e875b6b9 ArtifactChecksum:YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0da37cbb-9241-40a0-92d9-f83c9e0485cf ResourceInvariantUUID:1576bb0a-57a7-4a23-b6a6-5bc6e281ec29 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:56:47.838Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:56:47.884Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:56:47.884Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:56:47.884Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:56:47.885Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:56:47.885Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:56:47.885Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:56:47.902Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:56:47.903Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@17b88a2e 2023-03-21T22:56:47.903Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:56:47.903Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:56:47.903Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 955effc8-3820-4d7a-8b91-f129e875b6b9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:56:47.904Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:56:47.904Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:56:47.904Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:56:47.904Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:47.904Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:47.904Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439407904, "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-21T22:56:48.905Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:955effc8-3820-4d7a-8b91-f129e875b6b9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T22:56:48.942Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||ERROR|500||Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists 2023-03-21T22:56:48.942Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:56:48.942Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists) 2023-03-21T22:56:48.942Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:56:48.943Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:48.943Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:48.943Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439408942, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:56:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:56:49.172Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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-21T22:56:49.186Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:56:49.186Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:56:49.191Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=69, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:56:49.191Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 69: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T22:56:49.205Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=69, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:56:49.205Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:56:49.205Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:56:49.209Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:56:49.209Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:56:49.209Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:56:49.209Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2839, offsetEpoch=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-21T22:56:49.209Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:56:49.210Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:56:49.943Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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-21T22:56:49.944Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||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: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists) 2023-03-21T22:56:49.944Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:56:49.944Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:56:49.944Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:56:49.944Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439409943, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:56:50.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.228Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439312013, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:56:50.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.229Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.229Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T22:56:50.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.229Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T22:56:50.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439321119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439322155, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439323156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439354412, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.232Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.232Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.232Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.232Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.233Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.233Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.233Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.233Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:56:50.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.233Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439364521, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:56:50.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.234Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439365563, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } 2023-03-21T22:56:50.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.234Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439366565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } 2023-03-21T22:56:50.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.234Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439397793, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:56:50.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.235Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.235Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.235Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.235Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.235Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.235Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.236Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.236Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.236Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.236Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.237Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.237Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:56:50.237Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.237Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:56:50.237Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.237Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439407904, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:56:50.237Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.237Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439408942, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } 2023-03-21T22:56:50.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:56:50.238Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439409943, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } 2023-03-21T22:56:50.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:56:50.945Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:56:50.972Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:56:50.976Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:56:50.976Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:56:50.976Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:56:50.976Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:56:50.977Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:56:50.977Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:56:50.977Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:56:50.977Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:56:50.977Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:56:50.991Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:57:20.991Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:57:21.003Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and serviceModelVersionId: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T22:57:21.003Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 680439e8-559c-47b7-bba9-2cf929a66403 2023-03-21T22:57:21.004Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 2023-03-21T22:57:21.009Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:57:21.022Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||Invoke 2023-03-21T22:57:21.022Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[21395be8-3026-40e4-9893-4c7b32c4a781], X-ECOMP-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], X-TransactionId=[], X-ONAP-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], Content-Type=[application/merge-patch+json]} 2023-03-21T22:57:21.030Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T22:57:21.183Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:57:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[594016], x-aai-txid=[1-aai-resources-230321-22:57:19:943-56075], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:57:21.184Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:57:21.184Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||InvokeReturn 2023-03-21T22:57:21.184Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:57:21.184Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:57:21.194Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T22:57:21.194Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1730a31c-6753-4a08-aae8-7d58b8d7d655 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T22:57:21.194Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:57:21.194Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:57:21.194Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:57:21.194Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439441194, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:57:22.224Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-21T22:57:22.224Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"be804afb-371a-4e4a-b452-fe3d631d4d8a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b14a5d24-609a-4621-9245-02be9977a28a","serviceDescription":"service","serviceInvariantUUID":"136d285d-e4af-4545-81bf-7e9378a9c864","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b7a575d-86f2-47f1-80b7-9760bf67f0cf","resourceInvariantUUID":"f6a448c5-fe60-44c5-a04c-5173ae5e57e8","resourceCustomizationUUID":"670ba865-de8e-4900-8a19-cb55a379368b","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":"OWQzZTY3NTJlMWVlYTg5MDVhMzZmNzlhNTI2NDk3ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89a26d38-c868-4647-810f-24c563d14fb3","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":"955b57b9-cf0f-4221-9f6b-9eafd43bd3ca","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":"9a08c3da-1608-41d7-b522-41ba5acb403b","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":"ZmM5NjAyNGIxNTI0ZTFhMjIzOTY2NTRlNTgzODU3NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5facb907-bc63-4a2e-bfd5-0ef0fee184b4","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":"972c44fc-576c-4e2d-939e-f61244671d56","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":"65118ee5-bc61-4d1f-bc32-f83be325c9f3","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":"7d3af18c-1ff3-48ca-b258-3d5721f48252","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":"NGFlNzIxYzRkZTQ3NDRkMjM5YzZkMzZhMjMxZTVkNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc877855-6d4d-4dca-836e-0500d59f9740","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc5bb7d8-11b2-4e60-a503-312fc026e411","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:57:22.224Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:57:22.224Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:57:22.224Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:57:22.224Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:57:23.225Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:57:23.226Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:57:23.227Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:57:23.227Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:57:24.228Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:57:24.228Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:57:24.229Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:57:24.229Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:57:25.230Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:57:25.231Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:57:25.231Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:57:25.231Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:57:26.232Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:57:26.233Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:57:26.233Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:57:26.233Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:57:27.233Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:57:27.234Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:57:27.234Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:57:27.234Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:57:28.235Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:57:28.235Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:57:28.235Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:57:28.235Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:57:29.236Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:57:29.236Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:57:29.237Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:57:29.237Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "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-21T22:57:30.237Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:57:30.238Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:57:30.238Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:57:30.238Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:57:31.239Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b14a5d24-609a-4621-9245-02be9977a28a", "serviceDescription": "service", "serviceInvariantUUID": "136d285d-e4af-4545-81bf-7e9378a9c864", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "670ba865-de8e-4900-8a19-cb55a379368b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7b7a575d-86f2-47f1-80b7-9760bf67f0cf", "resourceInvariantUUID": "f6a448c5-fe60-44c5-a04c-5173ae5e57e8", "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": "Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dc5bb7d8-11b2-4e60-a503-312fc026e411" } ], "workloadContext": "Production" } 2023-03-21T22:57:31.239Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:57:31.239Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b14a5d24-609a-4621-9245-02be9977a28a ASDC 2023-03-21T22:57:31.239Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:be804afb-371a-4e4a-b452-fe3d631d4d8a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b14a5d24-609a-4621-9245-02be9977a28a ServiceInvariantUUID:136d285d-e4af-4545-81bf-7e9378a9c864 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:dc5bb7d8-11b2-4e60-a503-312fc026e411 ArtifactChecksum:Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:670ba865-de8e-4900-8a19-cb55a379368b ResourceInvariantUUID:f6a448c5-fe60-44c5-a04c-5173ae5e57e8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:7b7a575d-86f2-47f1-80b7-9760bf67f0cf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T22:57:31.240Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b14a5d24-609a-4621-9245-02be9977a28a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:57:31.287Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:57:31.287Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:57:31.288Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-21T22:57:31.288Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dc5bb7d8-11b2-4e60-a503-312fc026e411 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:57:31.288Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-21T22:57:31.288Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T22:57:31.305Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-21T22:57:31.306Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@265790f3 2023-03-21T22:57:31.306Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:57:31.306Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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": [ "TestPnfMacro" ] } } } 2023-03-21T22:57:31.306Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dc5bb7d8-11b2-4e60-a503-312fc026e411 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:57:31.307Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:57:31.307Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:57:31.307Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:57:31.308Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:57:31.308Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:57:31.308Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439451307, "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-21T22:57:32.309Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:dc5bb7d8-11b2-4e60-a503-312fc026e411) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T22:57:32.317Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:57:32.317Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b7a575d-86f2-47f1-80b7-9760bf67f0cf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T22:57:32.322Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:57:32.347Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf test-pnf 2023-03-21T22:57:32.347Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:57:32.347Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:57:32.348Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 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-21T22:57:32.353Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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$$2da00d2a.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-21T22:57:32.369Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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$$2da00d2a.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-21T22:57:32.373Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 0 ASDC deployResourceStructure 2023-03-21T22:57:32.374Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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$$2da00d2a.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-21T22:57:32.374Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:57:32.374Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:57:32.374Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T22:57:32.374Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:57:32.374Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:57:32.374Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439452374, "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-21T22:57:33.375Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:57:33.402Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:57:33.405Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T22:57:33.406Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T22:57:33.406Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T22:57:33.406Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T22:57:33.406Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:57:33.406Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:57:33.406Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T22:57:33.406Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T22:57:33.406Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||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-21T22:57:33.418Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T22:57:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:57:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:57:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439441194, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T22:57:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:57:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:57:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:57:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:57:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:57:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T22:57:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:57:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:57:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T22:57:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:57:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:57:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T22:57:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:57:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:57:49.184Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:57:49.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:57:49.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:57:49.184Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:57:49.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:57:49.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:57:49.184Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T22:57:49.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:57:49.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:57:49.185Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T22:57:49.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:57:49.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:57:49.185Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679438704704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T22:57:49.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:57:49.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:57:49.186Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439451307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T22:57:49.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:57:49.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:57:49.186Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439452374, "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-21T22:57:49.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:58:03.418Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T22:58:03.426Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and serviceModelVersionId: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T22:58:03.426Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 136d285d-e4af-4545-81bf-7e9378a9c864 2023-03-21T22:58:03.427Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 2023-03-21T22:58:03.433Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T22:58:03.445Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T22:58:03.446Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||Invoke 2023-03-21T22:58:03.453Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T22:58:03.593Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||InvokeReturn 2023-03-21T22:58:03.593Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 22:58:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[278592], x-aai-txid=[2-aai-resources-230321-22:58:02:364-1710], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T22:58:03.613Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T22:58:03.629Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T22:58:03.631Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:58:03.643Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T22:58:03.644Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be804afb-371a-4e4a-b452-fe3d631d4d8a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T22:58:03.645Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T22:58:03.645Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:58:03.647Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:58:03.648Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439483644, "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-21T22:58:04.675Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T22:58:04.676Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T22:58:04.677Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-21T22:58:04.677Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-21T22:58:04.677Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cancelled in-flight METADATA request with correlation id 150042 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-21T22:58:04.678Z||pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:58:04.678Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:58:04.678Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:58:04.678Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T22:58:04.681Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d74a0f50-0815-4463-a765-219262fb96c2 2023-03-21T22:58:04.682Z||pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:58:04.682Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:58:04.682Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T22:58:07.578Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:10.586Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:13.594Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:16.606Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:19.615Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:22.624Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:25.632Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:28.641Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:31.650Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:34.658Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:37.672Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:40.681Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:43.690Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:46.698Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T22:58:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:58:49.185Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:58:49.186Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T22:58:49.191Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=70, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d74a0f50-0815-4463-a765-219262fb96c2', protocol='range'} 2023-03-21T22:58:49.191Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=70, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:58:49.196Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:58:49.196Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:58:49.196Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:58:49.197Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:58:49.197Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:58:49.197Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T22:58:49.197Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 70: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d74a0f50-0815-4463-a765-219262fb96c2=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T22:58:49.211Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=70, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d74a0f50-0815-4463-a765-219262fb96c2', protocol='range'} 2023-03-21T22:58:49.211Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=70, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T22:58:49.211Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:58:49.212Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T22:58:49.212Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T22:58:49.212Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T22:58:49.215Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:58:49.215Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:58:49.215Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:58:49.215Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:58:49.215Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:58:49.215Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2889, offsetEpoch=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-21T22:58:49.215Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:58:49.216Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:58:49.216Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T22:58:49.216Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T22:58:49.216Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:58:49.216Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T22:58:50.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:58:50.234Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439483644, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T22:58:50.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:58:50.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T22:58:50.282Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T22:58:50.283Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:58:50.283Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:58:50.283Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:58:50.283Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:58:51.283Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:58:51.284Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:58:51.284Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:58:51.284Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:58:52.285Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:58:52.285Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:58:52.285Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:58:52.285Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:58:53.286Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:58:53.286Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:58:53.287Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:58:53.287Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:58:54.288Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:58:54.288Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:58:54.288Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:58:54.288Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:58:55.289Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:58:55.289Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:58:55.290Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:58:55.290Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:58:56.290Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T22:58:56.291Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:58:56.291Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:58:56.291Z||pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:58:57.292Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T22:58:57.292Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T22:58:57.293Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T22:58:57.293Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T22:58:57.294Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T22:58:57.335Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T22:58:57.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T22:58:57.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T22:58:57.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T22:58:57.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T22:58:57.336Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T22:58:57.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T22:58:57.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e1febc8 2023-03-21T22:58:57.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:58:57.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T22:58:57.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:58:57.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T22:58:57.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T22:58:57.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:58:57.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:58:57.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:58:57.365Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439537365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:58:58.366Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T22:58:58.379Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T22:58:58.380Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T22:58:58.382Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T22:58:58.383Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T22:58:58.383Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T22:58:58.383Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T22:58:58.383Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T22:58:58.398Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T22:58:58.398Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@38b91948 2023-03-21T22:58:58.398Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T22:58:58.398Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T22:58:58.399Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T22:58:58.399Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T22:58:58.399Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T22:58:58.399Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T22:58:58.399Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T22:58:58.399Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T22:58:58.399Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439538399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:58:59.400Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T22:58:59.400Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:58:59.419Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:58:59.422Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:58:59.422Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:59:29.422Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:59:29.447Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:59:29.451Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:59:29.451Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T22:59:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T22:59:49.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T22:59:49.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T22:59:49.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T22:59:59.451Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:59:59.477Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T22:59:59.481Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T22:59:59.482Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:00:29.482Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:00:29.508Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:00:29.512Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:00:29.512Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:00:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:00:49.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:00:49.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T23:00:49.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:00:49.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:00:49.174Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T23:00:49.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:00:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:00:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:00:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:00:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:00:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T23:00:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:00:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:00:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:00:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:00:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:00:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:00:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:00:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:00:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439537365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:00:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:00:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:00:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439538399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:00:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:00:59.513Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:00:59.540Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:00:59.544Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:00:59.544Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:01:29.545Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:01:29.572Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:01:29.577Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:01:29.577Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:01:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:01:59.578Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:01:59.614Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:01:59.619Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:01:59.619Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:02:29.619Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:02:29.646Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:02:29.650Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:02:29.651Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:02:49.173Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:02:59.651Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:02:59.680Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:02:59.684Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:02:59.684Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:03:29.685Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:03:29.709Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:03:29.713Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:03:29.713Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:03:49.175Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:03:50.303Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T23:03:50.304Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-d74a0f50-0815-4463-a765-219262fb96c2 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-21T23:03:50.304Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T23:03:50.304Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T23:03:52.885Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:03:52.898Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T23:03:52.898Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T23:03:52.902Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=71, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T23:03:52.902Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 71: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T23:03:52.917Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=71, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T23:03:52.918Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T23:03:52.918Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T23:03:52.921Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T23:03:52.921Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:03:52.921Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:03:52.921Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2899, offsetEpoch=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-21T23:03:52.921Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:03:52.921Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:03:59.713Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T23:03:59.713Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:03:59.725Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T23:03:59.725Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T23:03:59.725Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T23:03:59.730Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:03:59.743Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T23:03:59.744Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0a2e974-1365-4450-9d69-4884d6c89a56], X-ECOMP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], X-TransactionId=[], X-ONAP-RequestID=[643bc0dd-331c-4d62-a101-500bfa4e7986], Content-Type=[application/merge-patch+json]} 2023-03-21T23:03:59.750Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T23:03:59.887Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:03:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[196672], x-aai-txid=[2-aai-resources-230321-23:03:58:662-42443], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:03:59.887Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:03:59.888Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T23:03:59.888Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:03:59.888Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T23:03:59.894Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T23:03:59.894Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T23:03:59.894Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T23:03:59.894Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:03:59.895Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:03:59.895Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439839894, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:03:59.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:03:59.911Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679439839894, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T23:03:59.912Z||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-21T23:04:00.924Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:04:00.924Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:04:00.924Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:04:00.925Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:00.925Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:00.925Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:04:01.927Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:04:01.927Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:01.927Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:01.927Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:04:02.928Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T23:04:02.928Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:04:02.928Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T23:04:02.929Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T23:04:02.929Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:04:02.967Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:04:02.968Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:04:02.968Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:04:02.968Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T23:04:02.968Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:04:02.968Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:04:02.998Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:04:02.998Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@105edbed 2023-03-21T23:04:02.998Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:04:02.999Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:04:02.999Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:04:02.999Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:04:02.999Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:04:02.999Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:04:03.000Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:03.000Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:03.000Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439842999, "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-21T23:04:04.001Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T23:04:04.033Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T23:04:04.033Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:04:04.033Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T23:04:04.033Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:04:04.034Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:04.034Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:04.034Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439844033, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:04:05.034Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:04:05.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T23:04:05.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:04:05.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:05.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:05.035Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439845034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:04:06.036Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:04:06.060Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:04:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:04:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:04:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:04:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:04:06.065Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:04:06.066Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:04:06.066Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:04:06.066Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:04:06.066Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:04:06.079Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:04:36.079Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:04:36.091Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T23:04:36.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T23:04:36.092Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T23:04:36.097Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:04:36.107Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T23:04:36.107Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2c8e953c-fc75-4ef2-8dd9-5dc6151d5c30], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T23:04:36.114Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:04:36.264Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:04:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[495712], x-aai-txid=[0-aai-resources-230321-23:04:35:026-90476], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:04:36.264Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:04:36.265Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T23:04:36.265Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:04:36.265Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:04:36.270Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:04:36.270Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:04:36.270Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:04:36.271Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:36.271Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:36.271Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439876270, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:04:37.297Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:04:37.298Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:04:37.298Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:04:37.298Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:37.298Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:37.298Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:04:38.299Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:04:38.299Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:38.299Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:38.299Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:04:39.300Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:04:39.300Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:39.300Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:39.300Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:04:40.300Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:04:40.301Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:40.301Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:40.301Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:04:41.302Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:04:41.302Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:41.302Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:41.302Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:04:42.303Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:04:42.303Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:42.304Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:42.304Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:04:43.305Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:04:43.305Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:43.305Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:43.305Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:04:44.306Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T23:04:44.306Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:04:44.307Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T23:04:44.307Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T23:04:44.307Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:04:44.352Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:04:44.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:04:44.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:04:44.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T23:04:44.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:04:44.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:04:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:04:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@12b32601 2023-03-21T23:04:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:04:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:04:44.379Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:04:44.380Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:04:44.380Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:04:44.380Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:04:44.380Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:44.380Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:44.380Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439884380, "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-21T23:04:45.381Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T23:04:45.416Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T23:04:45.416Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:04:45.416Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T23:04:45.416Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:04:45.416Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:45.416Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:45.416Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439885416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:04:46.417Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:04:46.417Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T23:04:46.418Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:04:46.418Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:04:46.418Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:04:46.418Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439886417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:04:47.419Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:04:47.444Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:04:47.450Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:04:47.450Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:04:47.450Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:04:47.450Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:04:47.450Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:04:47.450Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:04:47.450Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:04:47.450Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:04:47.450Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:04:47.464Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:04:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:04:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:04:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:04:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439842999, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:04:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439844033, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T23:04:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439845034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T23:04:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.186Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679439876270, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:04:49.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.186Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:04:49.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.186Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T23:04:49.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.186Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439884380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439885416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439886417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T23:04:49.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:05:17.465Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:05:17.474Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T23:05:17.475Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T23:05:17.475Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T23:05:17.483Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:05:17.497Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T23:05:17.500Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T23:05:17.506Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:05:17.668Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T23:05:17.669Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:05:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[180304], x-aai-txid=[2-aai-resources-230321-23:05:16:417-8436], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:05:17.670Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:05:17.671Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:05:17.671Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:05:17.680Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:05:17.680Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:05:17.680Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:05:17.680Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:05:17.680Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:05:17.681Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439917680, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:05:18.708Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:05:18.708Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:05:18.708Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:05:18.709Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:05:18.709Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:05:18.709Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:05:19.709Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:05:19.710Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:05:19.710Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:05:19.710Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:05:20.711Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:05:20.712Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:05:20.712Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:05:20.712Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:05:21.713Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:05:21.713Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:05:21.713Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:05:21.713Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:05:22.714Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:05:22.714Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:05:22.714Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:05:22.714Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:05:23.715Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:05:23.715Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:05:23.715Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:05:23.715Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:05:24.716Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:05:24.716Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:05:24.716Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:05:24.716Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:05:25.717Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:05:25.718Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:05:25.718Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:05:25.718Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:05:26.719Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T23:05:26.719Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:05:26.719Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T23:05:26.720Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T23:05:26.720Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:05:26.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:05:26.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:05:26.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:05:26.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:26.762Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:05:26.763Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:27.035Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T23:05:27.037Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T23:05:27.037Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T23:05:27.038Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:27.038Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T23:05:27.038Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:05:27.038Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:05:27.038Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439927037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:05:28.039Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:05:28.040Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:05:28.040Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:28.040Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:28.041Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:28.041Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:28.144Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3661019735196598035/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T23:05:28.781Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T23:05:28.781Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T23:05:28.781Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:28.781Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T23:05:28.781Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:28.781Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:28.781Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:28.781Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:28.781Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:28.781Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:28.781Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:05:28.781Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:05:28.782Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:05:28.783Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:05:28.783Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:05:28.783Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:05:28.783Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:05:28.783Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T23:05:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T23:05:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T23:05:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T23:05:28.821Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:05:28.822Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:05:28.822Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:05:28.822Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439928821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:05:29.823Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T23:05:29.823Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T23:05:29.823Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:05:29.823Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:05:29.824Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:05:29.824Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439929823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:05:30.825Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:05:30.851Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:05:30.855Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:05:30.855Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:05:30.855Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:05:30.855Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:05:30.855Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:05:30.855Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:05:30.855Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:05:30.855Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:05:30.855Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T23:05:30.869Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:05:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:05:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:05:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679439917680, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:05:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:05:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T23:05:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T23:05:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:05:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:05:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:05:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:05:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:05:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:05:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:05:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:05:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:05:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:05:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:05:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:05:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:05:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:05:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:05:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439927037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T23:05:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:05:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:05:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439928821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T23:05:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:05:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:05:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439929823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T23:05:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:00.869Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:06:00.879Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T23:06:00.879Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T23:06:00.880Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T23:06:00.883Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:06:00.895Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T23:06:00.895Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b2db3cf2-69c1-41f9-bda2-129314e575f3], X-ECOMP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], X-TransactionId=[], X-ONAP-RequestID=[17941763-036d-4888-a88c-4572990b6d2d], Content-Type=[application/merge-patch+json]} 2023-03-21T23:06:00.901Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:06:01.028Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:05:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[123], vertex-id=[155696], x-aai-txid=[1-aai-resources-230321-23:05:59:811-71962], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:06:01.029Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:06:01.029Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T23:06:01.029Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:06:01.030Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T23:06:01.038Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T23:06:01.038Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:06:01.039Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:06:01.039Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:01.039Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:01.039Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439961038, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:06:02.058Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:06:02.059Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:06:02.059Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:02.059Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:02.059Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:02.059Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:03.059Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:03.060Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:03.060Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:03.060Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:04.061Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:04.061Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:04.061Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:04.061Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:05.062Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:05.062Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:05.062Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:05.063Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:06.063Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:06.064Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:06.064Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:06.064Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:07.065Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:07.065Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:07.065Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:07.065Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:08.066Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:08.067Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:08.067Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:08.067Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:09.070Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:09.070Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:09.070Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:09.070Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:10.071Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T23:06:10.071Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:06:10.072Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T23:06:10.072Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T23:06:10.072Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:06:10.120Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:06:10.120Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:06:10.121Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:06:10.121Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:10.121Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:06:10.121Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:10.446Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T23:06:10.449Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T23:06:10.449Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T23:06:10.449Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:10.449Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T23:06:10.449Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:10.449Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:10.449Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439970449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:11.450Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:06:11.451Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:06:11.451Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:11.452Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:11.453Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:11.453Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:11.528Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16460395520792883800/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T23:06:12.104Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T23:06:12.105Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:12.106Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T23:06:12.136Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T23:06:12.136Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T23:06:12.136Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T23:06:12.136Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:06:12.136Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:12.136Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:12.136Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439972136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:13.137Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T23:06:13.138Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T23:06:13.138Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:06:13.138Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:13.138Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:13.138Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439973137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:14.139Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:06:14.168Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:06:14.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:06:14.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:06:14.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:06:14.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:06:14.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:06:14.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:06:14.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:06:14.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:06:14.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T23:06:14.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:06:44.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:06:44.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T23:06:44.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T23:06:44.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T23:06:44.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:06:44.211Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T23:06:44.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T23:06:44.215Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:06:44.359Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T23:06:44.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:06:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[532576], x-aai-txid=[0-aai-resources-230321-23:06:43:130-59064], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:06:44.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:06:44.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:06:44.361Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T23:06:44.367Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T23:06:44.367Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:06:44.367Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:06:44.367Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:44.367Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:44.367Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440004367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:06:45.396Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:06:45.397Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:06:45.397Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:45.397Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:45.397Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:45.397Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:46.397Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:46.398Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:46.398Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:46.398Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:47.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:47.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:47.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:47.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:48.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:48.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:48.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:48.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679439961038, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:06:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:06:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T23:06:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T23:06:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:06:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:06:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:06:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:06:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.183Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:06:49.183Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.184Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439970449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T23:06:49.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.184Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439972136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T23:06:49.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.184Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679439973137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T23:06:49.184Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.184Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440004367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:06:49.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.185Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:06:49.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.185Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T23:06:49.185Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.186Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T23:06:49.186Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:06:49.187Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:06:49.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:06:49.403Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:49.403Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:49.403Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:49.403Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:50.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:50.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:50.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:50.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:51.405Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:51.405Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:51.405Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:51.405Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:52.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:06:52.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:52.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:52.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:53.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T23:06:53.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:06:53.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T23:06:53.408Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T23:06:53.408Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:06:53.461Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:06:53.462Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:06:53.462Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:06:53.462Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:53.462Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:06:53.462Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:53.735Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T23:06:53.738Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T23:06:53.738Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T23:06:53.738Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:53.738Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T23:06:53.738Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:53.738Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:53.738Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440013738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:54.739Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:06:54.740Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:06:54.740Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:54.740Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:54.741Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:54.741Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:54.861Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15624741918202071862/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T23:06:55.413Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T23:06:55.413Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T23:06:55.413Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:55.413Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T23:06:55.414Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:55.414Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:55.414Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:55.414Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:55.414Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:55.414Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:55.414Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:06:55.414Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T23:06:55.414Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:55.414Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:55.414Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T23:06:55.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T23:06:55.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T23:06:55.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:55.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:55.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T23:06:55.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T23:06:55.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T23:06:55.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:55.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:55.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:55.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:55.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:55.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:55.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:55.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:55.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:06:55.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:06:55.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T23:06:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T23:06:55.452Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T23:06:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T23:06:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:06:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:55.453Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440015452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:56.454Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T23:06:56.454Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T23:06:56.454Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:06:56.454Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:06:56.455Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:06:56.455Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440016454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:06:57.456Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:06:57.483Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:06:57.487Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:06:57.488Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:06:57.488Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:06:57.488Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:06:57.488Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:06:57.488Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:06:57.488Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:06:57.488Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:06:57.488Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T23:06:57.503Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:07:27.503Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:07:27.514Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T23:07:27.514Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T23:07:27.515Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T23:07:27.521Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:07:27.530Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T23:07:27.531Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T23:07:27.537Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:07:27.690Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T23:07:27.691Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:07:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[237608], x-aai-txid=[1-aai-resources-230321-23:07:26:446-5442], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:07:27.691Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:07:27.691Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:07:27.692Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T23:07:27.697Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T23:07:27.697Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:07:27.697Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:07:27.697Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:27.697Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:27.697Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440047697, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:07:28.720Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:07:28.720Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:07:28.721Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:07:28.721Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:28.721Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:28.721Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:07:29.722Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:07:29.723Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:29.723Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:29.723Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:07:30.724Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:07:30.725Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:30.725Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:30.725Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:07:31.726Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:07:31.727Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:31.727Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:31.727Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:07:32.728Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:07:32.729Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:32.729Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:32.729Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:07:33.730Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:07:33.731Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:33.731Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:33.731Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:07:34.731Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:07:34.732Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:34.732Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:34.732Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:07:35.733Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:07:35.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:35.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:35.734Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:07:36.735Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:07:36.735Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:36.735Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:36.735Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:07:37.736Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:07:37.736Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:37.737Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:37.737Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:07:38.738Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T23:07:38.738Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:07:38.738Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T23:07:38.739Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T23:07:38.739Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:07:38.781Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:07:38.781Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:07:38.782Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:07:38.782Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T23:07:38.782Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:07:38.782Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:07:38.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:07:38.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@502ada00 2023-03-21T23:07:38.833Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:07:38.834Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:07:38.834Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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 8b453f05-7c27-49e3-aaaa-250da7e35e19 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:07:38.834Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:07:38.834Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:07:38.834Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:07:38.834Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:38.834Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:38.834Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440058834, "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-21T23:07:39.835Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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:8b453f05-7c27-49e3-aaaa-250da7e35e19) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T23:07:39.876Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists 2023-03-21T23:07:39.876Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:07:39.877Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists) 2023-03-21T23:07:39.877Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:07:39.877Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:39.877Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:39.877Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440059876, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:07:40.878Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:07:40.878Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists) 2023-03-21T23:07:40.879Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:07:40.879Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:07:40.879Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:07:40.879Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440060878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:07:41.879Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:07:41.902Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:07:41.906Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:07:41.907Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:07:41.907Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:07:41.907Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:07:41.907Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:07:41.907Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:07:41.907Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:07:41.908Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:07:41.908Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:07:41.923Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:07:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:07:49.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:07:49.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:07:49.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:11.924Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:08:11.934Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T23:08:11.934Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T23:08:11.934Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T23:08:11.938Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:08:11.948Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T23:08:11.949Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T23:08:11.957Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:08:12.098Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T23:08:12.099Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:08:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[274488], x-aai-txid=[1-aai-resources-230321-23:08:10:868-36798], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:08:12.099Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:08:12.099Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:08:12.100Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:08:12.103Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:08:12.103Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:08:12.103Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:08:12.104Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:12.104Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:12.104Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440092103, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:08:13.129Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:08:13.130Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:08:13.131Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:08:13.131Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:13.131Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:13.131Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:08:14.132Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:08:14.132Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:14.132Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:14.132Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:08:15.133Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:08:15.133Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:15.134Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:15.134Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:08:16.134Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:08:16.135Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:16.135Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:16.135Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:08:17.136Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:08:17.136Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:17.136Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:17.137Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:08:18.137Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:08:18.138Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:18.138Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:18.138Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:08:19.139Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:08:19.139Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:19.139Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:19.139Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:08:20.140Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:08:20.141Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:20.141Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:20.141Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:08:21.142Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T23:08:21.143Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:08:21.143Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T23:08:21.143Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T23:08:21.144Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:08:21.185Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:08:21.185Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:08:21.185Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:08:21.186Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T23:08:21.186Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:08:21.186Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:08:21.208Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:08:21.209Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1991b3cf 2023-03-21T23:08:21.209Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:08:21.209Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:08:21.209Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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 ebe5950d-5230-4fd7-b91c-10040c72a7c9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:08:21.209Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:08:21.209Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:08:21.209Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:08:21.210Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:21.210Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:21.210Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440101209, "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-21T23:08:22.211Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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:ebe5950d-5230-4fd7-b91c-10040c72a7c9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T23:08:22.252Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||ERROR|500||Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists 2023-03-21T23:08:22.252Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:08:22.252Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists) 2023-03-21T23:08:22.252Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:08:22.252Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:22.252Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:22.252Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440102252, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:08:23.253Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:08:23.253Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists) 2023-03-21T23:08:23.253Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:08:23.254Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:23.254Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:23.254Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440103253, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:08:24.254Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:08:24.281Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:08:24.285Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:08:24.285Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:08:24.285Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:08:24.285Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:08:24.285Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:08:24.285Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:08:24.285Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:08:24.286Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:08:24.286Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:08:24.300Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:08:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:08:49.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.173Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:08:49.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.175Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:08:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:08:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440013738, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T23:08:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.176Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440015452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T23:08:49.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440016454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T23:08:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440047697, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:08:49.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.177Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:08:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T23:08:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T23:08:49.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.178Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:08:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T23:08:49.179Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.179Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T23:08:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T23:08:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.180Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T23:08:49.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:08:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:08:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440058834, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:08:49.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.181Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440059876, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } 2023-03-21T23:08:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:49.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:08:49.182Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440060878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } 2023-03-21T23:08:49.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:08:54.301Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:08:54.312Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T23:08:54.312Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T23:08:54.312Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T23:08:54.318Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:08:54.330Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T23:08:54.330Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1161a61-cac8-42a2-b598-7b9723ae0517], X-ECOMP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-TransactionId=[], X-ONAP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], Content-Type=[application/merge-patch+json]} 2023-03-21T23:08:54.334Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:08:54.474Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:08:53 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[225360], x-aai-txid=[0-aai-resources-230321-23:08:53:244-34754], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:08:54.474Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:08:54.474Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T23:08:54.474Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:08:54.474Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:08:54.480Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:08:54.480Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:08:54.480Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:08:54.481Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:54.481Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:54.481Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440134480, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:08:55.511Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:08:55.511Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:08:55.512Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:08:55.512Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:55.512Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:55.512Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:08:56.512Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:08:56.513Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:56.513Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:56.513Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:08:57.514Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:08:57.514Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:57.514Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:57.514Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:08:58.515Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:08:58.515Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:58.515Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:58.515Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:08:59.516Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:08:59.517Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:08:59.517Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:08:59.517Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:09:00.518Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:09:00.518Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:00.518Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:00.518Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:09:01.519Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:09:01.520Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:01.520Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:01.520Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:09:02.521Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:09:02.521Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:02.521Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:02.521Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:09:03.523Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:09:03.523Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:03.523Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:03.523Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:09:04.526Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T23:09:04.526Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:09:04.526Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T23:09:04.526Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T23:09:04.527Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:09:04.566Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:09:04.567Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:09:04.567Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:09:04.567Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T23:09:04.567Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:09:04.568Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:09:04.592Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:09:04.592Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1fe100b9 2023-03-21T23:09:04.592Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:09:04.592Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:09:04.593Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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 5dee975a-7f55-4449-a1f5-aa20456c8216 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:09:04.593Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:09:04.593Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:09:04.593Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:09:04.593Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:04.593Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:04.593Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440144593, "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-21T23:09:05.594Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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:5dee975a-7f55-4449-a1f5-aa20456c8216) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T23:09:05.640Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||ERROR|500||Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists 2023-03-21T23:09:05.640Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:09:05.640Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists) 2023-03-21T23:09:05.640Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:09:05.640Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:05.641Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:05.641Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440145640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:09:06.641Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:09:06.642Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists) 2023-03-21T23:09:06.642Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:09:06.642Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:06.642Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:06.642Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440146641, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:09:07.643Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:09:07.666Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:09:07.671Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:09:07.671Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:09:07.671Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:09:07.671Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:09:07.671Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:09:07.671Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:09:07.671Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:09:07.671Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:09:07.671Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:09:07.686Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:09:37.686Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:09:37.698Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T23:09:37.699Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T23:09:37.700Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T23:09:37.706Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:09:37.716Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T23:09:37.717Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c5821dfe-944b-4d63-907e-c8a9b2c04b3d], X-ECOMP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], X-TransactionId=[], X-ONAP-RequestID=[b7871da8-effd-431d-a9ff-63eba3bd63d2], Content-Type=[application/merge-patch+json]} 2023-03-21T23:09:37.723Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:09:37.879Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:09:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[208944], x-aai-txid=[2-aai-resources-230321-23:09:36:631-94020], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:09:37.880Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:09:37.880Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T23:09:37.881Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:09:37.881Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:09:37.885Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:09:37.886Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:09:37.886Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:09:37.887Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:37.887Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:37.887Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440177886, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:09:38.914Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:09:38.914Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"1730a31c-6753-4a08-aae8-7d58b8d7d655","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"27f5ccc4-d817-4ebf-a428-29d3f28c84e2","serviceDescription":"service","serviceInvariantUUID":"680439e8-559c-47b7-bba9-2cf929a66403","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c","resourceInvariantUUID":"1576bb0a-57a7-4a23-b6a6-5bc6e281ec29","resourceCustomizationUUID":"0da37cbb-9241-40a0-92d9-f83c9e0485cf","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":"MzA3MDVjZmRmYzk1MDQ0YWI4ZGZjNjJmZTE5NWJlYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad5ab004-4bee-4c36-8d08-1dc1195c8e46","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":"979932fe-7833-4694-ae40-a97babb6e0b6","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":"7becd4ac-55ee-4f1e-93b6-9aca58fa737b","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":"OGEzYjk5NTI2NWEyNzc1MGVmOTQ5NmU0NjMyNGY5ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02a28dd9-3085-441c-9216-4ea63ea6fb65","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":"486b77b3-c771-408b-821c-2aeaa75eae2b","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":"df687656-0f60-4963-8316-5e6b16dd94ac","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":"a1a01667-0052-41b8-ad9d-8b227f9192f1","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":"NzZkOGI0N2U3MTJhYzMxM2YzNWNhYTAxYmUxMGZjZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"328f3a88-98bc-44ba-9e1c-ee0ba24c47dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"955effc8-3820-4d7a-8b91-f129e875b6b9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:09:38.915Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:09:38.915Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:38.915Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:38.915Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:09:39.915Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:09:39.916Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:39.916Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:39.916Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:09:40.917Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:09:40.917Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:40.917Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:40.917Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:09:41.918Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:09:41.918Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:41.918Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:41.919Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:09:42.919Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:09:42.920Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:42.920Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:42.920Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:09:43.920Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:09:43.921Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:43.921Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:43.921Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:09:44.922Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:09:44.922Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:44.922Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:44.922Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:09:45.923Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:09:45.923Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:45.923Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:45.923Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:09:46.924Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:09:46.924Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:46.924Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:46.924Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:09:47.925Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "27f5ccc4-d817-4ebf-a428-29d3f28c84e2", "serviceDescription": "service", "serviceInvariantUUID": "680439e8-559c-47b7-bba9-2cf929a66403", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0da37cbb-9241-40a0-92d9-f83c9e0485cf", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c", "resourceInvariantUUID": "1576bb0a-57a7-4a23-b6a6-5bc6e281ec29", "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": "YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "955effc8-3820-4d7a-8b91-f129e875b6b9" } ], "workloadContext": "Production" } 2023-03-21T23:09:47.925Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:09:47.925Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC 2023-03-21T23:09:47.926Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:1730a31c-6753-4a08-aae8-7d58b8d7d655 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ServiceInvariantUUID:680439e8-559c-47b7-bba9-2cf929a66403 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:955effc8-3820-4d7a-8b91-f129e875b6b9 ArtifactChecksum:YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0da37cbb-9241-40a0-92d9-f83c9e0485cf ResourceInvariantUUID:1576bb0a-57a7-4a23-b6a6-5bc6e281ec29 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T23:09:47.926Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:09:47.971Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:09:47.972Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:09:47.972Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:09:47.972Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T23:09:47.972Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:09:47.972Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:09:47.991Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:09:47.991Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@79c9e8b4 2023-03-21T23:09:47.991Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:09:47.991Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:09:47.992Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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 955effc8-3820-4d7a-8b91-f129e875b6b9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:09:47.992Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:09:47.992Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:09:47.992Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:09:47.992Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:47.992Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:47.992Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440187992, "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-21T23:09:48.993Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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:955effc8-3820-4d7a-8b91-f129e875b6b9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T23:09:49.027Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||ERROR|500||Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists 2023-03-21T23:09:49.027Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:09:49.027Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists) 2023-03-21T23:09:49.028Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:09:49.028Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:49.028Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:49.028Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440189027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:09:49.172Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:09:49.172Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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-21T23:09:49.184Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T23:09:49.185Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T23:09:49.189Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=72, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T23:09:49.189Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 72: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T23:09:49.204Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=72, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T23:09:49.205Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T23:09:49.205Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T23:09:49.208Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T23:09:49.208Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:09:49.208Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:09:49.208Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=2966, offsetEpoch=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-21T23:09:49.208Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:09:49.208Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:09:50.029Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:09:50.029Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists) 2023-03-21T23:09:50.029Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:09:50.030Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:09:50.030Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:09:50.030Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440190029, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:09:50.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.227Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440092103, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:09:50.227Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.228Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.228Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T23:09:50.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.228Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T23:09:50.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.229Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.229Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T23:09:50.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.229Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.230Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.230Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:09:50.230Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.230Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440101209, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:09:50.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440102252, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } 2023-03-21T23:09:50.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440103253, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } 2023-03-21T23:09:50.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.231Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440134480, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:09:50.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.232Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.232Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.232Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.232Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.233Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.233Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.234Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.234Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.234Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:09:50.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.234Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440144593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:09:50.235Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.235Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440145640, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } 2023-03-21T23:09:50.235Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.235Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440146641, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } 2023-03-21T23:09:50.235Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.235Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440177886, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:09:50.235Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.236Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.236Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.236Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.236Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.237Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.237Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.237Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.237Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.237Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.237Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.237Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.237Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440187992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440189027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:50.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-21T23:09:50.239Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440190029, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } 2023-03-21T23:09:50.239Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:09:51.030Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:09:51.056Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:09:51.060Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:09:51.060Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:09:51.060Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:09:51.060Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:09:51.060Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:09:51.060Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:09:51.060Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:09:51.060Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:09:51.060Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:09:51.071Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:10:21.072Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:10:21.083Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and serviceModelVersionId: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T23:10:21.083Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 680439e8-559c-47b7-bba9-2cf929a66403 2023-03-21T23:10:21.083Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 2023-03-21T23:10:21.088Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:10:21.100Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T23:10:21.101Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||Invoke 2023-03-21T23:10:21.105Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:10:21.264Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||InvokeReturn 2023-03-21T23:10:21.264Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:10:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[594016], x-aai-txid=[0-aai-resources-230321-23:10:20:016-15483], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:10:21.265Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:10:21.266Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:10:21.266Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:10:21.273Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:10:21.273Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1730a31c-6753-4a08-aae8-7d58b8d7d655 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:10:21.274Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:10:21.274Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:10:21.274Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:10:21.274Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440221274, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:10:22.307Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:10:22.308Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"be804afb-371a-4e4a-b452-fe3d631d4d8a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b14a5d24-609a-4621-9245-02be9977a28a","serviceDescription":"service","serviceInvariantUUID":"136d285d-e4af-4545-81bf-7e9378a9c864","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b7a575d-86f2-47f1-80b7-9760bf67f0cf","resourceInvariantUUID":"f6a448c5-fe60-44c5-a04c-5173ae5e57e8","resourceCustomizationUUID":"670ba865-de8e-4900-8a19-cb55a379368b","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":"OWQzZTY3NTJlMWVlYTg5MDVhMzZmNzlhNTI2NDk3ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89a26d38-c868-4647-810f-24c563d14fb3","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":"955b57b9-cf0f-4221-9f6b-9eafd43bd3ca","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":"9a08c3da-1608-41d7-b522-41ba5acb403b","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":"ZmM5NjAyNGIxNTI0ZTFhMjIzOTY2NTRlNTgzODU3NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5facb907-bc63-4a2e-bfd5-0ef0fee184b4","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":"972c44fc-576c-4e2d-939e-f61244671d56","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":"65118ee5-bc61-4d1f-bc32-f83be325c9f3","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":"7d3af18c-1ff3-48ca-b258-3d5721f48252","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":"NGFlNzIxYzRkZTQ3NDRkMjM5YzZkMzZhMjMxZTVkNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc877855-6d4d-4dca-836e-0500d59f9740","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc5bb7d8-11b2-4e60-a503-312fc026e411","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:10:22.308Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:10:22.308Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:10:22.308Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:10:22.308Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:10:23.309Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:10:23.309Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:10:23.309Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:10:23.309Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:10:24.310Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:10:24.310Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:10:24.310Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:10:24.310Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:10:25.312Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:10:25.312Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:10:25.312Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:10:25.312Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:10:26.313Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:10:26.314Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:10:26.314Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:10:26.314Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:10:27.315Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:10:27.315Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:10:27.315Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:10:27.315Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:10:28.316Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:10:28.316Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:10:28.316Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:10:28.316Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:10:29.322Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:10:29.322Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:10:29.322Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:10:29.322Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "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-21T23:10:30.323Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:10:30.323Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:10:30.324Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:10:30.324Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:10:31.324Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b14a5d24-609a-4621-9245-02be9977a28a", "serviceDescription": "service", "serviceInvariantUUID": "136d285d-e4af-4545-81bf-7e9378a9c864", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "670ba865-de8e-4900-8a19-cb55a379368b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7b7a575d-86f2-47f1-80b7-9760bf67f0cf", "resourceInvariantUUID": "f6a448c5-fe60-44c5-a04c-5173ae5e57e8", "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": "Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dc5bb7d8-11b2-4e60-a503-312fc026e411" } ], "workloadContext": "Production" } 2023-03-21T23:10:31.325Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:10:31.325Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b14a5d24-609a-4621-9245-02be9977a28a ASDC 2023-03-21T23:10:31.326Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:be804afb-371a-4e4a-b452-fe3d631d4d8a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b14a5d24-609a-4621-9245-02be9977a28a ServiceInvariantUUID:136d285d-e4af-4545-81bf-7e9378a9c864 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:dc5bb7d8-11b2-4e60-a503-312fc026e411 ArtifactChecksum:Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:670ba865-de8e-4900-8a19-cb55a379368b ResourceInvariantUUID:f6a448c5-fe60-44c5-a04c-5173ae5e57e8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:7b7a575d-86f2-47f1-80b7-9760bf67f0cf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T23:10:31.326Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b14a5d24-609a-4621-9245-02be9977a28a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:10:31.367Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:10:31.368Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:10:31.368Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:10:31.368Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dc5bb7d8-11b2-4e60-a503-312fc026e411 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T23:10:31.368Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:10:31.368Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:10:31.385Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:10:31.385Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@35f1289b 2023-03-21T23:10:31.385Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:10:31.385Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:10:31.385Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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 dc5bb7d8-11b2-4e60-a503-312fc026e411 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:10:31.385Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:10:31.385Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:10:31.385Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:10:31.385Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:10:31.386Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:10:31.386Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440231385, "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-21T23:10:32.386Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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:dc5bb7d8-11b2-4e60-a503-312fc026e411) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T23:10:32.397Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:10:32.397Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b7a575d-86f2-47f1-80b7-9760bf67f0cf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T23:10:32.401Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:10:32.427Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf test-pnf 2023-03-21T23:10:32.427Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T23:10:32.427Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T23:10:32.427Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 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-21T23:10:32.431Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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$$2da00d2a.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-21T23:10:32.451Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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$$2da00d2a.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-21T23:10:32.455Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 0 ASDC deployResourceStructure 2023-03-21T23:10:32.455Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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$$2da00d2a.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-21T23:10:32.456Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:10:32.456Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:10:32.456Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:10:32.456Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:10:32.456Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:10:32.456Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440232456, "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-21T23:10:33.457Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:10:33.482Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:10:33.486Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:10:33.486Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:10:33.486Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:10:33.487Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:10:33.487Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:10:33.487Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:10:33.487Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:10:33.487Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T23:10:33.487Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:10:33.498Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:10:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:10:49.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T23:10:49.181Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440221274, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:10:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:10:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T23:10:49.182Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:10:49.182Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:10:49.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T23:10:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T23:10:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:10:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T23:10:49.183Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T23:10:49.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:10:49.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T23:10:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T23:10:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:10:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T23:10:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:10:49.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:10:49.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T23:10:49.184Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:10:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:10:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T23:10:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:10:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:10:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T23:10:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:10:49.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:10:49.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T23:10:49.185Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679439484675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:10:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:10:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T23:10:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440231385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:10:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:10:49.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-03-21T23:10:49.186Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440232456, "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-21T23:10:49.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:11:03.498Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:11:03.506Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and serviceModelVersionId: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T23:11:03.506Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 136d285d-e4af-4545-81bf-7e9378a9c864 2023-03-21T23:11:03.507Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 2023-03-21T23:11:03.512Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:11:03.526Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||Invoke 2023-03-21T23:11:03.526Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[65541021-4651-49af-8fe8-104d9dd5307c], X-ECOMP-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], X-TransactionId=[], X-ONAP-RequestID=[be804afb-371a-4e4a-b452-fe3d631d4d8a], Content-Type=[application/merge-patch+json]} 2023-03-21T23:11:03.530Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T23:11:03.673Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:11:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[278592], x-aai-txid=[0-aai-resources-230321-23:11:02:441-77145], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:11:03.673Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:11:03.673Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||InvokeReturn 2023-03-21T23:11:03.674Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:11:03.674Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:11:03.679Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:11:03.679Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be804afb-371a-4e4a-b452-fe3d631d4d8a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T23:11:03.679Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:11:03.679Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:11:03.679Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:11:03.679Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440263679, "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-21T23:11:04.707Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:11:04.707Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T23:11:04.708Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-21T23:11:04.709Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 2 disconnected. 2023-03-21T23:11:04.709Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T23:11:04.709Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T23:11:04.709Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T23:11:04.709Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T23:11:04.712Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T23:11:04.712Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-7db6ca34-41dd-4205-bee5-b929341248d3 2023-03-21T23:11:04.712Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T23:11:04.712Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T23:11:07.580Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:10.590Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:13.599Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:16.607Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:19.614Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:22.620Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:25.629Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:28.637Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:31.645Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:34.654Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:37.664Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:40.678Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:43.687Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:46.695Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:11:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:11:49.185Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T23:11:49.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T23:11:49.191Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=73, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T23:11:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=73, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-7db6ca34-41dd-4205-bee5-b929341248d3', protocol='range'} 2023-03-21T23:11:49.193Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T23:11:49.193Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T23:11:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T23:11:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T23:11:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T23:11:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T23:11:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 73: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-7db6ca34-41dd-4205-bee5-b929341248d3=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T23:11:49.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=73, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T23:11:49.207Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=73, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-7db6ca34-41dd-4205-bee5-b929341248d3', protocol='range'} 2023-03-21T23:11:49.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T23:11:49.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T23:11:49.208Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T23:11:49.208Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T23:11:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T23:11:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:11:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:11:49.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3016, offsetEpoch=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-21T23:11:49.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:11:49.212Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:11:49.215Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T23:11:49.216Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:11:49.216Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:11:49.216Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T23:11:49.216Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:11:49.216Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:11:50.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:11:50.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440263679, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T23:11:50.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:11:50.271Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:11:50.271Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"643bc0dd-331c-4d62-a101-500bfa4e7986","serviceName":"basic_onboard_gZZRLD","serviceVersion":"1.0","serviceUUID":"f10c366f-d589-43d2-838a-6bcc29e2a795","serviceDescription":"service","serviceInvariantUUID":"d2811ac2-838e-4c42-b468-728a3337d7f0","resources":[{"resourceInstanceName":"basic_onboard_gZZRLD 0","resourceName":"basic_onboard_gZZRLD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c130f231-bcf4-4a20-96c3-d69acafd04e1","resourceInvariantUUID":"fd710250-996c-4675-b9a3-e7c482d85226","resourceCustomizationUUID":"280dd97c-de35-40f1-8428-58c84286a20a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml","artifactChecksum":"NDhmYTA5NTQzYTdkMWE5ZTlmYjhhYTRmYWJkZTRiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e18f02f-1f91-47c0-8880-b8e973231ad0","artifactVersion":"1"},{"artifactName":"basic_onboard_gzzrld0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json","artifactChecksum":"NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1d5582d-8896-49db-8379-e62ae9094e26","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"927d6530-457c-41a9-91d4-c495fb837047","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"541a301b-aaaf-4662-ac4d-7b0f2e6c2d14","artifactVersion":"2","generatedFromUUID":"f2f52ddf-c437-4206-a3e5-280113897cc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGzzrld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml","artifactChecksum":"YWRmZTVmMjE2NDQ5YTBhMDIzNGRlNThiYzRkZTc5MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb96f069-8373-4812-89f5-0c055aa131ff","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGzzrld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar","artifactChecksum":"MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55346c55-f0cf-46c0-b3ed-30b273969afe","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:11:50.272Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:11:50.272Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:11:50.272Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:11:50.272Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:11:51.273Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:11:51.273Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:11:51.273Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:11:51.273Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:11:52.274Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:11:52.274Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:11:52.275Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:11:52.275Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:11:53.275Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:11:53.276Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:11:53.276Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:11:53.276Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:11:54.277Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:11:54.277Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:11:54.277Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:11:54.277Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:11:55.278Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:11:55.278Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:11:55.279Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:11:55.279Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:11:56.279Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:11:56.279Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:11:56.280Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:11:56.280Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:11:57.280Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "serviceName": "basic_onboard_gZZRLD", "serviceVersion": "1.0", "serviceUUID": "f10c366f-d589-43d2-838a-6bcc29e2a795", "serviceDescription": "service", "serviceInvariantUUID": "d2811ac2-838e-4c42-b468-728a3337d7f0", "resources": [ { "resourceInstanceName": "basic_onboard_gZZRLD 0", "resourceCustomizationUUID": "280dd97c-de35-40f1-8428-58c84286a20a", "resourceName": "basic_onboard_gZZRLD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c130f231-bcf4-4a20-96c3-d69acafd04e1", "resourceInvariantUUID": "fd710250-996c-4675-b9a3-e7c482d85226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gzzrld0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "artifactChecksum": "NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e1d5582d-8896-49db-8379-e62ae9094e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "generatedFromUUID": "f2f52ddf-c437-4206-a3e5-280113897cc0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "541a301b-aaaf-4662-ac4d-7b0f2e6c2d14", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGzzrld-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "artifactChecksum": "MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55346c55-f0cf-46c0-b3ed-30b273969afe" } ], "workloadContext": "Production" } 2023-03-21T23:11:57.281Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:11:57.281Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC 2023-03-21T23:11:57.281Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:643bc0dd-331c-4d62-a101-500bfa4e7986 ServiceName:basic_onboard_gZZRLD ServiceVersion:1.0 ServiceUUID:f10c366f-d589-43d2-838a-6bcc29e2a795 ServiceInvariantUUID:d2811ac2-838e-4c42-b468-728a3337d7f0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGzzrld-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ArtifactUUID:55346c55-f0cf-46c0-b3ed-30b273969afe ArtifactChecksum:MjI4YTIzMDc0YWUzYWIwNmExYzY1ZmQ3MTQyY2Y5ZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_gZZRLD 0 ResourceCustomizationUUID:280dd97c-de35-40f1-8428-58c84286a20a ResourceInvariantUUID:fd710250-996c-4675-b9a3-e7c482d85226 ResourceName:basic_onboard_gZZRLD ResourceType:VF ResourceUUID:c130f231-bcf4-4a20-96c3-d69acafd04e1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gzzrld0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ArtifactUUID:e1d5582d-8896-49db-8379-e62ae9094e26 ArtifactChecksum:NzkyY2M3Nzc2NjYxNTM2ODU5MTBmZGVmYzY4MmQwYWE= 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml ArtifactUUID:f2f52ddf-c437-4206-a3e5-280113897cc0 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 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/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env ArtifactUUID:541a301b-aaaf-4662-ac4d-7b0f2e6c2d14 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T23:11:57.281Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f10c366f-d589-43d2-838a-6bcc29e2a795 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:11:57.318Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:11:57.319Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:11:57.319Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:11:57.319Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 55346c55-f0cf-46c0-b3ed-30b273969afe from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T23:11:57.319Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:11:57.319Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 2023-03-21T23:11:57.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:11:57.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@144fff3f 2023-03-21T23:11:57.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:11:57.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T23:11:57.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardGzzrld-csar.csar /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar 55346c55-f0cf-46c0-b3ed-30b273969afe Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:11:57.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar ASDC sendASDCNotification 2023-03-21T23:11:57.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(Specified artifact is not found) 2023-03-21T23:11:57.348Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:11:57.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:11:57.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:11:57.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440317348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:11:58.349Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-BasicOnboardGzzrld-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar(UUID:55346c55-f0cf-46c0-b3ed-30b273969afe) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T23:11:58.363Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T23:11:58.364Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-21T23:11:58.366Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||basic_onboard_gZZRLD 0 2023-03-21T23:11:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c130f231-bcf4-4a20-96c3-d69acafd04e1 2023-03-21T23:11:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e1d5582d-8896-49db-8379-e62ae9094e26 from URL: /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T23:11:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:11:58.367Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json 2023-03-21T23:11:58.384Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:11:58.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1ddb3eb 2023-03-21T23:11:58.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:11:58.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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": [ "BasicOnboardGzzrld" ] } } } 2023-03-21T23:11:58.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_gzzrld0_modules.json /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json e1d5582d-8896-49db-8379-e62ae9094e26 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:11:58.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json ASDC sendASDCNotification 2023-03-21T23:11:58.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(Specified artifact is not found) 2023-03-21T23:11:58.385Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:11:58.386Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:11:58.386Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:11:58.386Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440318385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:11:59.386Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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_gzzrld0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json(UUID:e1d5582d-8896-49db-8379-e62ae9094e26) Error message 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-21T23:11:59.387Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:11:59.411Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:11:59.415Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:11:59.415Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:12:29.416Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:12:29.448Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:12:29.452Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:12:29.452Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:12:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:12:49.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:12:49.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:12:49.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:12:59.453Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:12:59.514Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:12:59.534Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:12:59.534Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:13:29.534Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:13:29.555Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:13:29.559Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:13:29.559Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:13:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:13:49.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:13:49.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "NOTIFIED" } 2023-03-21T23:13:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:13:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:13:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-21T23:13:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:13:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:13:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:13:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:13:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:13:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-21T23:13:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:13:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:13:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:13:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:13:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:13:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:13:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:13:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:13:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440317348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/artifacts/service-BasicOnboardGzzrld-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:13:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:13:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:13:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440318385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGzzrld/1.0/resourceInstances/basic_onboard_gzzrld0/artifacts/basic_onboard_gzzrld0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:13:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:13:59.559Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:13:59.596Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:13:59.600Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:13:59.600Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:14:29.600Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:14:29.621Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:14:29.625Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:14:29.626Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:14:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:14:59.626Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:14:59.640Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:14:59.643Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:14:59.643Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:15:29.644Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:15:29.660Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:15:29.662Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:15:29.663Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:15:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:15:59.663Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:15:59.670Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:15:59.672Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:15:59.672Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:16:29.672Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:16:29.685Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:16:29.688Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-21T23:16:29.688Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-21T23:16:49.173Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:16:50.355Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T23:16:50.356Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-7db6ca34-41dd-4205-bee5-b929341248d3 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-21T23:16:50.356Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-21T23:16:50.356Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-21T23:16:52.816Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:16:52.828Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T23:16:52.829Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T23:16:52.832Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=74, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T23:16:52.832Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 74: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T23:16:52.846Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=74, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T23:16:52.847Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T23:16:52.847Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T23:16:52.850Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T23:16:52.850Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:16:52.850Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:16:52.850Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3026, offsetEpoch=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-21T23:16:52.850Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:16:52.850Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:16:59.688Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-21T23:16:59.688Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:16:59.699Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 643bc0dd-331c-4d62-a101-500bfa4e7986 and serviceModelVersionId: f10c366f-d589-43d2-838a-6bcc29e2a795 2023-03-21T23:16:59.699Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2811ac2-838e-4c42-b468-728a3337d7f0 2023-03-21T23:16:59.699Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 2023-03-21T23:16:59.703Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:16:59.715Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T23:16:59.717Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||Invoke 2023-03-21T23:16:59.722Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T23:16:59.870Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0|INFO|500||InvokeReturn 2023-03-21T23:16:59.871Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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/d2811ac2-838e-4c42-b468-728a3337d7f0/model-vers/model-ver/f10c366f-d589-43d2-838a-6bcc29e2a795?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:16:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[196672], x-aai-txid=[0-aai-resources-230321-23:16:58:631-25075], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:16:59.871Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:16:59.872Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:16:59.872Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T23:16:59.876Z|643bc0dd-331c-4d62-a101-500bfa4e7986|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-21T23:16:59.876Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 643bc0dd-331c-4d62-a101-500bfa4e7986 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2023-03-21T23:16:59.876Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-21T23:16:59.876Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:16:59.876Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:16:59.877Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440619876, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:16:59.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:16:59.895Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "643bc0dd-331c-4d62-a101-500bfa4e7986", "consumerID": "SO-sdc-controller", "timestamp": 1679440619876, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2023-03-21T23:16:59.896Z||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-21T23:17:00.896Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:17:00.897Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"3996a48b-3737-4361-bb54-e6896ebd2dd6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"69372741-37eb-434d-90d8-4f18aebd76b5","serviceDescription":"service","serviceInvariantUUID":"3a7881f4-b67e-43bf-9578-ace0a2d05544","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"82b0fe30-6e6e-4f5c-b140-aa030a1de798","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":"ODJiOGNmMDMxYTI1YTdiNjE2NjFlODM1OGI5NTI4YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823dd179-897c-46af-bd0d-fd21ae8ca3e9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0dac06e-923a-43a3-8c22-631f8d3ae8e9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:17:00.897Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:17:00.897Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:00.897Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:00.897Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:17:01.898Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:17:01.900Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:01.901Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:01.901Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:17:02.901Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "69372741-37eb-434d-90d8-4f18aebd76b5", "serviceDescription": "service", "serviceInvariantUUID": "3a7881f4-b67e-43bf-9578-ace0a2d05544", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82b0fe30-6e6e-4f5c-b140-aa030a1de798", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0dac06e-923a-43a3-8c22-631f8d3ae8e9" } ], "workloadContext": "Production" } 2023-03-21T23:17:02.902Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:17:02.902Z|643bc0dd-331c-4d62-a101-500bfa4e7986|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC 2023-03-21T23:17:02.902Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:3996a48b-3737-4361-bb54-e6896ebd2dd6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:69372741-37eb-434d-90d8-4f18aebd76b5 ServiceInvariantUUID:3a7881f4-b67e-43bf-9578-ace0a2d05544 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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9 ArtifactChecksum:NTQxMWE1YzNhNDI5NzIxZTdiNDYwZjlhZmIwMzdlZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82b0fe30-6e6e-4f5c-b140-aa030a1de798 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-21T23:17:02.902Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69372741-37eb-434d-90d8-4f18aebd76b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:17:02.929Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:17:02.930Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:17:02.930Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:17:02.930Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-21T23:17:02.930Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:17:02.930Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:17:02.963Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:17:02.963Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3be8ca9b 2023-03-21T23:17:02.963Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:17:02.964Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:17:02.964Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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 b0dac06e-923a-43a3-8c22-631f8d3ae8e9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:17:02.964Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:17:02.964Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:17:02.964Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:17:02.964Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:02.964Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:02.964Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679440622964, "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-21T23:17:03.965Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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:b0dac06e-923a-43a3-8c22-631f8d3ae8e9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T23:17:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||ERROR|500||Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists 2023-03-21T23:17:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:17:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists) 2023-03-21T23:17:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:17:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:03.993Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679440623993, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:17:04.994Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:17:04.994Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-21T23:17:04.995Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:17:04.995Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:04.995Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:04.995Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679440624994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:17:05.996Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:17:06.007Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:17:06.009Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:17:06.009Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:17:06.009Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:17:06.009Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:17:06.009Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:17:06.009Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:17:06.009Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:17:06.009Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:17:06.010Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:17:06.016Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:17:36.016Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:17:36.026Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3996a48b-3737-4361-bb54-e6896ebd2dd6 and serviceModelVersionId: 69372741-37eb-434d-90d8-4f18aebd76b5 2023-03-21T23:17:36.026Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a7881f4-b67e-43bf-9578-ace0a2d05544 2023-03-21T23:17:36.027Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 2023-03-21T23:17:36.033Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:17:36.054Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||Invoke 2023-03-21T23:17:36.055Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3b21c4a4-9a1f-4291-98b7-1648d1ce13d4], X-ECOMP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], X-TransactionId=[], X-ONAP-RequestID=[3996a48b-3737-4361-bb54-e6896ebd2dd6], Content-Type=[application/merge-patch+json]} 2023-03-21T23:17:36.060Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:17:36.203Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:17:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[495712], x-aai-txid=[2-aai-resources-230321-23:17:34:968-9422], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:17:36.203Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:17:36.204Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3a7881f4-b67e-43bf-9578-ace0a2d05544/model-vers/model-ver/69372741-37eb-434d-90d8-4f18aebd76b5?depth=0|INFO|500||InvokeReturn 2023-03-21T23:17:36.204Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:17:36.204Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:17:36.212Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|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-21T23:17:36.212Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3996a48b-3737-4361-bb54-e6896ebd2dd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:17:36.212Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:17:36.213Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:36.213Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:36.213Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679440656212, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:17:37.225Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:17:37.225Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"f9c5b6b1-766a-4ced-afee-030d481839ea","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"78745ee9-54c5-42a2-88ed-c250fd19849c","serviceDescription":"service","serviceInvariantUUID":"6e202c3c-abbf-41d2-99e8-93de82e04bee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf51a498-dac0-426b-a618-1ea2fb828959","resourceInvariantUUID":"df1b722b-474e-4a65-9afb-b2516982e63e","resourceCustomizationUUID":"c024c9a5-a999-4353-a263-79c3bf56b5e5","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":"ZjIxOGQxNmFmY2Y3MzY4NGI0ZTA1NmFlYjJiYWU2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c2bcf82-285b-4488-8a04-56639ac737a1","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":"NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a20b6f-dd3c-4243-9748-dd284b9d77f8","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":"97295f6e-3f7e-4227-a366-29d442ab7425","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":"f2b96312-6297-4537-a78f-a13716f54ade","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":"bd22b9b3-92ec-4eb5-a51f-97d25de46976","artifactVersion":"2","generatedFromUUID":"97295f6e-3f7e-4227-a366-29d442ab7425"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzU3ODUwNzhkNWJlYjY2NWQ1NmIwMDNmZWI3NjIyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba722542-0563-4567-8701-b12d617ffe5a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f34787-68b1-43bf-b717-a85f981bf1e0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:17:37.225Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:17:37.225Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:37.226Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:37.226Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:17:38.226Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:17:38.227Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:38.227Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:38.227Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:17:39.228Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:17:39.228Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:39.228Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:39.228Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:17:40.229Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:17:40.229Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:40.229Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:40.230Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:17:41.230Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:17:41.230Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:41.231Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:41.231Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:17:42.231Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:17:42.231Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:42.231Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:42.232Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:17:43.232Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:17:43.232Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:43.232Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:43.233Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:17:44.234Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "78745ee9-54c5-42a2-88ed-c250fd19849c", "serviceDescription": "service", "serviceInvariantUUID": "6e202c3c-abbf-41d2-99e8-93de82e04bee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c024c9a5-a999-4353-a263-79c3bf56b5e5", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bf51a498-dac0-426b-a618-1ea2fb828959", "resourceInvariantUUID": "df1b722b-474e-4a65-9afb-b2516982e63e", "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": "NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55a20b6f-dd3c-4243-9748-dd284b9d77f8", "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": "97295f6e-3f7e-4227-a366-29d442ab7425", "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "generatedFromUUID": "97295f6e-3f7e-4227-a366-29d442ab7425" }, "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": "bd22b9b3-92ec-4eb5-a51f-97d25de46976", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35f34787-68b1-43bf-b717-a85f981bf1e0" } ], "workloadContext": "Production" } 2023-03-21T23:17:44.234Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:17:44.235Z|3996a48b-3737-4361-bb54-e6896ebd2dd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC 2023-03-21T23:17:44.235Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f9c5b6b1-766a-4ced-afee-030d481839ea ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:78745ee9-54c5-42a2-88ed-c250fd19849c ServiceInvariantUUID:6e202c3c-abbf-41d2-99e8-93de82e04bee 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:35f34787-68b1-43bf-b717-a85f981bf1e0 ArtifactChecksum:OWM2YzliNzExMmZlYTY1YWNlNGJmNzBjYzRmODEzNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c024c9a5-a999-4353-a263-79c3bf56b5e5 ResourceInvariantUUID:df1b722b-474e-4a65-9afb-b2516982e63e ResourceName:basic_vm ResourceType:VF ResourceUUID:bf51a498-dac0-426b-a618-1ea2fb828959 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:55a20b6f-dd3c-4243-9748-dd284b9d77f8 ArtifactChecksum:NjNkN2M2YWQ5NTNiZTU2ZTBiNzM5MTIwYTQ0YTA5ZWI= 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:97295f6e-3f7e-4227-a366-29d442ab7425 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 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:bd22b9b3-92ec-4eb5-a51f-97d25de46976 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T23:17:44.235Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78745ee9-54c5-42a2-88ed-c250fd19849c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:17:44.269Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:17:44.269Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:17:44.269Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:17:44.270Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-21T23:17:44.270Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:17:44.270Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:17:44.295Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:17:44.295Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3b6dd97e 2023-03-21T23:17:44.296Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:17:44.296Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:17:44.297Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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 35f34787-68b1-43bf-b717-a85f981bf1e0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:17:44.297Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:17:44.297Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:17:44.297Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:17:44.297Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:44.298Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:44.298Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440664297, "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-21T23:17:45.299Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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:35f34787-68b1-43bf-b717-a85f981bf1e0) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T23:17:45.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||ERROR|500||Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists 2023-03-21T23:17:45.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:17:45.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists) 2023-03-21T23:17:45.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:17:45.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:45.331Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:45.332Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440665331, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:17:46.332Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:17:46.333Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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: bf51a498-dac0-426b-a618-1ea2fb828959 already exists) 2023-03-21T23:17:46.333Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:17:46.333Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:17:46.333Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:17:46.333Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440666332, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:17:47.334Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:17:47.344Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:17:47.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:17:47.345Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:17:47.346Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:17:47.346Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:17:47.346Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:17:47.346Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:17:47.346Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:17:47.346Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:17:47.346Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:17:47.352Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:17:49.174Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:17:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:17:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679440622964, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679440623993, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b0dac06e-923a-43a3-8c22-631f8d3ae8e9 already exists" } 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679440624994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3996a48b-3737-4361-bb54-e6896ebd2dd6", "consumerID": "SO-sdc-controller", "timestamp": 1679440656212, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:17:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:17:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440664297, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:17:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440665331, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 35f34787-68b1-43bf-b717-a85f981bf1e0 already exists" } 2023-03-21T23:17:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:17:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:17:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440666332, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: bf51a498-dac0-426b-a618-1ea2fb828959 already exists" } 2023-03-21T23:17:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:18:17.353Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9c5b6b1-766a-4ced-afee-030d481839ea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:18:17.356Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9c5b6b1-766a-4ced-afee-030d481839ea and serviceModelVersionId: 78745ee9-54c5-42a2-88ed-c250fd19849c 2023-03-21T23:18:17.356Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e202c3c-abbf-41d2-99e8-93de82e04bee 2023-03-21T23:18:17.356Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 2023-03-21T23:18:17.359Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:18:17.368Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T23:18:17.369Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||Invoke 2023-03-21T23:18:17.378Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:18:17.526Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0|INFO|500||InvokeReturn 2023-03-21T23:18:17.527Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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/6e202c3c-abbf-41d2-99e8-93de82e04bee/model-vers/model-ver/78745ee9-54c5-42a2-88ed-c250fd19849c?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:18:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[180304], x-aai-txid=[0-aai-resources-230321-23:18:16:287-8021], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:18:17.527Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:18:17.528Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:18:17.528Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:18:17.541Z|f9c5b6b1-766a-4ced-afee-030d481839ea|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-21T23:18:17.541Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9c5b6b1-766a-4ced-afee-030d481839ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:18:17.541Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:18:17.542Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:18:17.542Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:18:17.542Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440697541, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:18:18.552Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:18:18.553Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"17941763-036d-4888-a88c-4572990b6d2d","serviceName":"Demo_pNF_RRbFsaT7EhzEit2IYefF","serviceVersion":"1.0","serviceUUID":"682b9bc4-ced1-41fb-9ce9-7feda6c1296d","serviceDescription":"catalog service description","serviceInvariantUUID":"048b380f-1c92-456f-9dc8-d0b9f4b28d8c","resources":[{"resourceInstanceName":"pNF 49708b9d-2b49 0","resourceName":"pNF 49708b9d-2b49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4df20042-7da4-447e-adf8-940e3d0deafe","resourceInvariantUUID":"a9d67386-0422-4b8b-9429-796026c25e84","resourceCustomizationUUID":"7b7c6cb7-baf6-4e19-8218-8c9f6e890d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml","artifactChecksum":"YmRmYjllODZkMzJhMjk5NTczMDYyOTQ2MjEwNTU1MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0a8952c-2b10-4a5a-8f2d-3df7c2efd5e8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7642a2fd-6541-4d4b-af0e-1ce9b3621334","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126dc981-15ad-4b0c-ba39-efef750e35fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdlMGJiYmYyMWJiYzU0NDQxMzE1OGI4ZmM3N2IzMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1a287d2-263f-4eea-b0ae-f42a825f2f22","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f64b495-721f-4d26-827c-7c2bd7bbfc68","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d7311e9-5b0e-4c0d-9fdd-a66f927e0eb8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml","artifactChecksum":"NGQzZGFmOGYyOTFmYmY3MTg3NjM3OTY1ZmE1MzM3M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"07e1e2b6-e5ea-4fc1-a237-974423c40d24","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar","artifactChecksum":"NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a72f432a-3cd5-4cb1-b256-cd26560763d1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:18:18.553Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:18:18.553Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:18:18.553Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:18:18.553Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:18:19.554Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:18:19.554Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:18:19.554Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:18:19.554Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:18:20.555Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:18:20.555Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:18:20.556Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:18:20.556Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:18:21.557Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:18:21.557Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:18:21.557Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:18:21.557Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:18:22.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:18:22.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:18:22.558Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:18:22.559Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:18:23.559Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:18:23.559Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:18:23.559Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:18:23.559Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:18:24.560Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:18:24.561Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:18:24.561Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:18:24.561Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:18:25.562Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:18:25.563Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:18:25.563Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:18:25.563Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:18:26.564Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "serviceName": "Demo_pNF_RRbFsaT7EhzEit2IYefF", "serviceVersion": "1.0", "serviceUUID": "682b9bc4-ced1-41fb-9ce9-7feda6c1296d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "048b380f-1c92-456f-9dc8-d0b9f4b28d8c", "resources": [ { "resourceInstanceName": "pNF 49708b9d-2b49 0", "resourceCustomizationUUID": "7b7c6cb7-baf6-4e19-8218-8c9f6e890d52", "resourceName": "pNF 49708b9d-2b49", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4df20042-7da4-447e-adf8-940e3d0deafe", "resourceInvariantUUID": "a9d67386-0422-4b8b-9429-796026c25e84", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "artifactChecksum": "NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a72f432a-3cd5-4cb1-b256-cd26560763d1" } ], "workloadContext": "Production" } 2023-03-21T23:18:26.564Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:18:26.565Z|f9c5b6b1-766a-4ced-afee-030d481839ea|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC 2023-03-21T23:18:26.565Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:17941763-036d-4888-a88c-4572990b6d2d ServiceName:Demo_pNF_RRbFsaT7EhzEit2IYefF ServiceVersion:1.0 ServiceUUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d ServiceInvariantUUID:048b380f-1c92-456f-9dc8-d0b9f4b28d8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ArtifactUUID:a72f432a-3cd5-4cb1-b256-cd26560763d1 ArtifactChecksum:NWU1NTY1MzA5ZjQwNzRjMjEyMGVmYTc4ZWQyMWQwOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 49708b9d-2b49 0 ResourceCustomizationUUID:7b7c6cb7-baf6-4e19-8218-8c9f6e890d52 ResourceInvariantUUID:a9d67386-0422-4b8b-9429-796026c25e84 ResourceName:pNF 49708b9d-2b49 ResourceType:PNF ResourceUUID:4df20042-7da4-447e-adf8-940e3d0deafe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T23:18:26.565Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 682b9bc4-ced1-41fb-9ce9-7feda6c1296d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:18:26.592Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:18:26.593Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:18:26.593Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:18:26.593Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 from URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:26.593Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:18:26.593Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:26.913Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T23:18:26.916Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar a72f432a-3cd5-4cb1-b256-cd26560763d1 88014 2023-03-21T23:18:26.917Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T23:18:26.917Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:26.917Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T23:18:26.917Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:18:26.918Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:18:26.918Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440706917, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:18:27.918Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:18:27.919Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:18:27.919Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1, URL: /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar to file: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:27.919Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:27.920Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:27.920Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:27.998Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP123616085061790146/Definitions/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml 2023-03-21T23:18:28.608Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T23:18:28.608Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T23:18:28.608Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:28.608Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 49708b9d-2b49 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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|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-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T23:18:28.609Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Node template pNF 49708b9d-2b49 0 is matching search criteria 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 49708b9d-2b49 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:18:28.610Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_RRbFsaT7EhzEit2IYefF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:18:28.611Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RRbFsaT7EhzEit2IYefF Description:catalog service description Model UUID:682b9bc4-ced1-41fb-9ce9-7feda6c1296d Model Version:NULL Model InvariantUuid:048b380f-1c92-456f-9dc8-d0b9f4b28d8c 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-21T23:18:28.653Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||ERROR|500||Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists 2023-03-21T23:18:28.653Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T23:18:28.653Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists) 2023-03-21T23:18:28.653Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:18:28.653Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:18:28.653Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:18:28.653Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440708653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:18:29.654Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar ASDC sendASDCNotification 2023-03-21T23:18:29.654Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar(Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists) 2023-03-21T23:18:29.654Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:18:29.655Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:18:29.655Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:18:29.655Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440709654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:18:30.656Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:18:30.661Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:18:30.663Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:18:30.663Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:18:30.663Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:18:30.663Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:18:30.663Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:18:30.663Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:18:30.663Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:18:30.663Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:18:30.663Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T23:18:30.668Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:18:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:18:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "f9c5b6b1-766a-4ced-afee-030d481839ea", "consumerID": "SO-sdc-controller", "timestamp": 1679440697541, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/resourceInstances/pnf49708b9d2b490/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440706917, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:18:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:18:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440708653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a72f432a-3cd5-4cb1-b256-cd26560763d1 already exists" } 2023-03-21T23:18:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:18:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:18:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440709654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrbfsat7ehzeit2iyeff/1.0/artifacts/service-DemoPnfRrbfsat7ehzeit2iyeff-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 4df20042-7da4-447e-adf8-940e3d0deafe already exists" } 2023-03-21T23:18:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:00.669Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17941763-036d-4888-a88c-4572990b6d2d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:19:00.674Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17941763-036d-4888-a88c-4572990b6d2d and serviceModelVersionId: 682b9bc4-ced1-41fb-9ce9-7feda6c1296d 2023-03-21T23:19:00.674Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 048b380f-1c92-456f-9dc8-d0b9f4b28d8c 2023-03-21T23:19:00.675Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 2023-03-21T23:19:00.681Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:19:00.695Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T23:19:00.696Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||Invoke 2023-03-21T23:19:00.702Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:19:00.857Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0|INFO|500||InvokeReturn 2023-03-21T23:19:00.857Z|17941763-036d-4888-a88c-4572990b6d2d|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/048b380f-1c92-456f-9dc8-d0b9f4b28d8c/model-vers/model-ver/682b9bc4-ced1-41fb-9ce9-7feda6c1296d?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:18:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[155696], x-aai-txid=[0-aai-resources-230321-23:18:59:609-95731], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:19:00.859Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:19:00.860Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:19:00.860Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T23:19:00.870Z|17941763-036d-4888-a88c-4572990b6d2d|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-21T23:19:00.870Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17941763-036d-4888-a88c-4572990b6d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:19:00.871Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:19:00.871Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:00.871Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:00.871Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440740871, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:19:01.888Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:19:01.888Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"356e5ecc-d46a-46f7-badc-32b46fa53983","serviceName":"Demo_pNF_gKMcFKFb2jHEMqHV54dT","serviceVersion":"1.0","serviceUUID":"12ec2807-669d-41ea-aacd-b5ef5894ef52","serviceDescription":"catalog service description","serviceInvariantUUID":"110941d9-dc46-482b-9521-c13323460ac0","resources":[{"resourceInstanceName":"pNF 5d9d6750-ae33 0","resourceName":"pNF 5d9d6750-ae33","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d6edb88-b320-4d26-afa8-a289039b5219","resourceInvariantUUID":"ceface59-8287-4730-ad6e-1dd4ff24c7b4","resourceCustomizationUUID":"63ecc9ff-f363-4eb9-8123-1227995d46b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml","artifactChecksum":"NjM0N2E5YjM4YTZjYTE5OWJhM2RhNTg1MmRlNDY1NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b81b65e-c2fe-4566-8538-e94192cfa99a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ce7f202-6b23-4bd5-8862-1a152486720d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aa5a728-2583-4e20-9cd1-081f4a9c24b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml","artifactChecksum":"ZTE2ZDlhNjQ3MDk4YzlmOGJkNjYwYjk2NTY2MTYxZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f558714d-67d4-4d35-a352-ada6d9b773fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e78015bb-4cc7-40f7-851b-43e902b36137","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbefbe3f-05be-429b-a0d9-ff45076f7f9d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml","artifactChecksum":"OGExOTkwMTgyNDQ4N2ExOTUxNTQzZWMwN2UyMjg3YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"babbdb60-5de2-44b4-95ce-d3e06c6b8ad7","artifactVersion":"1"},{"artifactName":"service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar","artifactChecksum":"MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6c66033-ff7f-46c0-8666-ca34c973a807","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:19:01.888Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:01.888Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:01.888Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:01.888Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:02.889Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:02.889Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:02.889Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:02.890Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:03.890Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:03.891Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:03.891Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:03.891Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:04.891Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:04.892Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:04.892Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:04.892Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:05.892Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:05.893Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:05.893Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:05.893Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:06.893Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:06.894Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:06.894Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:06.894Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:07.894Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:07.895Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:07.895Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:07.895Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:08.896Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:08.897Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:08.897Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:08.897Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:09.898Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "serviceName": "Demo_pNF_gKMcFKFb2jHEMqHV54dT", "serviceVersion": "1.0", "serviceUUID": "12ec2807-669d-41ea-aacd-b5ef5894ef52", "serviceDescription": "catalog service description", "serviceInvariantUUID": "110941d9-dc46-482b-9521-c13323460ac0", "resources": [ { "resourceInstanceName": "pNF 5d9d6750-ae33 0", "resourceCustomizationUUID": "63ecc9ff-f363-4eb9-8123-1227995d46b2", "resourceName": "pNF 5d9d6750-ae33", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9d6edb88-b320-4d26-afa8-a289039b5219", "resourceInvariantUUID": "ceface59-8287-4730-ad6e-1dd4ff24c7b4", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "artifactChecksum": "MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6c66033-ff7f-46c0-8666-ca34c973a807" } ], "workloadContext": "Production" } 2023-03-21T23:19:09.898Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:19:09.899Z|17941763-036d-4888-a88c-4572990b6d2d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC 2023-03-21T23:19:09.899Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:356e5ecc-d46a-46f7-badc-32b46fa53983 ServiceName:Demo_pNF_gKMcFKFb2jHEMqHV54dT ServiceVersion:1.0 ServiceUUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 ServiceInvariantUUID:110941d9-dc46-482b-9521-c13323460ac0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ArtifactUUID:b6c66033-ff7f-46c0-8666-ca34c973a807 ArtifactChecksum:MGU4YWRhYjBkZTk3NWU0NDllNDIyNjQ3MGVmZTA5NWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 5d9d6750-ae33 0 ResourceCustomizationUUID:63ecc9ff-f363-4eb9-8123-1227995d46b2 ResourceInvariantUUID:ceface59-8287-4730-ad6e-1dd4ff24c7b4 ResourceName:pNF 5d9d6750-ae33 ResourceType:PNF ResourceUUID:9d6edb88-b320-4d26-afa8-a289039b5219 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T23:19:09.899Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12ec2807-669d-41ea-aacd-b5ef5894ef52 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:19:09.929Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:19:09.930Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:19:09.930Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:19:09.930Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 from URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:09.930Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:19:09.930Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:10.224Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T23:19:10.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar b6c66033-ff7f-46c0-8666-ca34c973a807 88021 2023-03-21T23:19:10.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T23:19:10.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:10.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T23:19:10.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:10.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:10.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440750227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:11.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:19:11.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:19:11.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b6c66033-ff7f-46c0-8666-ca34c973a807, URL: /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar to file: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:11.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:11.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:11.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:11.300Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15985353756264013280/Definitions/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml 2023-03-21T23:19:11.845Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T23:19:11.845Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T23:19:11.845Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:11.845Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T23:19:11.845Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5d9d6750-ae33 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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:11.845Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:11.845Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:11.845Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:11.845Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:11.845Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:11.845Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar 2023-03-21T23:19:11.845Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Node template pNF 5d9d6750-ae33 0 is matching search criteria 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 5d9d6750-ae33 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:11.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:11.847Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:11.847Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:11.847Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:11.847Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:11.847Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:11.847Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_gKMcFKFb2jHEMqHV54dT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:11.847Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gKMcFKFb2jHEMqHV54dT Description:catalog service description Model UUID:12ec2807-669d-41ea-aacd-b5ef5894ef52 Model Version:NULL Model InvariantUuid:110941d9-dc46-482b-9521-c13323460ac0 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-21T23:19:11.879Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||ERROR|500||Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists 2023-03-21T23:19:11.879Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T23:19:11.879Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists) 2023-03-21T23:19:11.879Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:19:11.879Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:11.879Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:11.879Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440751879, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:12.880Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar ASDC sendASDCNotification 2023-03-21T23:19:12.881Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar(Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists) 2023-03-21T23:19:12.881Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:19:12.881Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:12.881Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:12.881Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440752880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:13.882Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:19:13.888Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:19:13.890Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:19:13.890Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:19:13.890Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:19:13.890Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:19:13.890Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:19:13.890Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:19:13.891Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:19:13.891Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:19:13.891Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T23:19:13.897Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:19:43.897Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:19:43.903Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 356e5ecc-d46a-46f7-badc-32b46fa53983 and serviceModelVersionId: 12ec2807-669d-41ea-aacd-b5ef5894ef52 2023-03-21T23:19:43.904Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 110941d9-dc46-482b-9521-c13323460ac0 2023-03-21T23:19:43.904Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 2023-03-21T23:19:43.907Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:19:43.918Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T23:19:43.919Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||Invoke 2023-03-21T23:19:43.925Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:19:44.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0|INFO|500||InvokeReturn 2023-03-21T23:19:44.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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/110941d9-dc46-482b-9521-c13323460ac0/model-vers/model-ver/12ec2807-669d-41ea-aacd-b5ef5894ef52?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:19:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[114], vertex-id=[532576], x-aai-txid=[2-aai-resources-230321-23:19:42:831-81826], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:19:44.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:19:44.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:19:44.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T23:19:44.056Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-21T23:19:44.056Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 356e5ecc-d46a-46f7-badc-32b46fa53983 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:19:44.056Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:19:44.056Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:44.056Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:44.056Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440784056, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:19:45.076Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:19:45.076Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"89838e5b-3a53-4dc5-b216-46094ac36ffd","serviceName":"Demo_pNF_tR6gVggmMfoomZh9ZUB2","serviceVersion":"1.0","serviceUUID":"e4b5e39d-306c-4445-a2f7-4cbeace185b3","serviceDescription":"catalog service description","serviceInvariantUUID":"28b43613-4c69-4d3b-95ca-347906dc0637","resources":[{"resourceInstanceName":"pNF 0351233a-1bd2 0","resourceName":"pNF 0351233a-1bd2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"73d92ef4-4299-48aa-9dd9-9fd5b6317ce0","resourceInvariantUUID":"b4781f3d-f1e5-4f1c-a146-0b27b14de657","resourceCustomizationUUID":"d1c031bb-b077-4bb2-a276-913e30cde237","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml","artifactChecksum":"N2M1NmYwODAwYmNmMDVmMWUyY2FlMmJkMjhiMWU5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47721503-de9c-4834-a818-1f655ac8a19a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cac94c68-4a8b-4eda-b78f-611a84b9019a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69e5b22a-cf28-469d-b329-87cb43b0fe03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml","artifactChecksum":"OTFlYTQ5NDc5MTAxYzRmODlhNjMyMzAzYjdkMWM3NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baf01c91-92dc-45f0-91ee-43a0877fc078","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cf2700-eab6-46b6-a36d-4c8b37c91d67","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bdbc64d-e1a6-406c-ba4a-74d4da437981","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml","artifactChecksum":"N2ZiZTQ1YWJlMWJhNWJhYWEyODE3ZGRjM2RkMjYyNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09ca952e-f490-4365-8e9c-42a22a11c4b4","artifactVersion":"1"},{"artifactName":"service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar","artifactChecksum":"MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5e96062-9362-4bfc-b242-aac50ed1b1e6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:19:45.077Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:45.077Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:45.077Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:45.077Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:46.078Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:46.078Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:46.078Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:46.079Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:47.079Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:47.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:47.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:47.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:48.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:48.081Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:48.081Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:48.081Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:49.082Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:49.082Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:49.082Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:49.082Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "17941763-036d-4888-a88c-4572990b6d2d", "consumerID": "SO-sdc-controller", "timestamp": 1679440740871, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:19:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/resourceInstances/pnf5d9d6750ae330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440750227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440751879, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: b6c66033-ff7f-46c0-8666-ca34c973a807 already exists" } 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440752880, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGkmcfkfb2jhemqhv54dt/1.0/artifacts/service-DemoPnfGkmcfkfb2jhemqhv54dt-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 9d6edb88-b320-4d26-afa8-a289039b5219 already exists" } 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "356e5ecc-d46a-46f7-badc-32b46fa53983", "consumerID": "SO-sdc-controller", "timestamp": 1679440784056, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T23:19:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T23:19:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:19:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:19:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:19:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:19:50.082Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:50.083Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:50.083Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:50.083Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:51.083Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:51.084Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:51.084Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:51.085Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:52.085Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:19:52.085Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:52.085Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:52.085Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:53.086Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "serviceName": "Demo_pNF_tR6gVggmMfoomZh9ZUB2", "serviceVersion": "1.0", "serviceUUID": "e4b5e39d-306c-4445-a2f7-4cbeace185b3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28b43613-4c69-4d3b-95ca-347906dc0637", "resources": [ { "resourceInstanceName": "pNF 0351233a-1bd2 0", "resourceCustomizationUUID": "d1c031bb-b077-4bb2-a276-913e30cde237", "resourceName": "pNF 0351233a-1bd2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "73d92ef4-4299-48aa-9dd9-9fd5b6317ce0", "resourceInvariantUUID": "b4781f3d-f1e5-4f1c-a146-0b27b14de657", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "artifactChecksum": "MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5e96062-9362-4bfc-b242-aac50ed1b1e6" } ], "workloadContext": "Production" } 2023-03-21T23:19:53.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:19:53.087Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC 2023-03-21T23:19:53.087Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:89838e5b-3a53-4dc5-b216-46094ac36ffd ServiceName:Demo_pNF_tR6gVggmMfoomZh9ZUB2 ServiceVersion:1.0 ServiceUUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 ServiceInvariantUUID:28b43613-4c69-4d3b-95ca-347906dc0637 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ArtifactUUID:f5e96062-9362-4bfc-b242-aac50ed1b1e6 ArtifactChecksum:MzFiYTNhMGM4Nzg0YTg2M2RhN2Q0NjczYmQyYjNmZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0351233a-1bd2 0 ResourceCustomizationUUID:d1c031bb-b077-4bb2-a276-913e30cde237 ResourceInvariantUUID:b4781f3d-f1e5-4f1c-a146-0b27b14de657 ResourceName:pNF 0351233a-1bd2 ResourceType:PNF ResourceUUID:73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T23:19:53.087Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b5e39d-306c-4445-a2f7-4cbeace185b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:19:53.117Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:19:53.118Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:19:53.118Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:19:53.118Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 from URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:53.118Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:19:53.118Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:53.409Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2023-03-21T23:19:53.411Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar f5e96062-9362-4bfc-b242-aac50ed1b1e6 88019 2023-03-21T23:19:53.412Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T23:19:53.412Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:53.412Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-21T23:19:53.413Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:53.413Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:53.413Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440793412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:54.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:19:54.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:19:54.415Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6, URL: /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar to file: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:54.416Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:54.417Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:54.417Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:54.519Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4554850370413428575/Definitions/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml 2023-03-21T23:19:55.049Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-21T23:19:55.049Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T23:19:55.050Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:55.050Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-21T23:19:55.050Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:55.050Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:55.050Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:55.050Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:55.050Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:55.051Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0351233a-1bd2 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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:55.051Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar 2023-03-21T23:19:55.051Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||WARN|500||#################################################################################################### 2023-03-21T23:19:55.051Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:55.051Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:55.051Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T23:19:55.051Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T23:19:55.051Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T23:19:55.052Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:55.052Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:55.052Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Node template pNF 0351233a-1bd2 0 is matching search criteria 2023-03-21T23:19:55.052Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2023-03-21T23:19:55.052Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 0351233a-1bd2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-21T23:19:55.052Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:55.052Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:55.052Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:55.052Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:55.053Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:55.053Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:55.053Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:55.053Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:55.053Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-21T23:19:55.053Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_tR6gVggmMfoomZh9ZUB2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-21T23:19:55.053Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_tR6gVggmMfoomZh9ZUB2 Description:catalog service description Model UUID:e4b5e39d-306c-4445-a2f7-4cbeace185b3 Model Version:NULL Model InvariantUuid:28b43613-4c69-4d3b-95ca-347906dc0637 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-21T23:19:55.093Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||ERROR|500||Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists 2023-03-21T23:19:55.094Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T23:19:55.094Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists) 2023-03-21T23:19:55.094Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:19:55.094Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:55.094Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:55.094Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440795094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:56.096Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar ASDC sendASDCNotification 2023-03-21T23:19:56.097Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar(Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists) 2023-03-21T23:19:56.097Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:19:56.097Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:19:56.097Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:19:56.097Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440796096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:19:57.099Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:19:57.105Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:19:57.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:19:57.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:19:57.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:19:57.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:19:57.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:19:57.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:19:57.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:19:57.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:19:57.106Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T23:19:57.112Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:20:27.112Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:20:27.118Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89838e5b-3a53-4dc5-b216-46094ac36ffd and serviceModelVersionId: e4b5e39d-306c-4445-a2f7-4cbeace185b3 2023-03-21T23:20:27.118Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28b43613-4c69-4d3b-95ca-347906dc0637 2023-03-21T23:20:27.118Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 2023-03-21T23:20:27.123Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:20:27.133Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T23:20:27.133Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||Invoke 2023-03-21T23:20:27.142Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:20:27.292Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0|INFO|500||InvokeReturn 2023-03-21T23:20:27.292Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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/28b43613-4c69-4d3b-95ca-347906dc0637/model-vers/model-ver/e4b5e39d-306c-4445-a2f7-4cbeace185b3?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:20:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[237608], x-aai-txid=[0-aai-resources-230321-23:20:26:048-63526], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:20:27.293Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:20:27.293Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:20:27.293Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T23:20:27.301Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|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-21T23:20:27.301Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89838e5b-3a53-4dc5-b216-46094ac36ffd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:20:27.301Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:20:27.301Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:27.301Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:27.301Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440827301, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:20:28.324Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:20:28.324Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"797bea5e-a532-4d0c-bd39-a536f62d0149","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"12464d56-7e16-48a0-b848-ff30552922cd","serviceDescription":"service","serviceInvariantUUID":"bd69ce01-3a83-492c-b625-e9ce1feba96a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ac2a8ec-98af-4dbb-8e53-f47660181fe5","resourceInvariantUUID":"4dbf21b1-b612-4fc4-a7dd-181e45511bcb","resourceCustomizationUUID":"1380fd05-6906-4026-b079-337eacb3020f","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":"MGZmY2Q1YTQxNzExNmEzMDA5Yzk1MzYwZjYzMjhhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44c2ea7b-f955-4111-b40c-d6cf2fc1433a","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":"NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"89435bdb-6094-4cc0-ae37-3d0fe329f6c5","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":"c1961d2c-466f-4885-a089-ed4289d9f9e2","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":"ab197024-90e1-4fcf-a916-31e90b9048d2","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":"de11f12b-cd9c-4d61-a60e-7928c19d9959","artifactVersion":"2","generatedFromUUID":"e24e4c00-7e90-4e32-89f1-62ccd5419133"},{"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":"4258b6bc-7700-4d45-9780-6f7233c0eb46","artifactVersion":"2","generatedFromUUID":"c1961d2c-466f-4885-a089-ed4289d9f9e2"},{"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":"e24e4c00-7e90-4e32-89f1-62ccd5419133","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":"bb6acdea-54b1-4de4-8390-1ba5a6198c49","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":"YmM1OTc5NGI5MWJhMTY4YTc5N2NmNjk1ZGIzZWM1Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13297c8e-6917-4dd4-b130-d8082b3b4430","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b453f05-7c27-49e3-aaaa-250da7e35e19","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:20:28.324Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:20:28.325Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:28.325Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:28.325Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:20:29.325Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:20:29.325Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:29.325Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:29.325Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:20:30.326Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:20:30.326Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:30.326Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:30.326Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:20:31.326Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:20:31.327Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:31.327Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:31.327Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:20:32.328Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:20:32.328Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:32.328Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:32.328Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:20:33.329Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:20:33.329Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:33.329Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:33.329Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:20:34.330Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:20:34.330Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:34.330Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:34.330Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:20:35.331Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:20:35.331Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:35.331Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:35.331Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:20:36.332Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:20:36.332Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:36.332Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:36.332Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:20:37.333Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:20:37.333Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:37.333Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:37.333Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:20:38.334Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "12464d56-7e16-48a0-b848-ff30552922cd", "serviceDescription": "service", "serviceInvariantUUID": "bd69ce01-3a83-492c-b625-e9ce1feba96a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1380fd05-6906-4026-b079-337eacb3020f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ac2a8ec-98af-4dbb-8e53-f47660181fe5", "resourceInvariantUUID": "4dbf21b1-b612-4fc4-a7dd-181e45511bcb", "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": "NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89435bdb-6094-4cc0-ae37-3d0fe329f6c5", "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": "c1961d2c-466f-4885-a089-ed4289d9f9e2", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "generatedFromUUID": "c1961d2c-466f-4885-a089-ed4289d9f9e2" }, "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": "de11f12b-cd9c-4d61-a60e-7928c19d9959", "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": "4258b6bc-7700-4d45-9780-6f7233c0eb46", "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": "e24e4c00-7e90-4e32-89f1-62ccd5419133", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b453f05-7c27-49e3-aaaa-250da7e35e19" } ], "workloadContext": "Production" } 2023-03-21T23:20:38.335Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:20:38.335Z|89838e5b-3a53-4dc5-b216-46094ac36ffd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 12464d56-7e16-48a0-b848-ff30552922cd ASDC 2023-03-21T23:20:38.335Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:797bea5e-a532-4d0c-bd39-a536f62d0149 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:12464d56-7e16-48a0-b848-ff30552922cd ServiceInvariantUUID:bd69ce01-3a83-492c-b625-e9ce1feba96a 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:8b453f05-7c27-49e3-aaaa-250da7e35e19 ArtifactChecksum:ZTI0YzJlOTRjNDlmMTIxNzI2MDk3ZDgzZThmMzJhODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1380fd05-6906-4026-b079-337eacb3020f ResourceInvariantUUID:4dbf21b1-b612-4fc4-a7dd-181e45511bcb ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6ac2a8ec-98af-4dbb-8e53-f47660181fe5 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:89435bdb-6094-4cc0-ae37-3d0fe329f6c5 ArtifactChecksum:NDA1YWRhMWIwMWQ3ZmU1YTMxMWE3MzExOWYwMDYxYmU= 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:c1961d2c-466f-4885-a089-ed4289d9f9e2 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:de11f12b-cd9c-4d61-a60e-7928c19d9959 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:4258b6bc-7700-4d45-9780-6f7233c0eb46 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:e24e4c00-7e90-4e32-89f1-62ccd5419133 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T23:20:38.335Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12464d56-7e16-48a0-b848-ff30552922cd ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:20:38.364Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:20:38.365Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:20:38.365Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:20:38.365Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-21T23:20:38.365Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:20:38.365Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:20:38.391Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:20:38.391Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@52f066da 2023-03-21T23:20:38.391Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:20:38.392Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:20:38.392Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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 8b453f05-7c27-49e3-aaaa-250da7e35e19 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:20:38.392Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:20:38.392Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:20:38.392Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:20:38.392Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:38.392Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:38.392Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440838392, "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-21T23:20:39.393Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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:8b453f05-7c27-49e3-aaaa-250da7e35e19) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T23:20:39.433Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||ERROR|500||Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists 2023-03-21T23:20:39.434Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:20:39.434Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists) 2023-03-21T23:20:39.434Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:20:39.434Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:39.434Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:39.434Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440839434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:20:40.435Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:20:40.436Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists) 2023-03-21T23:20:40.436Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:20:40.436Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:20:40.436Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:20:40.436Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440840435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:20:41.436Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:20:41.461Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:20:41.463Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:20:41.463Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:20:41.463Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:20:41.463Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:20:41.463Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:20:41.463Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:20:41.463Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:20:41.463Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:20:41.463Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:20:41.469Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:20:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/resourceInstances/pnf0351233a1bd20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440793412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440795094, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: f5e96062-9362-4bfc-b242-aac50ed1b1e6 already exists" } 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440796096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfTr6gvggmmfoomzh9zub2/1.0/artifacts/service-DemoPnfTr6gvggmmfoomzh9zub2-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 73d92ef4-4299-48aa-9dd9-9fd5b6317ce0 already exists" } 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "89838e5b-3a53-4dc5-b216-46094ac36ffd", "consumerID": "SO-sdc-controller", "timestamp": 1679440827301, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440838392, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440839434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 8b453f05-7c27-49e3-aaaa-250da7e35e19 already exists" } 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440840435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 6ac2a8ec-98af-4dbb-8e53-f47660181fe5 already exists" } 2023-03-21T23:20:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:21:11.469Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:21:11.476Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 797bea5e-a532-4d0c-bd39-a536f62d0149 and serviceModelVersionId: 12464d56-7e16-48a0-b848-ff30552922cd 2023-03-21T23:21:11.476Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd69ce01-3a83-492c-b625-e9ce1feba96a 2023-03-21T23:21:11.477Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 2023-03-21T23:21:11.483Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:21:11.497Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T23:21:11.498Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||Invoke 2023-03-21T23:21:11.505Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:21:11.660Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0|INFO|500||InvokeReturn 2023-03-21T23:21:11.660Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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/bd69ce01-3a83-492c-b625-e9ce1feba96a/model-vers/model-ver/12464d56-7e16-48a0-b848-ff30552922cd?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:21:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[274488], x-aai-txid=[0-aai-resources-230321-23:21:10:410-25623], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:21:11.662Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:21:11.662Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:21:11.662Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:21:11.667Z|797bea5e-a532-4d0c-bd39-a536f62d0149|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-21T23:21:11.668Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 797bea5e-a532-4d0c-bd39-a536f62d0149 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:21:11.668Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:21:11.668Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:11.668Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:11.668Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440871668, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:21:12.685Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:21:12.686Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57806a37-d247-438b-b5d6-c247b826477f","serviceDescription":"service","serviceInvariantUUID":"4a30a5a3-6338-4e1d-941c-64ecc8d71d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"873218de-90c0-426b-a92b-7f08ed562dc2","resourceInvariantUUID":"ac1de33f-4a00-4f07-9ffa-f823180e5037","resourceCustomizationUUID":"f14dd79c-8f54-4db7-9079-31cc1e0bb128","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":"M2ZlYzI1MzIzZWUwNGQ4MmUxM2Y1MzRiZGM5OTM0NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd603dca-4576-45c5-af21-0d7af511a7ab","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":"NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b23cc7a1-dfe5-4b02-be40-bd70aa473a26","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":"fd8f2e62-281a-4271-b358-754b1796df79","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":"613dd49c-60f7-4f85-8343-ca5b64654dea","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":"a77634e8-0800-45fb-b873-a60aa3c7d64a","artifactVersion":"2","generatedFromUUID":"fd8f2e62-281a-4271-b358-754b1796df79"},{"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":"NDE0NDAyYjc4MGE5Y2I4MjM0ZGM5ZDJjMzU4OTBiNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"04cc8b8c-6a5f-48a5-afa8-296a7d4a96bc","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":"MGYwODljZGM5YmFkYTI3MGRkYzcxODRjOTZhZjViN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d288d4e-010f-42c9-9efe-61910a80e037","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebe5950d-5230-4fd7-b91c-10040c72a7c9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:21:12.686Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:21:12.686Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:12.686Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:12.687Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:21:13.687Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:21:13.688Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:13.688Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:13.688Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:21:14.688Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:21:14.689Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:14.689Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:14.689Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:21:15.689Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:21:15.691Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:15.691Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:15.691Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:21:16.692Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:21:16.693Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:16.693Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:16.693Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:21:17.694Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:21:17.695Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:17.695Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:17.695Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:21:18.695Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:21:18.696Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:18.696Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:18.696Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:21:19.697Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:21:19.697Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:19.697Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:19.697Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:21:20.698Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57806a37-d247-438b-b5d6-c247b826477f", "serviceDescription": "service", "serviceInvariantUUID": "4a30a5a3-6338-4e1d-941c-64ecc8d71d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f14dd79c-8f54-4db7-9079-31cc1e0bb128", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "873218de-90c0-426b-a92b-7f08ed562dc2", "resourceInvariantUUID": "ac1de33f-4a00-4f07-9ffa-f823180e5037", "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": "NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b23cc7a1-dfe5-4b02-be40-bd70aa473a26", "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": "fd8f2e62-281a-4271-b358-754b1796df79", "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "generatedFromUUID": "fd8f2e62-281a-4271-b358-754b1796df79" }, "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": "a77634e8-0800-45fb-b873-a60aa3c7d64a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebe5950d-5230-4fd7-b91c-10040c72a7c9" } ], "workloadContext": "Production" } 2023-03-21T23:21:20.699Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:21:20.699Z|797bea5e-a532-4d0c-bd39-a536f62d0149|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57806a37-d247-438b-b5d6-c247b826477f ASDC 2023-03-21T23:21:20.700Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57806a37-d247-438b-b5d6-c247b826477f ServiceInvariantUUID:4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 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:ebe5950d-5230-4fd7-b91c-10040c72a7c9 ArtifactChecksum:MGU5ODYxY2ZiZjY2NjE2MDk2YjY0NjQ2Y2VhOTA3MTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f14dd79c-8f54-4db7-9079-31cc1e0bb128 ResourceInvariantUUID:ac1de33f-4a00-4f07-9ffa-f823180e5037 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:873218de-90c0-426b-a92b-7f08ed562dc2 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:b23cc7a1-dfe5-4b02-be40-bd70aa473a26 ArtifactChecksum:NTQwZDg4MmZmNWFjY2QxYWQ4ZmNmOGNlYWI5NjkzNTM= 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:fd8f2e62-281a-4271-b358-754b1796df79 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:a77634e8-0800-45fb-b873-a60aa3c7d64a 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:a77634e8-0800-45fb-b873-a60aa3c7d64a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-21T23:21:20.700Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57806a37-d247-438b-b5d6-c247b826477f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:21:20.735Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:21:20.735Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:21:20.735Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:21:20.736Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-21T23:21:20.736Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:21:20.736Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:21:20.756Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:21:20.757Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@150ebad6 2023-03-21T23:21:20.757Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:21:20.757Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:21:20.757Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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 ebe5950d-5230-4fd7-b91c-10040c72a7c9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:21:20.757Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:21:20.757Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:21:20.757Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:21:20.757Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:20.758Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:20.758Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440880757, "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-21T23:21:21.758Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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:ebe5950d-5230-4fd7-b91c-10040c72a7c9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T23:21:21.790Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||ERROR|500||Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists 2023-03-21T23:21:21.791Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:21:21.791Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists) 2023-03-21T23:21:21.791Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:21:21.791Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:21.791Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:21.791Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440881791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:21:22.792Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:21:22.792Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists) 2023-03-21T23:21:22.792Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:21:22.793Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:22.793Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:22.793Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440882792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:21:23.794Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:21:23.803Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:21:23.805Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:21:23.805Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:21:23.805Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:21:23.805Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:21:23.806Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:21:23.806Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:21:23.806Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:21:23.806Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:21:23.806Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:21:23.811Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:21:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:21:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:21:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "797bea5e-a532-4d0c-bd39-a536f62d0149", "consumerID": "SO-sdc-controller", "timestamp": 1679440871668, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:21:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:21:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:21:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:21:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:21:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:21:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:21:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:21:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440880757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:21:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:21:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:21:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440881791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: ebe5950d-5230-4fd7-b91c-10040c72a7c9 already exists" } 2023-03-21T23:21:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:21:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:21:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440882792, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 873218de-90c0-426b-a92b-7f08ed562dc2 already exists" } 2023-03-21T23:21:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:21:53.812Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:21:53.821Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and serviceModelVersionId: 57806a37-d247-438b-b5d6-c247b826477f 2023-03-21T23:21:53.821Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a30a5a3-6338-4e1d-941c-64ecc8d71d4b 2023-03-21T23:21:53.822Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 2023-03-21T23:21:53.827Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:21:53.836Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||Invoke 2023-03-21T23:21:53.837Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0896e5c5-37fe-4884-b52f-31fd9e7834bb], X-ECOMP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], X-TransactionId=[], X-ONAP-RequestID=[74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc], Content-Type=[application/merge-patch+json]} 2023-03-21T23:21:53.849Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:21:54.018Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:21:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[167], vertex-id=[225360], x-aai-txid=[1-aai-resources-230321-23:21:52:755-92573], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:21:54.018Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:21:54.019Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4a30a5a3-6338-4e1d-941c-64ecc8d71d4b/model-vers/model-ver/57806a37-d247-438b-b5d6-c247b826477f?depth=0|INFO|500||InvokeReturn 2023-03-21T23:21:54.019Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:21:54.019Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:21:54.028Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|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-21T23:21:54.029Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:21:54.029Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:21:54.029Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:54.029Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:54.029Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440914029, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:21:55.048Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:21:55.048Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"b7871da8-effd-431d-a9ff-63eba3bd63d2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5a7803f2-dcfd-46b2-af7a-90e417313e30","serviceDescription":"service","serviceInvariantUUID":"b1a419ec-1199-4da6-a42d-428cb58bfedf","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5956dd53-3f86-4a19-b317-7dd3f3fdcc76","resourceInvariantUUID":"0b4adbb6-b353-488a-8d1a-111af2068c5d","resourceCustomizationUUID":"8a5e5ac8-c26b-46ab-bc79-083ce253c1d0","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":"MDM3YmYyODU1Mzc5OWYwNDczNzE3NjIyNjY5ZTBkMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b0be794-870b-48bc-ab01-84407fd0f100","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":"b8cca7df-7f14-4f6d-bee6-958186751fff","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":"b39e7c88-7ae5-4db7-84e2-a181e29e12a3","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":"M2IzNjE3ODBkZWYxZjMyMTQxYTVhNTZmZGUyM2IyMDc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"391a607b-23f3-471a-a426-d8986b1c9c66","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":"a877b9f3-03dc-4a8a-ac0b-0d244219d17a","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":"5901b3ec-7e63-425b-a433-c20aa84b6e3d","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":"3a7e7f4f-6393-4412-80a4-9f45a0441aaa","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":"OTE5NzYzMTBmY2I2MTJmYjM3ZWI0NTQ1ZDkwNWVhNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63378d1-2e74-4188-9f71-332bea77b172","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5dee975a-7f55-4449-a1f5-aa20456c8216","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:21:55.048Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:21:55.048Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:55.048Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:55.049Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:21:56.049Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:21:56.050Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:56.050Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:56.050Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:21:57.051Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:21:57.051Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:57.051Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:57.051Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:21:58.053Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:21:58.053Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:58.053Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:58.053Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:21:59.055Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:21:59.055Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:21:59.055Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:21:59.055Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:22:00.056Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:22:00.057Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:00.057Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:00.057Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:22:01.058Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:22:01.058Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:01.058Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:01.058Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:22:02.059Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:22:02.059Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:02.059Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:02.059Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:22:03.060Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:22:03.060Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:03.060Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:03.060Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:22:04.061Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5a7803f2-dcfd-46b2-af7a-90e417313e30", "serviceDescription": "service", "serviceInvariantUUID": "b1a419ec-1199-4da6-a42d-428cb58bfedf", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8a5e5ac8-c26b-46ab-bc79-083ce253c1d0", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5956dd53-3f86-4a19-b317-7dd3f3fdcc76", "resourceInvariantUUID": "0b4adbb6-b353-488a-8d1a-111af2068c5d", "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": "NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5dee975a-7f55-4449-a1f5-aa20456c8216" } ], "workloadContext": "Production" } 2023-03-21T23:22:04.061Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:22:04.061Z|74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC 2023-03-21T23:22:04.062Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:b7871da8-effd-431d-a9ff-63eba3bd63d2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5a7803f2-dcfd-46b2-af7a-90e417313e30 ServiceInvariantUUID:b1a419ec-1199-4da6-a42d-428cb58bfedf 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:5dee975a-7f55-4449-a1f5-aa20456c8216 ArtifactChecksum:NDQxZGU4NjRiYTVmNzQyZGI3MjczN2IzZDhhZDQ3YWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8a5e5ac8-c26b-46ab-bc79-083ce253c1d0 ResourceInvariantUUID:0b4adbb6-b353-488a-8d1a-111af2068c5d ResourceName:test-pnf ResourceType:PNF ResourceUUID:5956dd53-3f86-4a19-b317-7dd3f3fdcc76 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T23:22:04.062Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7803f2-dcfd-46b2-af7a-90e417313e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:22:04.088Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:22:04.089Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:22:04.089Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:22:04.089Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T23:22:04.089Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:22:04.089Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:22:04.111Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:22:04.111Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70494769 2023-03-21T23:22:04.111Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:22:04.111Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:22:04.111Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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 5dee975a-7f55-4449-a1f5-aa20456c8216 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:22:04.111Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:22:04.111Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:22:04.111Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:22:04.112Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:04.112Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:04.112Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440924111, "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-21T23:22:05.112Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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:5dee975a-7f55-4449-a1f5-aa20456c8216) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T23:22:05.152Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||ERROR|500||Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists 2023-03-21T23:22:05.152Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:22:05.153Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists) 2023-03-21T23:22:05.153Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:22:05.153Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:05.153Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:05.153Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440925152, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:22:06.154Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:22:06.155Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists) 2023-03-21T23:22:06.155Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:22:06.155Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:06.155Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:06.155Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440926154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:22:07.155Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:22:07.168Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:22:07.170Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:22:07.170Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:22:07.170Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:22:07.170Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:22:07.170Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:22:07.170Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:22:07.170Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:22:07.171Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:22:07.171Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:22:07.177Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:22:37.179Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:22:37.185Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7871da8-effd-431d-a9ff-63eba3bd63d2 and serviceModelVersionId: 5a7803f2-dcfd-46b2-af7a-90e417313e30 2023-03-21T23:22:37.185Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1a419ec-1199-4da6-a42d-428cb58bfedf 2023-03-21T23:22:37.186Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 2023-03-21T23:22:37.189Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:22:37.198Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T23:22:37.202Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||Invoke 2023-03-21T23:22:37.207Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:22:37.350Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0|INFO|500||InvokeReturn 2023-03-21T23:22:37.354Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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/b1a419ec-1199-4da6-a42d-428cb58bfedf/model-vers/model-ver/5a7803f2-dcfd-46b2-af7a-90e417313e30?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:22:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[208944], x-aai-txid=[0-aai-resources-230321-23:22:36:112-39137], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:22:37.354Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:22:37.354Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:22:37.354Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:22:37.362Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|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-21T23:22:37.362Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7871da8-effd-431d-a9ff-63eba3bd63d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:22:37.362Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:22:37.363Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:37.363Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:37.363Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440957362, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:22:38.383Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:22:38.383Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"1730a31c-6753-4a08-aae8-7d58b8d7d655","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"27f5ccc4-d817-4ebf-a428-29d3f28c84e2","serviceDescription":"service","serviceInvariantUUID":"680439e8-559c-47b7-bba9-2cf929a66403","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c","resourceInvariantUUID":"1576bb0a-57a7-4a23-b6a6-5bc6e281ec29","resourceCustomizationUUID":"0da37cbb-9241-40a0-92d9-f83c9e0485cf","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":"MzA3MDVjZmRmYzk1MDQ0YWI4ZGZjNjJmZTE5NWJlYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad5ab004-4bee-4c36-8d08-1dc1195c8e46","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":"979932fe-7833-4694-ae40-a97babb6e0b6","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":"7becd4ac-55ee-4f1e-93b6-9aca58fa737b","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":"OGEzYjk5NTI2NWEyNzc1MGVmOTQ5NmU0NjMyNGY5ZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"02a28dd9-3085-441c-9216-4ea63ea6fb65","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":"486b77b3-c771-408b-821c-2aeaa75eae2b","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":"df687656-0f60-4963-8316-5e6b16dd94ac","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":"a1a01667-0052-41b8-ad9d-8b227f9192f1","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":"NzZkOGI0N2U3MTJhYzMxM2YzNWNhYTAxYmUxMGZjZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"328f3a88-98bc-44ba-9e1c-ee0ba24c47dd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"955effc8-3820-4d7a-8b91-f129e875b6b9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:22:38.383Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:22:38.384Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:38.384Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:38.384Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:22:39.385Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:22:39.385Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:39.385Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:39.385Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:22:40.386Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:22:40.386Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:40.386Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:40.386Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:22:41.387Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:22:41.387Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:41.387Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:41.387Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:22:42.387Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:22:42.388Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:42.388Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:42.388Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:22:43.389Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:22:43.389Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:43.389Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:43.389Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:22:44.390Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:22:44.390Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:44.390Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:44.390Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:22:45.391Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:22:45.391Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:45.391Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:45.391Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:22:46.391Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:22:46.392Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:46.392Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:46.392Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:22:47.396Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "27f5ccc4-d817-4ebf-a428-29d3f28c84e2", "serviceDescription": "service", "serviceInvariantUUID": "680439e8-559c-47b7-bba9-2cf929a66403", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0da37cbb-9241-40a0-92d9-f83c9e0485cf", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c", "resourceInvariantUUID": "1576bb0a-57a7-4a23-b6a6-5bc6e281ec29", "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": "YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "955effc8-3820-4d7a-8b91-f129e875b6b9" } ], "workloadContext": "Production" } 2023-03-21T23:22:47.397Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:22:47.397Z|b7871da8-effd-431d-a9ff-63eba3bd63d2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC 2023-03-21T23:22:47.397Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:1730a31c-6753-4a08-aae8-7d58b8d7d655 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ServiceInvariantUUID:680439e8-559c-47b7-bba9-2cf929a66403 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:955effc8-3820-4d7a-8b91-f129e875b6b9 ArtifactChecksum:YmM1YWM4N2RlZmYxMmRlMzk1NDkwYmU2MDY3NDY2MmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0da37cbb-9241-40a0-92d9-f83c9e0485cf ResourceInvariantUUID:1576bb0a-57a7-4a23-b6a6-5bc6e281ec29 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T23:22:47.397Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:22:47.426Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:22:47.426Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:22:47.427Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:22:47.427Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T23:22:47.427Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:22:47.427Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:22:47.444Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:22:47.444Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5cc8d0d 2023-03-21T23:22:47.444Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:22:47.445Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:22:47.445Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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 955effc8-3820-4d7a-8b91-f129e875b6b9 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:22:47.445Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:22:47.445Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:22:47.445Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:22:47.445Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:47.445Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:47.445Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440967445, "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-21T23:22:48.445Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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:955effc8-3820-4d7a-8b91-f129e875b6b9) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-21T23:22:48.484Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||ERROR|500||Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists 2023-03-21T23:22:48.485Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:22:48.485Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists) 2023-03-21T23:22:48.485Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:22:48.485Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:48.485Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:48.485Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440968485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:22:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:22:49.172Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version153: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version154: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-21T23:22:49.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T23:22:49.186Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T23:22:49.190Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=75, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T23:22:49.190Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 75: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-21T23:22:49.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=75, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T23:22:49.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T23:22:49.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T23:22:49.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T23:22:49.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:22:49.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:22:49.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3105, offsetEpoch=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-21T23:22:49.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:22:49.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:22:49.485Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:22:49.486Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists) 2023-03-21T23:22:49.486Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:22:49.486Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:22:49.486Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:22:49.486Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440969485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:22:49.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.719Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "74cd9a64-38cc-4d38-b73e-bbd57aaf7cbc", "consumerID": "SO-sdc-controller", "timestamp": 1679440914029, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:22:49.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.719Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.719Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.720Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.721Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.721Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.721Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:22:49.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.722Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440924111, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:22:49.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.722Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440925152, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 5dee975a-7f55-4449-a1f5-aa20456c8216 already exists" } 2023-03-21T23:22:49.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.722Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440926154, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 5956dd53-3f86-4a19-b317-7dd3f3fdcc76 already exists" } 2023-03-21T23:22:49.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.723Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "b7871da8-effd-431d-a9ff-63eba3bd63d2", "consumerID": "SO-sdc-controller", "timestamp": 1679440957362, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:22:49.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.723Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.723Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.724Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.724Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.724Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.725Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.725Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.725Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:22:49.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.725Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:22:49.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.726Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440967445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:22:49.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.726Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440968485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 955effc8-3820-4d7a-8b91-f129e875b6b9 already exists" } 2023-03-21T23:22:49.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:49.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:22:49.727Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679440969485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d8de16ca-5d8e-4d85-bb82-e19f98cb1a7c already exists" } 2023-03-21T23:22:49.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:22:50.486Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:22:50.498Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:22:50.501Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:22:50.501Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:22:50.501Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:22:50.501Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:22:50.501Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:22:50.502Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:22:50.502Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:22:50.502Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:22:50.502Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:22:50.510Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:23:20.510Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:23:20.518Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1730a31c-6753-4a08-aae8-7d58b8d7d655 and serviceModelVersionId: 27f5ccc4-d817-4ebf-a428-29d3f28c84e2 2023-03-21T23:23:20.518Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 680439e8-559c-47b7-bba9-2cf929a66403 2023-03-21T23:23:20.518Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 2023-03-21T23:23:20.525Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:23:20.535Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||Invoke 2023-03-21T23:23:20.535Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[51948416-2b93-4941-af06-da0cf6e05cb0], X-ECOMP-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], X-TransactionId=[], X-ONAP-RequestID=[1730a31c-6753-4a08-aae8-7d58b8d7d655], Content-Type=[application/merge-patch+json]} 2023-03-21T23:23:20.539Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-21T23:23:20.697Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:23:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[594016], x-aai-txid=[2-aai-resources-230321-23:23:19:445-28325], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:23:20.697Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:23:20.698Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/680439e8-559c-47b7-bba9-2cf929a66403/model-vers/model-ver/27f5ccc4-d817-4ebf-a428-29d3f28c84e2?depth=0|INFO|500||InvokeReturn 2023-03-21T23:23:20.698Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:23:20.698Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:23:20.710Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|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-21T23:23:20.710Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1730a31c-6753-4a08-aae8-7d58b8d7d655 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-21T23:23:20.711Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:23:20.711Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:23:20.711Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:23:20.711Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679441000710, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:23:21.724Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-21T23:23:21.725Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"be804afb-371a-4e4a-b452-fe3d631d4d8a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b14a5d24-609a-4621-9245-02be9977a28a","serviceDescription":"service","serviceInvariantUUID":"136d285d-e4af-4545-81bf-7e9378a9c864","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7b7a575d-86f2-47f1-80b7-9760bf67f0cf","resourceInvariantUUID":"f6a448c5-fe60-44c5-a04c-5173ae5e57e8","resourceCustomizationUUID":"670ba865-de8e-4900-8a19-cb55a379368b","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":"OWQzZTY3NTJlMWVlYTg5MDVhMzZmNzlhNTI2NDk3ODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89a26d38-c868-4647-810f-24c563d14fb3","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":"955b57b9-cf0f-4221-9f6b-9eafd43bd3ca","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":"9a08c3da-1608-41d7-b522-41ba5acb403b","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":"ZmM5NjAyNGIxNTI0ZTFhMjIzOTY2NTRlNTgzODU3NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5facb907-bc63-4a2e-bfd5-0ef0fee184b4","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":"972c44fc-576c-4e2d-939e-f61244671d56","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":"65118ee5-bc61-4d1f-bc32-f83be325c9f3","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":"7d3af18c-1ff3-48ca-b258-3d5721f48252","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":"NGFlNzIxYzRkZTQ3NDRkMjM5YzZkMzZhMjMxZTVkNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dc877855-6d4d-4dca-836e-0500d59f9740","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc5bb7d8-11b2-4e60-a503-312fc026e411","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-21T23:23:21.725Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:23:21.725Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:23:21.725Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:23:21.725Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:23:22.726Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:23:22.726Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:23:22.726Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:23:22.726Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:23:23.727Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:23:23.727Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:23:23.727Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:23:23.727Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:23:24.728Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:23:24.728Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:23:24.728Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:23:24.728Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:23:25.728Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:23:25.729Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:23:25.729Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:23:25.729Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:23:26.729Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:23:26.730Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:23:26.730Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:23:26.730Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:23:27.730Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:23:27.731Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:23:27.731Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:23:27.731Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:23:28.731Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:23:28.732Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:23:28.732Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:23:28.732Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "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-21T23:23:29.733Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-21T23:23:29.733Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:23:29.733Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:23:29.733Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:23:30.734Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b14a5d24-609a-4621-9245-02be9977a28a", "serviceDescription": "service", "serviceInvariantUUID": "136d285d-e4af-4545-81bf-7e9378a9c864", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "670ba865-de8e-4900-8a19-cb55a379368b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7b7a575d-86f2-47f1-80b7-9760bf67f0cf", "resourceInvariantUUID": "f6a448c5-fe60-44c5-a04c-5173ae5e57e8", "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": "Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dc5bb7d8-11b2-4e60-a503-312fc026e411" } ], "workloadContext": "Production" } 2023-03-21T23:23:30.734Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-21T23:23:30.734Z|1730a31c-6753-4a08-aae8-7d58b8d7d655|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b14a5d24-609a-4621-9245-02be9977a28a ASDC 2023-03-21T23:23:30.734Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:be804afb-371a-4e4a-b452-fe3d631d4d8a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b14a5d24-609a-4621-9245-02be9977a28a ServiceInvariantUUID:136d285d-e4af-4545-81bf-7e9378a9c864 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:dc5bb7d8-11b2-4e60-a503-312fc026e411 ArtifactChecksum:Zjc1YWRjNDFjOWFiNjQ1NDhiODUyMTdmMTM3YjhmMmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:670ba865-de8e-4900-8a19-cb55a379368b ResourceInvariantUUID:f6a448c5-fe60-44c5-a04c-5173ae5e57e8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:7b7a575d-86f2-47f1-80b7-9760bf67f0cf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-21T23:23:30.734Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b14a5d24-609a-4621-9245-02be9977a28a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-21T23:23:30.759Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-21T23:23:30.759Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:23:30.759Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2023-03-21T23:23:30.759Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dc5bb7d8-11b2-4e60-a503-312fc026e411 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-21T23:23:30.759Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2023-03-21T23:23:30.760Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:23:30.777Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||GET Response Status 404 2023-03-21T23:23:30.778Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4d9781e5 2023-03-21T23:23:30.778Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-21T23:23:30.778Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:23:30.778Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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 dc5bb7d8-11b2-4e60-a503-312fc026e411 Specified artifact is not found 300 ASDC artifact download fail 2023-03-21T23:23:30.778Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:23:30.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:23:30.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-21T23:23:30.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:23:30.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:23:30.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679441010778, "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-21T23:23:31.780Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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:dc5bb7d8-11b2-4e60-a503-312fc026e411) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-21T23:23:31.799Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:23:31.800Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7b7a575d-86f2-47f1-80b7-9760bf67f0cf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-21T23:23:31.808Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:23:31.828Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf test-pnf 2023-03-21T23:23:31.829Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T23:23:31.829Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T23:23:31.829Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 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-21T23:23:31.836Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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$$2da00d2a.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-21T23:23:31.848Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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$$2da00d2a.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-21T23:23:31.854Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 7b7a575d-86f2-47f1-80b7-9760bf67f0cf 0 ASDC deployResourceStructure 2023-03-21T23:23:31.854Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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$$2da00d2a.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-21T23:23:31.855Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:23:31.855Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:23:31.855Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-21T23:23:31.855Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:23:31.855Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:23:31.855Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679441011854, "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-21T23:23:32.855Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:23:32.867Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-21T23:23:32.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-21T23:23:32.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-21T23:23:32.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-21T23:23:32.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-21T23:23:32.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:23:32.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:23:32.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-21T23:23:32.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-21T23:23:32.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:23:32.874Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-21T23:23:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:23:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:23:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "1730a31c-6753-4a08-aae8-7d58b8d7d655", "consumerID": "SO-sdc-controller", "timestamp": 1679441000710, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-21T23:23:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:23:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:23:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:23:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:23:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:23:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-21T23:23:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:23:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:23:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-21T23:23:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:23:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:23:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-21T23:23:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:23:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:23:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-21T23:23:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:23:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:23:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:23:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:23:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:23:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-21T23:23:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:23:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:23:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-21T23:23:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:23:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:23:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679440264707, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-21T23:23:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:23:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:23:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679441010778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-21T23:23:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:23:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:23:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679441011854, "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-21T23:23:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:24:02.875Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-21T23:24:02.883Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be804afb-371a-4e4a-b452-fe3d631d4d8a and serviceModelVersionId: b14a5d24-609a-4621-9245-02be9977a28a 2023-03-21T23:24:02.883Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 136d285d-e4af-4545-81bf-7e9378a9c864 2023-03-21T23:24:02.884Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 2023-03-21T23:24:02.890Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2023-03-21T23:24:02.899Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-21T23:24:02.900Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||Invoke 2023-03-21T23:24:02.907Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-21T23:24:03.051Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0|INFO|500||InvokeReturn 2023-03-21T23:24:03.051Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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/136d285d-e4af-4545-81bf-7e9378a9c864/model-vers/model-ver/b14a5d24-609a-4621-9245-02be9977a28a?depth=0 has http status code:200 and response headers:{date=[Tue, 21 Mar 2023 23:24:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[278592], x-aai-txid=[1-aai-resources-230321-23:24:01:811-79197], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-21T23:24:03.051Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2023-03-21T23:24:03.051Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-21T23:24:03.051Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:24:03.060Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|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-21T23:24:03.060Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be804afb-371a-4e4a-b452-fe3d631d4d8a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-21T23:24:03.060Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-21T23:24:03.060Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2023-03-21T23:24:03.060Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-21T23:24:03.060Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Trying to send status: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679441043060, "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-21T23:24:04.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:24:04.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-21T23:24:04.076Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-21T23:24:04.076Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-21T23:24:04.076Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T23:24:04.076Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T23:24:04.077Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T23:24:04.077Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T23:24:04.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-1a665720-d6ff-4f31-8fb5-2ef3060cc693 2023-03-21T23:24:04.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-21T23:24:04.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-03-21T23:24:04.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-21T23:24:04.539Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:07.549Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:10.559Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:13.567Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:16.576Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:19.584Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:22.594Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:25.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:28.609Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:31.617Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:34.626Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:37.638Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:40.648Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:43.658Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:46.667Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-21T23:24:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:24:49.184Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T23:24:49.185Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-21T23:24:49.189Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=76, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T23:24:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=76, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-1a665720-d6ff-4f31-8fb5-2ef3060cc693', protocol='range'} 2023-03-21T23:24:49.192Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T23:24:49.192Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T23:24:49.192Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T23:24:49.193Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T23:24:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T23:24:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-21T23:24:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 76: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-1a665720-d6ff-4f31-8fb5-2ef3060cc693=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-21T23:24:49.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=76, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-21T23:24:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=76, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-1a665720-d6ff-4f31-8fb5-2ef3060cc693', protocol='range'} 2023-03-21T23:24:49.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-21T23:24:49.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-03-21T23:24:49.208Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-21T23:24:49.208Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-03-21T23:24:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T23:24:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:24:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:24:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3143, offsetEpoch=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-21T23:24:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:24:49.211Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T23:24:49.211Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:24:49.211Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:24:49.211Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:24:49.211Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-21T23:24:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-21T23:24:49.212Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-21T23:24:49.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-21T23:24:49.723Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "be804afb-371a-4e4a-b452-fe3d631d4d8a", "consumerID": "SO-sdc-controller", "timestamp": 1679441043060, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-21T23:24:49.724Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-21T23:24:50.378Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Fetch position FetchPosition{offset=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} is out of range for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0, resetting offset 2023-03-21T23:24:50.382Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=12, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-03-21T23:25:04.076Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:25:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:26:04.078Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:26:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:27:04.078Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:27:49.173Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:28:04.078Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:28:49.176Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:29:04.078Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:29:49.177Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:30:04.080Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:30:49.177Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:31:04.080Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:31:49.178Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:32:04.081Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:32:49.179Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:33:04.082Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:33:49.179Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:34:04.082Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:34:49.180Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:35:04.084Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:35:49.180Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:36:04.084Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:36:49.180Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:37:04.085Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:37:49.181Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:38:04.085Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:38:49.183Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:39:04.086Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:39:49.183Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:40:04.087Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:40:49.185Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:41:04.088Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:41:49.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:42:04.089Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:42:49.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:43:04.089Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:43:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:44:04.090Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:44:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:45:04.091Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:45:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:46:04.091Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:46:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:47:04.093Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:47:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:48:04.093Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:48:49.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:49:04.095Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:49:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:50:04.095Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:50:49.194Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:51:04.096Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:51:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:52:04.097Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:52:49.194Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:53:04.098Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:53:49.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:54:04.098Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:54:49.195Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:55:04.099Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:55:49.196Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:56:04.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:56:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:57:04.102Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:57:49.198Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:58:04.103Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:58:49.200Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-21T23:59:04.103Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-21T23:59:49.201Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:00:04.104Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:00:49.201Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:01:04.105Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:01:49.203Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:02:04.105Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:02:49.204Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:03:04.105Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:03:49.205Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:04:04.106Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:04:49.206Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:05:04.107Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:05:49.206Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:06:04.107Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:06:49.206Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:07:04.107Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:07:49.208Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:08:04.108Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:08:49.208Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:09:04.109Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:09:49.209Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:10:04.109Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:10:49.211Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:11:04.109Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:11:49.211Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:12:04.110Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:12:49.211Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:13:04.110Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:13:49.213Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:14:04.112Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:14:49.215Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:15:04.113Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:15:49.216Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:16:04.113Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:16:49.216Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:17:04.114Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:17:49.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:18:04.114Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:18:49.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:19:04.114Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:19:49.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:20:04.116Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:20:49.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:21:04.116Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:21:49.218Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:22:04.118Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:22:49.219Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:23:04.119Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:23:49.219Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:24:04.119Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:24:49.220Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:25:04.120Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:25:49.221Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:26:04.121Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:26:49.221Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:27:04.122Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:27:49.222Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:28:04.124Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:28:49.222Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:29:04.125Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:29:49.222Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:30:04.126Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:30:49.223Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:31:04.127Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:31:49.224Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:32:04.128Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:32:49.225Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:33:04.128Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:33:49.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:34:04.130Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:34:49.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:35:04.131Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:35:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:36:04.131Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:36:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:37:04.131Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:37:49.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:38:04.133Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:38:49.230Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:39:04.134Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:39:49.231Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:40:04.134Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:40:49.233Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:41:04.134Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:41:49.233Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:42:04.135Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:42:49.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:43:04.136Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:43:49.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:44:04.136Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:44:49.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:45:04.137Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:45:49.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:46:04.139Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:46:49.236Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:47:04.139Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:47:49.237Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:48:04.139Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:48:49.238Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:49:04.139Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:49:49.238Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:50:04.140Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:50:49.240Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:51:04.140Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:51:49.240Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:52:04.142Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:52:49.241Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:53:04.142Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:53:49.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:54:04.142Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:54:49.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:55:04.144Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:55:49.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:56:04.144Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:56:49.244Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:57:04.145Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:57:49.245Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:58:04.147Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:58:49.245Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T00:59:04.148Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T00:59:49.246Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:00:04.149Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:00:49.246Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:01:04.150Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:01:49.247Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:02:04.151Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:02:49.249Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:03:04.152Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:03:49.250Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:04:04.153Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:04:49.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:05:04.154Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:05:49.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:06:04.155Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:06:49.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:07:04.156Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:07:49.254Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:08:04.157Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:08:49.255Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:09:04.157Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:09:49.255Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:10:04.158Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:10:49.255Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:11:04.160Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:11:49.256Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:12:04.160Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:12:49.256Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:13:04.161Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:13:49.257Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:14:04.163Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:14:49.257Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:15:04.164Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:15:49.258Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:16:04.165Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:16:49.260Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:17:04.166Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:17:49.262Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:18:04.166Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:18:49.263Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:19:04.166Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:19:49.263Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:20:04.167Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:20:49.264Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:21:04.167Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:21:49.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:22:04.167Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:22:49.267Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:23:04.169Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:23:49.267Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:24:04.169Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:24:49.268Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:25:04.169Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:25:49.268Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:26:04.171Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:26:49.269Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:27:04.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:27:49.270Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:28:04.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:28:49.272Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:29:04.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:29:49.272Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:30:04.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:30:49.273Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:31:04.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:31:49.275Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:32:04.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:32:49.276Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:33:04.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:33:49.276Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:34:04.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:34:49.277Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:35:04.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:35:49.278Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:36:04.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:36:49.279Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:37:04.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:37:49.280Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:38:04.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:38:49.282Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:39:04.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:39:49.283Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:40:04.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:40:49.284Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:41:04.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:41:49.285Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:42:04.183Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:42:49.286Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:43:04.184Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:43:49.287Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:44:04.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:44:49.287Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:45:04.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:45:49.289Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:46:04.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:46:49.290Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:47:04.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:47:49.290Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:48:04.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:48:49.291Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:49:04.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:49:49.291Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:50:04.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:50:49.292Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:51:04.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:51:49.293Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:52:04.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:52:49.294Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:53:04.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:53:49.296Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:54:04.200Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:54:49.296Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:55:04.200Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:55:49.297Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:56:04.200Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:56:49.298Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:57:04.200Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:57:49.298Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:58:04.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:58:49.300Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T01:59:04.203Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T01:59:49.301Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:00:04.203Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:00:49.301Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:01:04.203Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:01:49.303Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:02:04.205Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:02:49.303Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:03:04.205Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:03:49.305Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:04:04.206Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:04:49.306Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:05:04.207Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:05:49.308Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:06:04.207Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:06:49.309Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:07:04.208Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:07:49.309Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:08:04.209Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:08:49.311Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:09:04.210Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:09:49.311Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:10:04.210Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:10:49.313Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:11:04.211Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:11:49.313Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:12:04.212Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:12:49.315Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:13:04.213Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:13:49.315Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:14:04.214Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:14:49.317Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:15:04.216Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:15:49.318Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:16:04.216Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:16:49.318Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:17:04.218Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:17:49.320Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:18:04.219Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:18:49.320Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:19:04.219Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:19:49.321Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:20:04.220Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:20:49.322Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:21:04.222Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:21:49.322Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:22:04.222Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:22:49.323Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:23:04.222Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:23:49.324Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:24:04.223Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:24:49.326Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:25:04.223Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:25:49.326Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:26:04.225Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:26:49.328Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:27:04.226Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:27:49.329Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:28:04.227Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:28:49.330Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:29:04.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:29:49.332Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:30:04.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:30:49.332Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:31:04.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:31:49.332Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:32:04.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:32:49.333Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:33:04.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:33:49.334Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:34:04.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:34:49.335Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:35:04.232Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:35:49.336Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:36:04.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:36:49.337Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:37:04.233Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:37:49.337Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:38:04.234Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:38:49.338Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:39:04.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:39:49.339Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:40:04.236Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:40:49.339Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:41:04.237Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:41:49.341Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:42:04.238Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:42:49.342Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:43:04.239Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:43:49.342Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:44:04.239Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:44:49.343Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:45:04.241Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:45:49.343Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:46:04.242Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:46:49.345Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:47:04.242Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:47:49.345Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:48:04.244Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:48:49.345Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:49:04.244Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:49:49.345Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:50:04.244Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:50:49.346Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:51:04.245Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:51:49.347Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:52:04.246Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:52:49.348Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:53:04.246Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:53:49.350Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:54:04.247Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:54:49.351Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:55:04.247Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:55:49.352Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:56:04.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:56:49.353Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:57:04.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:57:49.354Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:58:04.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:58:49.355Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T02:59:04.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T02:59:49.356Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:00:04.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:00:49.356Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:01:04.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:01:49.357Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:02:04.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:02:49.357Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:03:04.254Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:03:49.359Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:04:04.255Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:04:49.359Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:05:04.255Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:05:49.360Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:06:04.257Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:06:49.361Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:07:04.257Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:07:49.362Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:08:04.257Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:08:49.363Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:09:04.258Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:09:49.363Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:10:04.258Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:10:49.363Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:11:04.260Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:11:49.364Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:12:04.261Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:12:49.366Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:13:04.261Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:13:49.367Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:14:04.262Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:14:49.368Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:15:04.264Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:15:49.369Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:16:04.264Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:16:49.370Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:17:04.266Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:17:49.372Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:18:04.267Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:18:49.372Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:19:04.267Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:19:49.374Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:20:04.269Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:20:49.375Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:21:04.269Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:21:49.375Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:22:04.270Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:22:49.376Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:23:04.271Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:23:49.378Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:24:04.272Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:24:49.378Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:25:04.273Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:25:49.378Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:26:04.274Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:26:49.379Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:27:04.275Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:27:49.381Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:28:04.275Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:28:49.381Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:29:04.275Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:29:49.382Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:30:04.276Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:30:49.382Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:31:04.276Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:31:49.383Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:32:04.277Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:32:49.384Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:33:04.278Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:33:49.385Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:34:04.279Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:34:49.387Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:35:04.279Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:35:49.388Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:36:04.280Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:36:49.388Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:37:04.281Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:37:49.389Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:38:04.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:38:49.390Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:39:04.282Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:39:49.391Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:40:04.283Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:40:49.392Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:41:04.285Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:41:49.393Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:42:04.287Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:42:49.393Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:43:04.288Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:43:49.395Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:44:04.289Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:44:49.396Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:45:04.289Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:45:49.397Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:46:04.289Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:46:49.397Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:47:04.291Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:47:49.398Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:48:04.291Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:48:49.400Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:49:04.291Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:49:49.401Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:50:04.292Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:50:49.402Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:51:04.294Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:51:49.403Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:52:04.294Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:52:49.403Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:53:04.296Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:53:49.404Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:54:04.296Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:54:49.404Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:55:04.296Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:55:49.406Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:56:04.298Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:56:49.407Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:57:04.298Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:57:49.408Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:58:04.299Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:58:49.409Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T03:59:04.300Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T03:59:49.410Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:00:04.301Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:00:49.410Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:01:04.302Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:01:49.410Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:02:04.303Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:02:49.411Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:03:04.303Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:03:49.411Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:04:04.304Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:04:49.412Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:05:04.305Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:05:49.413Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:06:04.306Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:06:49.413Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:07:04.306Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:07:49.414Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:08:04.308Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:08:49.415Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:09:04.308Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:09:49.416Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:10:04.310Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:10:49.416Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:11:04.310Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:11:49.417Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:12:04.311Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:12:49.418Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:13:04.312Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:13:49.418Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:14:04.313Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:14:49.419Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:15:04.315Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:15:49.420Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:16:04.315Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:16:49.420Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:17:04.317Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:17:49.422Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:18:04.318Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:18:49.422Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:19:04.318Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:19:49.424Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:20:04.318Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:20:49.425Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:21:04.320Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:21:49.426Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:22:04.320Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:22:49.426Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:23:04.322Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:23:49.427Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:24:04.323Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:24:49.429Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:25:04.324Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:25:49.430Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:26:04.326Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:26:49.431Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:27:04.326Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:27:49.432Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:28:04.327Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:28:49.433Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:29:04.327Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:29:49.433Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:30:04.327Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:30:49.434Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:31:04.328Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:31:49.436Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:32:04.329Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:32:49.436Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:33:04.330Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:33:49.437Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:34:04.330Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:34:49.439Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:35:04.332Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:35:49.440Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:36:04.332Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:36:49.441Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:37:04.333Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:37:49.442Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:38:04.335Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:38:49.443Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:39:04.336Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:39:49.444Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:40:04.336Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:40:49.445Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:41:04.337Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:41:49.446Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:42:04.338Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:42:49.446Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:43:04.338Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:43:49.447Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:44:04.338Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:44:49.449Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:45:04.338Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:45:49.450Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:46:04.340Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:46:49.450Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:47:04.341Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:47:49.451Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:48:04.341Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:48:49.452Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:49:04.343Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:49:49.453Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:50:04.343Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:50:49.454Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:51:04.344Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:51:49.455Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:52:04.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:52:49.455Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:53:04.345Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:53:49.456Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:54:04.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:54:49.458Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:55:04.349Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:55:49.459Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:56:04.350Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:56:49.460Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:57:04.350Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:57:49.461Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:58:04.350Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:58:49.461Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T04:59:04.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T04:59:49.463Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:00:04.351Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:00:49.463Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:01:04.352Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:01:49.465Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:02:04.353Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:02:49.465Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:03:04.354Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:03:49.467Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:04:04.356Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:04:49.468Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:05:04.356Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:05:49.469Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:06:04.357Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:06:49.471Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:07:04.358Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:07:49.472Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:08:04.359Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:08:49.474Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:09:04.360Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:09:49.474Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:10:04.360Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:10:49.475Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:11:04.362Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:11:49.476Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:12:04.363Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:12:49.476Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:13:04.364Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:13:49.477Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:14:04.364Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:14:49.478Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:15:04.365Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:15:49.480Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:16:04.366Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:16:49.480Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:17:04.367Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:17:49.481Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:18:04.367Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:18:49.483Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:19:04.369Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:19:49.483Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:20:04.370Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:20:49.485Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:21:04.371Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:21:49.485Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:22:04.371Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:22:49.486Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:23:04.373Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:23:49.488Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:24:04.374Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:24:49.489Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:25:04.374Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:25:49.490Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:26:04.375Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:26:49.490Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:27:04.376Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:27:49.491Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:28:04.378Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:28:49.491Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:29:04.378Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:29:49.492Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:30:04.378Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:30:49.493Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:31:04.378Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:31:49.494Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:32:04.378Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:32:49.496Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:33:04.378Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:33:49.496Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:34:04.379Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:34:49.497Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:35:04.379Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:35:49.498Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:36:04.379Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:36:49.500Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:37:04.381Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:37:49.500Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:38:04.383Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:38:49.502Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:39:04.384Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:39:49.503Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:40:04.385Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:40:49.505Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:41:04.385Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:41:49.505Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:42:04.387Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:42:49.506Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:43:04.388Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:43:49.507Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:44:04.389Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:44:49.508Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:45:04.390Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:45:49.509Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:46:04.391Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:46:49.511Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:47:04.391Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:47:49.512Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:48:04.392Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:48:49.512Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:49:04.394Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:49:49.513Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:50:04.398Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:50:49.513Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:51:04.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:51:49.514Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:52:04.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:52:49.515Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:53:04.400Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:53:49.516Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:54:04.400Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:54:49.517Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:55:04.400Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:55:49.518Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:56:04.401Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:56:49.518Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:57:04.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:57:49.520Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:58:04.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:58:49.521Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T05:59:04.403Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T05:59:49.521Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:00:04.403Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:00:49.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:01:04.404Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:01:49.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:02:04.404Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:02:49.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:03:04.405Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:03:49.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:04:04.405Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:04:49.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:05:04.407Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:05:49.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:06:04.407Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:06:49.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:07:04.409Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:07:49.528Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:08:04.411Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:08:49.529Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:09:04.412Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:09:49.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:10:04.413Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:10:49.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:11:04.414Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:11:49.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:12:04.415Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:12:49.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:13:04.416Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:13:49.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:14:04.417Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:14:49.532Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:15:04.417Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:15:49.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:16:04.418Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:16:49.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:17:04.418Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:17:49.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:18:04.418Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:18:49.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:19:04.419Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:19:49.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:20:04.420Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:20:49.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:21:04.421Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:21:49.537Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:22:04.421Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:22:49.539Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:23:04.422Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:23:49.539Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:24:04.422Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:24:49.539Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:25:04.422Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:25:49.540Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:26:04.424Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:26:49.542Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:27:04.424Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:27:49.543Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:28:04.425Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:28:49.543Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:29:04.426Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:29:49.544Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:30:04.426Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:30:49.544Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:31:04.428Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:31:49.544Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:32:04.428Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:32:49.545Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:33:04.430Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:33:49.545Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:34:04.430Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:34:49.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:35:04.431Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:35:49.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:36:04.432Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:36:49.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:37:04.433Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:37:49.548Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:38:04.434Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:38:49.548Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:39:04.434Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:39:49.548Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:40:04.438Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:40:49.549Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:41:04.438Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:41:49.551Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:42:04.438Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:42:49.553Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:43:04.438Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:43:49.553Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:44:04.440Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:44:49.555Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:45:04.440Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:45:49.558Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:46:04.441Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:46:49.559Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:47:04.443Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:47:49.560Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:48:04.443Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:48:49.561Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:49:04.443Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:49:49.562Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:50:04.444Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:50:49.563Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:51:04.446Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:51:49.564Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:52:04.446Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:52:49.564Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:53:04.449Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:53:49.565Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:54:04.451Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:54:49.565Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:55:04.451Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:55:49.566Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:56:04.453Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:56:49.567Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:57:04.453Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:57:49.568Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:58:04.454Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:58:49.568Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T06:59:04.455Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T06:59:49.570Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:00:04.459Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:00:49.570Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:01:04.460Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:01:49.572Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:02:04.460Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:02:49.572Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:03:04.462Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:03:49.573Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:04:04.462Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:04:49.575Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:05:04.462Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:05:49.576Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:06:04.466Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:06:49.576Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:07:04.466Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:07:49.576Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:08:04.467Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:08:49.577Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:09:04.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:09:49.577Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:10:04.478Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:10:49.577Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:11:04.479Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:11:49.578Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:12:04.480Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:12:49.578Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:13:04.481Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:13:49.579Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:14:04.482Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:14:49.579Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:15:04.483Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:15:49.580Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:16:04.484Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:16:49.582Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:17:04.486Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:17:49.583Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:18:04.487Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:18:49.584Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:19:04.487Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:19:49.584Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:20:04.487Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:20:49.586Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:21:04.492Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:21:49.586Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:22:04.492Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:22:49.587Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:23:04.492Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:23:49.587Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:24:04.493Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:24:49.588Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:25:04.495Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:25:49.588Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:26:04.495Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:26:49.590Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:27:04.496Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:27:49.591Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:28:04.498Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:28:49.591Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:29:04.498Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:29:49.591Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:30:04.500Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:30:49.593Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:31:04.500Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:31:49.594Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:32:04.500Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:32:49.595Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:33:04.501Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:33:49.596Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:34:04.501Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:34:49.597Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:35:04.503Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:35:49.597Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:36:04.504Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:36:49.597Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:37:04.508Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:37:49.599Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:38:04.510Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:38:49.599Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:39:04.511Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:39:49.600Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:40:04.511Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:40:49.601Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:41:04.512Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:41:49.601Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:42:04.512Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:42:49.602Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:43:04.513Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:43:49.602Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:44:04.514Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:44:49.603Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:45:04.514Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:45:49.604Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:46:04.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:46:49.604Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:47:04.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:47:49.605Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:48:04.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:48:49.605Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:49:04.515Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:49:49.606Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:50:04.517Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:50:49.607Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:51:04.526Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:51:49.609Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:52:04.526Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:52:49.610Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:53:04.526Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:53:49.611Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:54:04.527Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:54:49.611Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:55:04.527Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:55:49.613Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:56:04.528Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:56:49.614Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:57:04.530Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:57:49.614Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:58:04.530Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:58:49.614Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T07:59:04.531Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T07:59:49.615Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:00:04.531Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:00:49.615Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:01:04.532Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:01:49.616Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:02:04.533Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:02:49.616Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:03:04.533Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:03:49.617Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:04:04.533Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:04:49.617Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:05:04.533Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:05:49.618Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:06:04.533Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:06:49.619Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:07:04.533Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:07:49.620Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:08:04.535Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:08:49.621Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:09:04.535Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:09:49.621Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:10:04.536Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:10:49.622Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:11:04.537Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:11:49.623Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:12:04.538Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:12:49.624Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:13:04.538Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:13:49.624Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:14:04.539Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:14:49.624Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:15:04.539Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:15:49.624Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:16:04.540Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:16:49.626Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:17:04.542Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:17:49.627Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:18:04.543Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:18:49.627Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:19:04.544Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:19:49.627Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:20:04.545Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:20:49.629Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:21:04.546Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:21:49.629Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:22:04.548Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:22:49.630Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:23:04.549Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:23:49.632Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:24:04.549Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:24:49.633Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:25:04.550Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:25:49.633Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:26:04.552Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:26:49.634Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:27:04.553Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:27:49.636Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:28:04.554Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:28:49.636Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:29:04.555Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:29:49.638Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:30:04.555Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:30:49.639Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:31:04.557Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:31:49.639Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:32:04.557Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:32:49.640Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:33:04.558Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:33:49.641Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:34:04.559Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:34:49.642Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:35:04.559Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:35:49.642Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:36:04.559Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:36:49.643Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:37:04.560Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:37:49.644Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:38:04.561Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:38:49.646Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:39:04.562Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:39:49.647Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:40:04.562Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:40:49.648Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:41:04.562Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:41:49.649Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:42:04.563Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:42:49.649Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:43:04.564Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:43:49.651Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:44:04.564Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:44:49.651Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:45:04.565Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:45:49.652Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:46:04.567Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:46:49.653Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:47:04.568Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:47:49.655Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:48:04.568Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:48:49.656Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:49:04.568Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:49:49.656Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:50:04.569Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:50:49.657Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:51:04.569Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:51:49.658Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:52:04.570Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:52:49.660Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:53:04.571Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:53:49.661Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:54:04.572Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:54:49.661Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:55:04.573Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:55:49.663Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:56:04.573Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:56:49.664Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:57:04.574Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:57:49.664Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:58:04.576Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:58:49.666Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T08:59:04.576Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T08:59:49.666Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:00:04.576Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:00:49.668Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:01:04.577Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:01:49.668Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:02:04.577Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:02:49.668Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:03:04.579Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:03:49.670Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:04:04.579Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:04:49.670Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:05:04.580Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:05:49.672Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:06:04.580Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:06:49.672Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:07:04.580Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:07:49.672Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:08:04.580Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:08:49.672Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:09:04.582Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:09:49.674Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:10:04.582Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:10:49.675Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:11:04.584Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:11:49.676Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:12:04.585Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:12:49.677Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:13:04.586Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:13:49.677Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:14:04.587Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:14:49.679Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:15:04.588Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:15:49.680Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:16:04.588Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:16:49.680Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:17:04.590Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:17:49.682Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:18:04.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:18:49.683Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:19:04.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:19:49.684Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:20:04.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:20:49.685Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:21:04.592Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:21:49.685Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:22:04.592Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:22:49.687Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:23:04.594Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:23:49.687Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:24:04.594Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:24:49.687Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:25:04.596Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:25:49.688Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:26:04.597Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:26:49.688Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:27:04.598Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:27:49.689Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:28:04.598Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:28:49.691Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:29:04.600Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:29:49.692Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:30:04.601Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:30:49.693Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:31:04.602Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:31:49.694Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:32:04.602Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:32:49.695Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:33:04.604Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:33:49.696Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:34:04.605Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:34:49.697Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:35:04.606Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:35:49.697Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:36:04.607Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:36:49.698Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:37:04.608Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:37:49.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:38:04.608Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:38:49.699Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:39:04.609Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:39:49.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:40:04.609Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:40:49.700Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:41:04.610Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:41:49.701Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:42:04.611Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:42:49.701Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:43:04.612Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:43:49.702Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:44:04.612Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:44:49.703Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:45:04.614Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:45:49.704Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:46:04.615Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:46:49.706Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:47:04.616Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:47:49.706Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:48:04.617Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:48:49.707Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:49:04.621Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:49:49.708Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:50:04.623Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:50:49.709Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:51:04.623Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:51:49.711Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:52:04.625Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:52:49.711Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:53:04.626Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:53:49.713Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:54:04.626Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:54:49.714Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:55:04.628Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:55:49.715Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:56:04.629Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:56:49.715Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:57:04.629Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:57:49.716Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:58:04.634Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:58:49.717Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T09:59:04.634Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T09:59:49.719Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:00:04.634Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:00:49.721Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:01:04.636Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:01:49.722Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:02:04.637Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:02:49.723Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:03:04.638Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:03:49.723Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:04:04.639Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:04:49.724Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:05:04.641Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:05:49.724Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:06:04.641Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:06:49.725Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:07:04.641Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:07:49.727Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:08:04.641Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:08:49.727Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:09:04.641Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:09:49.727Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:10:04.642Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:10:49.727Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:11:04.644Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:11:49.729Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:12:04.646Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:12:49.730Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:13:04.646Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:13:49.731Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:14:04.647Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:14:49.732Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:15:04.648Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:15:49.733Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:16:04.649Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:16:49.733Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:17:04.650Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:17:49.734Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:18:04.651Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:18:49.734Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:19:04.652Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:19:49.737Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:20:04.652Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:20:49.738Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:21:04.654Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:21:49.738Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:22:04.655Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:22:49.738Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:23:04.655Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:23:49.739Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:24:04.656Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:24:49.741Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:25:04.657Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:25:49.742Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:26:04.657Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:26:49.743Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:27:04.658Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:27:49.743Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:28:04.659Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:28:49.745Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:29:04.660Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:29:49.745Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:30:04.661Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:30:49.746Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:31:04.662Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:31:49.747Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:32:04.663Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:32:49.747Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:33:04.664Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:33:49.748Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:34:04.664Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:34:49.748Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:35:04.665Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:35:49.749Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:36:04.665Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:36:49.749Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:37:04.666Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:37:49.750Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:38:04.666Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:38:49.750Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:39:04.667Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:39:49.751Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:40:04.667Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:40:49.751Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:41:04.669Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:41:49.752Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:42:04.669Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:42:49.753Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:43:04.671Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:43:49.754Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:44:04.671Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:44:49.756Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:45:04.673Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:45:49.757Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:46:04.674Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:46:49.758Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:47:04.674Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:47:49.758Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:48:04.676Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:48:49.759Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:49:04.677Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:49:49.760Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:50:04.678Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:50:49.761Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:51:04.678Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:51:49.762Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:52:04.678Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:52:49.762Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:53:04.680Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:53:49.763Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:54:04.680Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:54:49.765Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:55:04.682Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:55:49.766Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:56:04.683Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:56:49.767Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:57:04.683Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:57:49.768Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:58:04.684Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:58:49.769Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T10:59:04.684Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T10:59:49.770Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:00:04.684Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:00:49.770Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:01:04.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:01:49.771Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:02:04.686Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:02:49.773Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:03:04.688Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:03:49.774Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:04:04.689Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:04:49.775Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:05:04.690Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:05:49.775Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:06:04.690Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:06:49.776Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:07:04.691Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:07:49.777Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:08:04.691Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:08:49.778Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:09:04.692Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:09:49.779Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:10:04.692Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:10:49.779Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:11:04.693Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:11:49.780Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:12:04.694Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:12:49.781Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:13:04.695Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:13:49.782Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:14:04.695Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:14:49.782Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:15:04.696Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:15:49.784Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:16:04.696Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:16:49.785Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:17:04.696Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:17:49.785Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:18:04.697Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:18:49.785Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:19:04.698Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:19:49.787Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:20:04.699Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:20:49.787Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:21:04.699Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:21:49.787Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:22:04.700Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:22:49.788Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:23:04.701Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:23:49.789Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:24:04.701Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:24:49.789Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:25:04.703Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:25:49.789Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:26:04.703Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:26:49.790Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:27:04.703Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:27:49.790Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:28:04.704Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:28:49.791Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:29:04.705Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:29:49.792Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:30:04.706Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:30:49.792Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:31:04.710Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:31:49.794Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:32:04.710Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:32:49.794Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:33:04.712Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:33:49.795Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:34:04.713Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:34:49.797Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:35:04.713Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:35:49.797Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:36:04.713Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:36:49.798Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:37:04.715Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:37:49.798Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:38:04.716Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:38:49.798Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:39:04.717Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:39:49.798Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:40:04.717Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:40:49.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:41:04.718Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:41:49.800Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:42:04.719Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:42:49.800Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:43:04.720Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:43:49.801Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:44:04.721Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:44:49.803Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:45:04.722Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:45:49.803Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:46:04.723Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:46:49.804Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:47:04.724Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:47:49.805Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:48:04.725Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:48:49.806Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:49:04.726Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:49:49.806Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:50:04.727Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:50:49.807Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:51:04.728Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:51:49.809Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:52:04.729Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:52:49.809Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:53:04.730Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:53:49.809Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:54:04.731Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:54:49.810Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:55:04.732Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:55:49.812Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:56:04.732Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:56:49.812Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:57:04.733Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:57:49.813Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:58:04.734Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:58:49.815Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T11:59:04.735Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T11:59:49.815Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:00:04.736Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:00:49.817Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:01:04.737Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:01:49.818Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:02:04.738Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:02:49.818Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:03:04.738Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:03:49.819Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:04:04.740Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:04:49.820Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:05:04.740Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:05:49.821Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:06:04.741Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:06:49.821Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:07:04.741Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:07:49.822Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:08:04.742Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:08:49.824Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:09:04.742Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:09:49.824Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:10:04.744Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:10:49.826Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:11:04.745Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:11:49.826Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:12:04.745Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:12:49.826Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:13:04.747Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:13:49.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:14:04.748Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:14:49.827Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:15:04.748Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:15:49.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:16:04.749Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:16:49.829Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:17:04.750Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:17:49.830Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:18:04.752Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:18:49.831Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:19:04.753Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:19:49.832Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:20:04.754Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:20:49.833Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:21:04.754Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:21:49.833Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:22:04.755Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:22:49.834Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:23:04.756Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:23:49.834Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:24:04.757Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:24:49.834Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:25:04.759Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:25:49.835Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:26:04.759Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:26:49.836Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:27:04.760Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:27:49.836Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:28:04.760Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:28:49.837Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:29:04.760Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:29:49.837Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:30:04.761Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:30:49.838Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:31:04.761Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:31:49.839Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:32:04.761Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:32:49.839Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:33:04.763Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:33:49.839Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:34:04.763Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:34:49.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:35:04.764Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:35:49.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:36:04.764Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:36:49.841Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:37:04.765Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:37:49.841Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:38:04.766Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:38:49.841Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:39:04.767Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:39:49.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:40:04.768Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:40:49.844Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:41:04.768Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:41:49.844Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:42:04.768Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:42:49.844Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:43:04.770Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:43:49.846Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:44:04.770Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:44:49.847Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:45:04.770Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:45:49.847Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:46:04.771Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:46:49.848Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:47:04.773Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:47:49.848Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:48:04.773Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:48:49.850Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:49:04.775Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:49:49.851Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:50:04.775Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:50:49.852Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:51:04.775Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:51:49.853Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:52:04.776Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:52:49.854Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:53:04.777Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:53:49.854Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:54:04.777Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:54:49.854Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:55:04.777Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:55:49.855Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:56:04.777Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:56:49.855Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:57:04.778Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:57:49.857Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:58:04.778Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:58:49.858Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T12:59:04.779Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T12:59:49.859Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:00:04.779Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:00:49.859Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:01:04.781Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:01:49.860Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:02:04.781Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:02:49.861Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:03:04.783Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:03:49.862Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:04:04.783Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:04:49.863Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:05:04.785Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:05:49.863Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:06:04.786Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:06:49.863Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:07:04.787Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:07:49.864Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:08:04.787Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:08:49.864Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:09:04.787Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:09:49.865Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:10:04.789Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:10:49.866Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:11:04.790Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:11:49.868Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:12:04.790Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:12:49.868Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:13:04.790Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:13:49.870Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:14:04.791Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:14:49.871Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:15:04.792Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:15:49.871Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:16:04.793Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:16:49.871Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:17:04.794Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:17:49.871Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:18:04.795Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:18:49.872Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:19:04.795Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:19:49.873Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:20:04.797Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:20:49.873Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:21:04.798Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:21:49.874Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:22:04.798Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:22:49.874Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:23:04.799Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:23:49.875Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:24:04.799Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:24:49.875Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:25:04.799Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:25:49.876Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:26:04.800Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:26:49.876Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:27:04.801Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:27:49.878Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:28:04.802Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:28:49.879Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:29:04.803Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:29:49.879Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:30:04.805Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:30:49.880Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:31:04.805Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:31:49.881Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:32:04.806Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:32:49.882Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:33:04.807Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:33:49.883Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:34:04.810Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:34:49.884Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:35:04.810Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:35:49.885Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:36:04.812Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:36:49.885Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:37:04.812Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:37:49.886Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:38:04.813Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:38:49.887Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:39:04.814Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:39:49.887Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:40:04.815Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:40:49.889Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:41:04.815Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:41:49.889Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:42:04.816Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:42:49.891Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:43:04.817Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:43:49.891Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:44:04.818Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:44:49.892Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:45:04.819Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:45:49.892Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:46:04.820Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:46:49.894Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:47:04.820Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:47:49.895Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:48:04.820Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:48:49.895Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:49:04.822Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:49:49.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:50:04.822Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:50:49.897Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:51:04.822Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:51:49.897Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:52:04.822Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:52:49.899Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:53:04.822Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:53:49.900Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:54:04.823Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:54:49.900Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:55:04.825Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:55:49.901Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:56:04.826Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:56:49.903Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:57:04.826Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:57:49.903Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:58:04.827Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:58:49.905Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T13:59:04.829Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T13:59:49.905Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:00:04.830Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:00:49.906Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:01:04.834Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:01:49.907Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:02:04.835Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:02:49.908Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:03:04.835Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:03:49.909Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:04:04.837Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:04:49.909Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:05:04.838Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:05:49.911Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:06:04.838Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:06:49.911Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:07:04.838Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:07:49.912Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:08:04.839Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:08:49.912Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:09:04.840Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:09:49.913Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:10:04.841Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:10:49.915Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:11:04.841Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:11:49.916Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:12:04.842Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:12:49.917Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:13:04.844Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:13:49.917Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:14:04.845Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:14:49.917Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:15:04.846Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:15:49.919Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:16:04.846Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:16:49.920Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:17:04.848Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:17:49.921Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:18:04.848Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:18:49.922Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:19:04.849Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:19:49.922Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:20:04.849Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:20:49.923Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:21:04.850Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:21:49.923Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:22:04.851Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:22:49.925Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:23:04.851Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:23:49.925Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:24:04.852Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:24:49.926Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:25:04.853Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:25:49.927Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:26:04.854Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:26:49.928Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:27:04.854Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:27:49.928Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:28:04.855Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:28:49.929Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:29:04.856Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:29:49.929Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:30:04.858Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:30:49.930Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:31:04.859Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:31:49.935Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:32:04.859Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:32:49.936Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:33:04.861Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:33:49.936Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:34:04.861Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:34:49.937Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:35:04.861Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:35:49.938Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:36:04.862Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:36:49.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:37:04.864Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:37:49.939Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:38:04.864Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:38:49.940Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:39:04.865Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:39:49.942Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:40:04.866Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:40:49.942Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:41:04.868Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:41:49.944Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:42:04.869Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:42:49.944Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:43:04.870Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:43:49.946Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:44:04.871Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:44:49.946Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:45:04.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:45:49.947Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:46:04.873Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:46:49.948Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:47:04.873Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:47:49.948Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:48:04.875Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:48:49.949Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:49:04.875Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:49:49.949Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:50:04.876Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:50:49.949Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:51:04.876Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:51:49.951Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:52:04.878Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:52:49.952Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:53:04.879Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:53:49.952Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:54:04.880Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:54:49.952Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:55:04.880Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:55:49.953Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:56:04.881Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:56:49.953Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:57:04.882Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:57:49.954Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:58:04.882Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:58:49.955Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T14:59:04.884Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T14:59:49.956Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:00:04.884Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:00:49.956Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:01:04.884Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:01:49.957Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:02:04.885Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:02:49.958Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:03:04.886Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:03:49.958Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:04:04.887Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:04:49.959Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:05:04.887Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:05:49.959Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:06:04.888Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:06:49.960Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:07:04.890Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:07:49.961Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:08:04.890Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:08:49.962Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:09:04.890Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:09:49.963Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:10:04.891Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:10:49.964Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:11:04.892Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:11:49.964Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:12:04.892Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:12:49.964Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:13:04.894Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:13:49.964Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:14:04.895Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:14:49.964Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:15:04.896Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:15:49.966Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:16:04.897Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:16:49.966Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:17:04.897Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:17:49.967Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:18:04.898Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:18:49.967Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:19:04.900Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:19:49.968Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:20:04.900Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:20:49.969Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:21:04.901Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:21:49.970Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:22:04.901Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:22:49.971Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:23:04.903Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:23:49.972Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:24:04.904Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:24:49.973Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:25:04.905Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:25:49.975Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:26:04.905Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:26:49.975Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:27:04.906Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:27:49.975Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:28:04.908Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:28:49.976Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:29:04.908Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:29:49.977Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:30:04.909Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:30:49.979Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:31:04.910Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:31:49.980Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:32:04.910Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:32:49.980Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:33:04.912Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:33:49.981Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:34:04.913Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:34:49.981Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:35:04.914Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:35:49.983Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:36:04.914Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:36:49.983Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:37:04.915Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:37:49.983Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:38:04.916Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:38:49.985Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:39:04.917Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:39:49.985Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:40:04.918Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:40:49.987Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:41:04.918Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:41:49.987Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:42:04.918Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:42:49.987Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:43:04.920Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:43:49.987Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:44:04.921Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:44:49.989Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:45:04.921Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:45:49.989Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:46:04.923Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:46:49.990Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:47:04.923Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:47:49.990Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:48:04.925Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:48:49.991Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:49:04.926Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:49:49.992Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:50:04.927Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:50:49.993Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:51:04.928Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:51:49.993Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:52:04.929Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:52:49.994Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:53:04.929Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:53:49.996Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:54:04.931Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:54:49.997Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:55:04.931Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:55:49.998Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:56:04.933Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:56:49.999Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:57:04.933Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:57:49.999Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:58:04.934Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:58:50.001Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T15:59:04.934Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T15:59:50.001Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:00:04.934Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:00:50.002Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:01:04.935Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:01:50.003Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:02:04.935Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:02:50.004Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:03:04.937Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:03:50.004Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:04:04.938Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:04:50.005Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:05:04.938Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:05:50.005Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:06:04.939Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:06:50.005Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:07:04.940Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:07:50.006Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:08:04.940Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:08:50.007Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:09:04.941Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:09:50.008Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:10:04.941Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:10:50.009Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:11:04.942Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:11:50.009Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:12:04.942Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:12:50.011Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:13:04.944Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:13:50.011Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:14:04.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:14:50.012Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:15:04.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:15:50.013Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:16:04.947Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:16:50.014Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:17:04.947Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:17:50.015Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:18:04.948Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:18:50.016Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:19:04.949Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:19:50.017Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:20:04.949Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:20:50.018Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:21:04.949Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:21:50.019Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:22:04.950Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:22:50.019Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:23:04.951Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:23:50.020Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:24:04.952Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:24:50.022Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:25:04.952Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:25:50.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:26:04.953Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:26:50.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:27:04.953Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:27:50.024Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:28:04.955Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:28:50.025Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:29:04.955Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:29:50.026Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:30:04.956Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:30:50.027Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:31:04.956Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:31:50.027Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:32:04.957Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:32:50.027Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:33:04.958Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:33:50.029Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:34:04.959Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:34:50.030Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:35:04.959Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:35:50.031Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:36:04.960Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:36:50.032Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:37:04.961Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:37:50.032Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:38:04.961Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:38:50.032Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:39:04.962Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:39:50.034Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:40:04.962Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:40:50.034Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:41:04.963Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:41:50.034Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:42:04.964Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:42:50.034Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:43:04.964Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:43:50.034Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:44:04.966Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:44:50.034Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:45:04.966Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:45:50.035Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:46:04.966Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:46:50.036Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:47:04.967Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:47:50.037Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:48:04.968Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:48:50.038Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:49:04.970Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:49:50.038Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:50:04.970Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:50:50.038Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:51:04.971Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:51:50.039Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:52:04.972Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:52:50.040Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:53:04.972Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:53:50.040Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:54:04.972Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:54:50.042Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:55:04.973Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:55:50.043Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:56:04.974Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:56:50.043Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:57:04.975Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:57:50.044Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:58:04.975Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:58:50.045Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T16:59:04.975Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T16:59:50.046Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:00:04.975Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:00:50.047Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:01:04.975Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:01:50.047Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:02:04.976Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:02:50.048Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:03:04.977Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:03:50.048Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:04:04.977Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:04:50.049Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:05:04.977Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:05:50.050Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:06:04.978Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:06:50.050Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:07:04.979Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:07:50.051Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:08:04.979Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:08:50.052Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:09:04.980Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:09:50.053Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:10:04.981Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:10:50.053Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:11:04.983Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:11:50.054Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:12:04.983Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:12:50.056Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:13:04.985Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:13:50.056Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:14:04.986Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:14:50.058Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:15:04.986Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:15:50.058Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:16:04.987Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:16:50.059Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:17:04.988Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:17:50.060Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:18:04.989Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:18:50.060Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:19:04.990Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:19:50.061Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:20:04.991Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:20:50.062Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:21:04.992Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:21:50.063Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:22:04.992Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:22:50.064Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:23:04.993Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:23:50.064Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:24:04.994Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:24:50.065Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:25:04.995Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:25:50.067Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:26:04.996Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:26:50.068Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:27:04.997Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:27:50.068Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:28:04.999Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:28:50.068Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:29:05.000Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:29:50.069Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:30:05.001Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:30:50.070Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:31:05.002Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:31:50.070Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:32:05.003Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:32:50.072Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:33:05.003Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:33:50.072Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:34:05.004Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:34:50.073Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:35:05.006Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:35:50.074Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:36:05.007Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:36:50.074Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:37:05.007Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:37:50.076Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:38:05.008Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:38:50.076Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:39:05.009Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:39:50.078Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:40:05.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:40:50.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:41:05.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:41:50.080Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:42:05.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:42:50.081Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:43:05.011Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:43:50.081Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:44:05.012Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:44:50.083Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:45:05.013Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:45:50.084Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:46:05.015Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:46:50.085Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:47:05.016Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:47:50.086Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:48:05.017Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:48:50.086Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:49:05.018Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:49:50.086Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:50:05.018Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:50:50.086Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:51:05.020Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:51:50.087Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:52:05.020Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:52:50.088Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:53:05.021Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:53:50.089Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:54:05.021Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:54:50.089Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:55:05.021Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:55:50.090Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:56:05.022Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:56:50.092Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:57:05.023Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:57:50.092Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:58:05.024Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:58:50.093Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T17:59:05.026Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T17:59:50.094Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:00:05.027Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:00:50.095Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:01:05.027Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:01:50.097Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:02:05.029Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:02:50.098Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:03:05.029Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:03:50.098Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:04:05.031Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:04:50.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:05:05.031Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:05:50.100Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:06:05.032Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:06:50.102Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:07:05.032Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:07:50.102Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:08:05.033Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:08:50.104Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:09:05.034Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:09:50.104Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:10:05.034Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:10:50.106Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:11:05.035Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:11:50.106Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:12:05.037Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:12:50.107Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:13:05.038Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:13:50.109Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:14:05.038Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:14:50.110Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:15:05.039Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:15:50.110Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:16:05.039Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:16:50.111Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:17:05.041Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:17:50.112Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:18:05.043Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:18:50.113Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:19:05.043Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:19:50.114Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:20:05.043Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:20:50.115Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:21:05.043Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:21:50.116Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:22:05.043Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:22:50.117Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:23:05.043Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:23:50.118Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:24:05.043Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:24:50.119Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:25:05.044Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:25:50.120Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:26:05.045Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:26:50.120Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:27:05.046Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:27:50.121Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:28:05.047Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:28:50.122Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:29:05.047Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:29:50.123Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:30:05.048Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:30:50.123Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:31:05.050Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:31:50.124Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:32:05.051Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:32:50.124Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:33:05.051Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:33:50.124Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:34:05.052Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:34:50.126Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:35:05.053Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:35:50.126Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:36:05.054Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:36:50.126Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:37:05.055Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:37:50.127Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:38:05.056Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:38:50.129Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:39:05.056Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:39:50.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:40:05.057Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:40:50.129Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:41:05.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:41:50.131Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:42:05.059Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:42:50.132Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:43:05.060Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:43:50.133Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:44:05.061Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:44:50.134Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:45:05.061Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:45:50.135Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:46:05.062Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:46:50.135Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:47:05.064Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:47:50.137Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:48:05.064Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:48:50.137Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:49:05.065Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:49:50.139Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:50:05.065Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:50:50.140Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:51:05.066Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:51:50.140Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:52:05.068Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:52:50.142Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:53:05.068Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:53:50.143Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:54:05.068Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:54:50.144Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:55:05.070Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:55:50.145Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:56:05.071Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:56:50.145Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:57:05.071Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:57:50.146Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:58:05.073Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:58:50.147Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T18:59:05.073Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T18:59:50.149Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:00:05.075Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:00:50.150Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:01:05.076Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:01:50.150Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:02:05.077Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:02:50.151Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:03:05.078Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:03:50.151Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:04:05.079Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:04:50.152Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:05:05.081Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:05:50.154Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:06:05.081Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:06:50.155Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:07:05.082Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:07:50.156Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:08:05.082Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:08:50.157Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:09:05.083Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:09:50.158Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:10:05.085Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:10:50.158Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:11:05.085Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:11:50.158Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:12:05.085Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:12:50.159Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:13:05.087Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:13:50.160Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:14:05.088Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:14:50.162Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:15:05.088Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:15:50.163Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:16:05.090Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:16:50.163Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:17:05.090Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:17:50.164Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:18:05.091Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:18:50.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:19:05.093Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:19:50.165Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:20:05.094Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:20:50.167Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:21:05.094Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:21:50.167Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:22:05.095Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:22:50.168Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:23:05.095Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:23:50.169Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:24:05.096Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:24:50.170Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:25:05.097Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:25:50.170Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:26:05.097Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:26:50.171Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:27:05.099Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:27:50.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:28:05.099Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:28:50.173Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:29:05.099Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:29:50.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:30:05.100Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:30:50.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:31:05.101Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:31:50.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:32:05.101Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:32:50.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:33:05.103Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:33:50.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:34:05.103Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:34:50.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:35:05.105Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:35:50.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:36:05.106Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:36:50.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:37:05.106Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:37:50.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:38:05.107Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:38:50.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:39:05.109Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:39:50.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:40:05.110Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:40:50.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:41:05.111Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:41:50.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:42:05.113Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:42:50.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:43:05.113Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:43:50.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:44:05.114Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:44:50.187Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:45:05.114Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:45:50.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:46:05.114Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:46:50.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:47:05.114Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:47:50.190Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:48:05.116Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:48:50.190Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:49:05.116Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:49:50.191Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:50:05.116Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:50:50.193Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:51:05.117Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:51:50.193Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:52:05.118Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:52:50.193Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:53:05.120Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:53:50.193Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:54:05.121Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:54:50.195Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:55:05.121Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:55:50.196Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:56:05.121Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:56:50.196Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:57:05.123Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:57:50.197Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:58:05.124Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:58:50.197Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T19:59:05.124Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T19:59:50.199Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:00:05.124Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:00:50.199Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:01:05.125Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:01:50.201Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:02:05.127Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:02:50.202Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:03:05.127Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:03:50.202Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:04:05.127Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:04:50.203Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:05:05.128Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:05:50.203Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:06:05.128Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:06:50.204Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:07:05.129Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:07:50.204Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:08:05.130Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:08:50.206Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:09:05.132Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:09:50.206Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:10:05.132Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:10:50.207Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:11:05.134Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:11:50.208Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:12:05.134Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:12:50.210Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:13:05.134Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:13:50.211Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:14:05.134Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:14:50.211Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:15:05.135Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:15:50.213Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:16:05.136Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:16:50.213Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:17:05.138Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:17:50.214Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:18:05.138Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:18:50.214Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:19:05.138Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:19:50.214Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:20:05.139Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:20:50.215Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:21:05.140Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:21:50.216Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:22:05.141Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:22:50.217Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:23:05.143Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:23:50.217Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:24:05.143Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:24:50.218Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:25:05.144Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:25:50.218Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:26:05.144Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:26:50.219Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:27:05.145Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:27:50.220Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:28:05.146Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:28:50.221Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:29:05.146Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:29:50.222Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:30:05.147Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:30:50.222Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:31:05.148Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:31:50.223Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:32:05.148Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:32:50.223Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:33:05.149Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:33:50.224Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:34:05.149Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:34:50.225Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:35:05.154Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:35:50.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:36:05.154Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:36:50.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:37:05.155Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:37:50.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:38:05.156Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:38:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:39:05.157Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:39:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:40:05.158Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:40:50.229Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:41:05.159Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:41:50.231Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:42:05.160Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:42:50.231Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:43:05.161Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:43:50.232Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:44:05.161Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:44:50.232Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:45:05.163Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:45:50.234Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:46:05.163Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:46:50.234Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:47:05.163Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:47:50.235Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:48:05.164Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:48:50.235Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:49:05.166Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:49:50.235Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:50:05.166Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:50:50.236Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:51:05.168Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:51:50.236Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:52:05.168Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:52:50.237Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:53:05.168Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:53:50.237Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:54:05.169Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:54:50.238Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:55:05.170Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:55:50.240Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:56:05.171Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:56:50.241Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:57:05.171Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:57:50.241Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:58:05.171Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:58:50.243Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T20:59:05.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T20:59:50.244Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:00:05.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:00:50.245Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:01:05.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:01:50.246Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:02:05.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:02:50.247Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:03:05.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:03:50.248Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:04:05.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:04:50.248Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:05:05.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:05:50.250Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:06:05.178Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:06:50.250Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:07:05.180Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:07:50.250Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:08:05.181Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:08:50.250Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:09:05.181Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:09:50.251Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:10:05.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:10:50.253Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:11:05.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:11:50.253Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:12:05.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:12:50.255Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:13:05.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:13:50.256Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:14:05.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:14:50.256Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:15:05.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:15:50.257Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:16:05.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:16:50.257Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:17:05.186Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:17:50.257Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:18:05.188Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:18:50.257Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:19:05.188Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:19:50.257Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:20:05.189Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:20:50.257Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:21:05.190Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:21:50.258Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:22:05.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:22:50.258Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:23:05.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:23:50.260Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:24:05.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:24:50.260Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:25:05.192Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:25:50.262Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:26:05.192Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:26:50.262Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:27:05.193Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:27:50.262Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:28:05.194Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:28:50.262Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:29:05.195Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:29:50.262Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:30:05.195Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:30:50.263Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:31:05.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:31:50.264Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:32:05.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:32:50.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:33:05.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:33:50.265Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:34:05.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:34:50.266Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:35:05.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:35:50.267Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:36:05.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:36:50.269Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:37:05.201Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:37:50.269Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:38:05.202Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:38:50.269Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:39:05.203Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:39:50.269Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:40:05.203Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:40:50.269Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:41:05.205Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:41:50.270Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:42:05.206Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:42:50.270Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:43:05.207Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:43:50.271Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:44:05.208Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:44:50.272Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:45:05.209Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:45:50.273Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:46:05.209Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:46:50.274Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:47:05.210Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:47:50.275Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:48:05.211Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:48:50.275Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:49:05.212Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:49:50.277Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:50:05.213Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:50:50.278Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:51:05.215Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:51:50.279Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:52:05.215Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:52:50.279Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:53:05.216Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:53:50.281Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:54:05.216Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:54:50.281Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:55:05.216Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:55:50.281Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:56:05.218Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:56:50.281Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:57:05.218Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:57:50.281Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:58:05.219Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:58:50.282Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T21:59:05.220Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T21:59:50.282Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:00:05.220Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:00:50.283Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:01:05.221Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:01:50.284Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:02:05.221Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:02:50.285Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:03:05.224Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:03:50.286Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:04:05.225Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:04:50.288Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:05:05.225Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:05:50.288Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:06:05.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:06:50.289Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:07:05.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:07:50.290Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:08:05.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:08:50.291Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:09:05.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:09:50.291Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:10:05.231Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:10:50.292Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:11:05.231Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:11:50.292Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:12:05.232Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:12:50.292Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:13:05.233Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:13:50.292Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:14:05.233Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:14:50.294Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:15:05.235Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:15:50.295Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:16:05.236Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:16:50.296Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:17:05.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:17:50.297Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:18:05.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:18:50.298Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:19:05.239Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:19:50.298Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:20:05.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:20:50.299Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:21:05.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:21:50.299Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:22:05.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:22:50.299Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:23:05.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:23:50.301Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:24:05.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:24:50.303Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:25:05.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:25:50.304Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:26:05.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:26:50.305Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:27:05.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:27:50.306Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:28:05.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:28:50.307Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:29:05.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:29:50.307Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:30:05.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:30:50.309Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:31:05.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:31:50.309Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:32:05.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:32:50.309Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:33:05.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:33:50.310Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:34:05.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:34:50.311Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:35:05.254Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:35:50.311Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:36:05.255Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:36:50.313Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:37:05.256Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:37:50.314Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:38:05.257Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:38:50.314Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:39:05.258Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:39:50.315Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:40:05.259Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:40:50.317Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:41:05.260Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:41:50.319Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:42:05.260Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:42:50.320Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:43:05.261Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:43:50.321Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:44:05.261Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:44:50.322Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:45:05.262Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:45:50.322Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:46:05.263Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:46:50.323Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:47:05.264Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:47:50.325Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:48:05.265Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:48:50.325Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:49:05.265Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:49:50.326Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:50:05.266Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:50:50.327Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:51:05.267Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:51:50.328Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:52:05.269Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:52:50.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:53:05.270Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:53:50.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:54:05.271Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:54:50.331Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:55:05.273Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:55:50.331Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:56:05.274Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:56:50.333Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:57:05.275Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:57:50.333Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:58:05.275Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:58:50.334Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T22:59:05.277Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T22:59:50.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:00:05.278Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:00:50.335Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:01:05.279Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:01:50.336Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:02:05.279Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:02:50.337Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:03:05.281Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:03:50.339Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:04:05.282Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:04:50.340Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:05:05.283Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:05:50.340Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:06:05.284Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:06:50.341Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:07:05.285Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:07:50.341Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:08:05.287Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:08:50.342Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:09:05.288Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:09:50.343Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:10:05.288Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:10:50.344Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:11:05.288Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:11:50.346Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:12:05.289Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:12:50.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:13:05.289Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:13:50.346Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:14:05.291Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:14:50.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:15:05.292Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:15:50.348Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:16:05.292Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:16:50.349Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:17:05.294Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:17:50.350Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:18:05.295Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:18:50.350Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:19:05.296Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:19:50.351Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:20:05.296Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:20:50.352Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:21:05.298Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:21:50.354Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:22:05.299Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:22:50.356Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:23:05.300Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:23:50.357Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:24:05.301Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:24:50.358Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:25:05.302Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:25:50.359Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:26:05.303Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:26:50.360Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:27:05.304Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:27:50.362Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:28:05.305Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:28:50.362Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:29:05.305Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:29:50.363Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:30:05.306Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:30:50.365Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:31:05.307Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:31:50.366Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:32:05.307Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:32:50.366Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:33:05.308Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:33:50.366Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:34:05.309Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:34:50.368Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:35:05.309Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:35:50.368Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:36:05.311Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:36:50.370Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:37:05.312Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:37:50.371Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:38:05.312Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:38:50.371Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:39:05.314Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:39:50.372Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:40:05.315Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:40:50.373Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:41:05.315Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:41:50.374Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:42:05.316Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:42:50.374Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:43:05.317Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:43:50.375Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:44:05.318Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:44:50.376Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:45:05.319Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:45:50.377Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:46:05.320Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:46:50.377Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:47:05.321Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:47:50.377Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:48:05.322Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:48:50.379Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:49:05.324Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:49:50.380Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:50:05.324Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:50:50.380Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:51:05.326Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:51:50.382Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:52:05.326Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:52:50.382Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:53:05.328Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:53:50.384Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:54:05.328Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:54:50.385Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:55:05.328Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:55:50.385Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:56:05.330Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:56:50.385Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:57:05.331Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:57:50.386Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:58:05.332Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:58:50.387Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-22T23:59:05.332Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-22T23:59:50.388Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:00:05.333Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:00:50.389Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:01:05.334Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:01:50.389Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:02:05.335Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:02:50.390Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:03:05.336Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:03:50.391Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:04:05.336Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:04:50.392Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:05:05.337Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:05:50.392Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:06:05.339Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:06:50.392Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:07:05.339Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:07:50.394Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:08:05.339Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:08:50.394Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:09:05.340Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:09:50.395Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:10:05.341Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:10:50.396Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:11:05.342Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:11:50.397Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:12:05.342Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:12:50.398Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:13:05.342Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:13:50.398Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:14:05.344Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:14:50.400Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:15:05.344Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:15:50.401Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:16:05.346Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:16:50.401Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:17:05.346Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:17:50.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:18:05.348Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:18:50.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:19:05.348Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:19:50.404Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:20:05.350Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:20:50.405Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:21:05.351Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:21:50.406Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:22:05.352Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:22:50.407Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:23:05.353Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:23:50.407Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:24:05.354Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:24:50.408Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:25:05.354Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:25:50.408Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:26:05.355Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:26:50.409Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:27:05.357Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:27:50.411Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:28:05.357Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:28:50.411Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:29:05.358Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:29:50.412Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:30:05.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:30:50.413Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:31:05.360Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:31:50.413Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:32:05.362Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:32:50.415Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:33:05.362Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:33:50.415Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:34:05.362Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:34:50.417Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:35:05.363Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:35:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:36:05.364Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:36:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:37:05.365Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:37:50.419Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:38:05.366Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:38:50.420Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:39:05.367Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:39:50.420Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:40:05.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:40:50.421Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:41:05.368Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:41:50.422Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:42:05.368Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:42:50.423Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:43:05.370Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:43:50.424Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:44:05.371Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:44:50.425Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:45:05.373Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:45:50.426Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:46:05.374Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:46:50.426Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:47:05.374Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:47:50.428Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:48:05.375Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:48:50.429Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:49:05.377Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:49:50.429Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:50:05.377Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:50:50.431Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:51:05.378Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:51:50.432Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:52:05.378Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:52:50.433Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:53:05.380Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:53:50.434Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:54:05.380Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:54:50.435Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:55:05.381Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:55:50.436Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:56:05.382Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:56:50.436Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:57:05.384Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:57:50.436Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:58:05.384Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:58:50.437Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T00:59:05.385Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T00:59:50.438Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:00:05.386Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:00:50.439Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:01:05.386Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:01:50.440Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:02:05.388Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:02:50.440Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:03:05.389Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:03:50.441Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:04:05.390Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:04:50.442Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:05:05.390Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:05:50.442Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:06:05.392Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:06:50.444Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:07:05.392Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:07:50.444Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:08:05.392Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:08:50.446Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:09:05.394Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:09:50.446Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:10:05.394Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:10:50.447Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:11:05.394Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:11:50.447Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:12:05.395Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:12:50.447Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:13:05.397Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:13:50.448Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:14:05.397Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:14:50.449Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:15:05.398Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:15:50.449Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:16:05.398Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:16:50.450Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:17:05.398Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:17:50.454Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:18:05.399Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:18:50.457Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:19:05.400Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:19:50.459Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:20:05.401Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:20:50.459Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:21:05.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:21:50.461Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:22:05.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:22:50.461Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:23:05.402Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:23:50.463Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:24:05.403Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:24:50.463Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:25:05.404Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:25:50.465Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:26:05.405Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:26:50.465Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:27:05.405Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:27:50.466Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:28:05.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:28:50.467Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:29:05.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:29:50.467Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:30:05.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:30:50.468Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:31:05.410Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:31:50.470Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:32:05.410Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:32:50.471Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:33:05.412Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:33:50.472Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:34:05.413Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:34:50.472Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:35:05.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:35:50.472Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:36:05.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:36:50.474Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:37:05.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:37:50.474Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:38:05.417Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:38:50.476Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:39:05.417Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:39:50.476Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:40:05.417Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:40:50.477Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:41:05.419Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:41:50.478Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:42:05.419Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:42:50.480Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:43:05.420Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:43:50.481Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:44:05.420Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:44:50.482Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:45:05.421Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:45:50.483Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:46:05.422Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:46:50.484Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:47:05.423Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:47:50.484Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:48:05.423Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:48:50.485Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:49:05.423Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:49:50.486Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:50:05.424Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:50:50.486Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:51:05.427Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:51:50.488Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:52:05.428Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:52:50.488Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:53:05.429Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:53:50.488Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:54:05.430Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:54:50.488Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:55:05.430Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:55:50.489Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:56:05.431Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:56:50.490Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:57:05.433Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:57:50.490Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:58:05.434Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:58:50.491Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T01:59:05.434Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T01:59:50.491Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:00:05.436Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:00:50.491Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:01:05.438Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:01:50.492Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:02:05.439Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:02:50.492Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:03:05.439Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:03:50.493Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:04:05.439Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:04:50.495Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:05:05.441Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:05:50.496Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:06:05.441Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:06:50.497Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:07:05.441Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:07:50.498Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:08:05.441Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:08:50.499Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:09:05.443Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:09:50.499Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:10:05.444Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:10:50.499Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:11:05.444Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:11:50.501Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:12:05.446Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:12:50.502Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:13:05.448Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:13:50.502Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:14:05.449Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:14:50.504Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:15:05.450Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:15:50.505Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:16:05.451Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:16:50.505Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:17:05.451Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:17:50.506Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:18:05.453Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:18:50.507Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:19:05.454Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:19:50.509Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:20:05.454Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:20:50.510Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:21:05.455Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:21:50.510Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:22:05.457Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:22:50.510Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:23:05.457Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:23:50.510Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:24:05.459Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:24:50.511Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:25:05.460Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:25:50.512Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:26:05.461Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:26:50.513Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:27:05.461Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:27:50.514Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:28:05.462Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:28:50.515Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:29:05.462Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:29:50.515Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:30:05.463Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:30:50.515Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:31:05.464Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:31:50.517Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:32:05.464Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:32:50.518Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:33:05.465Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:33:50.520Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:34:05.466Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:34:50.521Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:35:05.467Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:35:50.521Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:36:05.468Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:36:50.522Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:37:05.469Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:37:50.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:38:05.471Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:38:50.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:39:05.471Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:39:50.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:40:05.472Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:40:50.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:41:05.472Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:41:50.525Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:42:05.474Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:42:50.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:43:05.474Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:43:50.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:44:05.475Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:44:50.528Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:45:05.476Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:45:50.528Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:46:05.476Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:46:50.528Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:47:05.479Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:47:50.530Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:48:05.479Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:48:50.530Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:49:05.480Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:49:50.532Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:50:05.482Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:50:50.532Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:51:05.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:51:50.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:52:05.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:52:50.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:53:05.484Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:53:50.535Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:54:05.486Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:54:50.535Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:55:05.487Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:55:50.535Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:56:05.488Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:56:50.537Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:57:05.492Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:57:50.537Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:58:05.493Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:58:50.538Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T02:59:05.495Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T02:59:50.539Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:00:05.496Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:00:50.540Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:01:05.496Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:01:50.541Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:02:05.497Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:02:50.542Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:03:05.497Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:03:50.542Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:04:05.497Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:04:50.543Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:05:05.498Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:05:50.544Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:06:05.500Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:06:50.544Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:07:05.500Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:07:50.545Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:08:05.502Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:08:50.545Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:09:05.502Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:09:50.546Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:10:05.503Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:10:50.546Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:11:05.503Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:11:50.546Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:12:05.504Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:12:50.546Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:13:05.504Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:13:50.547Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:14:05.505Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:14:50.548Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:15:05.506Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:15:50.549Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:16:05.507Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:16:50.551Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:17:05.508Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:17:50.551Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:18:05.508Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:18:50.552Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:19:05.510Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:19:50.554Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:20:05.511Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:20:50.554Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:21:05.511Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:21:50.555Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:22:05.512Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:22:50.556Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:23:05.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:23:50.556Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:24:05.514Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:24:50.557Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:25:05.515Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:25:50.558Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:26:05.518Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:26:50.558Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:27:05.518Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:27:50.559Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:28:05.520Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:28:50.559Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:29:05.521Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:29:50.560Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:30:05.521Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:30:50.561Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:31:05.522Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:31:50.563Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:32:05.522Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:32:50.563Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:33:05.522Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:33:50.564Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:34:05.523Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:34:50.565Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:35:05.523Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:35:50.565Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:36:05.525Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:36:50.566Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:37:05.526Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:37:50.567Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:38:05.527Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:38:50.569Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:39:05.527Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:39:50.569Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:40:05.529Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:40:50.571Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:41:05.530Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:41:50.571Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:42:05.531Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:42:50.573Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:43:05.532Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:43:50.573Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:44:05.533Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:44:50.575Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:45:05.533Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:45:50.577Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:46:05.533Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:46:50.577Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:47:05.534Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:47:50.577Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:48:05.534Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:48:50.579Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:49:05.536Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:49:50.580Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:50:05.536Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:50:50.580Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:51:05.537Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:51:50.581Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:52:05.539Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:52:50.582Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:53:05.539Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:53:50.584Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:54:05.539Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:54:50.585Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:55:05.541Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:55:50.585Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:56:05.541Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:56:50.586Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:57:05.542Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:57:50.587Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:58:05.542Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:58:50.587Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T03:59:05.543Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T03:59:50.587Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:00:05.544Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:00:50.588Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:01:05.545Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:01:50.589Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:02:05.545Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:02:50.589Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:03:05.547Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:03:50.590Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:04:05.547Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:04:50.590Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:05:05.548Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:05:50.591Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:06:05.549Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:06:50.592Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:07:05.549Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:07:50.593Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:08:05.551Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:08:50.593Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:09:05.551Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:09:50.595Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:10:05.552Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:10:50.595Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:11:05.553Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:11:50.596Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:12:05.555Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:12:50.596Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:13:05.556Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:13:50.600Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:14:05.557Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:14:50.602Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:15:05.559Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:15:50.602Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:16:05.560Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:16:50.603Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:17:05.561Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:17:50.605Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:18:05.561Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:18:50.606Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:19:05.562Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:19:50.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:20:05.563Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:20:50.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:21:05.563Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:21:50.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:22:05.564Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:22:50.610Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:23:05.565Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:23:50.610Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:24:05.566Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:24:50.612Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:25:05.566Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:25:50.612Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:26:05.566Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:26:50.613Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:27:05.567Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:27:50.614Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:28:05.568Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:28:50.615Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:29:05.568Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:29:50.616Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:30:05.568Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:30:50.616Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:31:05.569Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:31:50.618Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:32:05.570Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:32:50.618Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:33:05.571Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:33:50.620Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:34:05.572Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:34:50.621Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:35:05.572Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:35:50.621Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:36:05.573Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:36:50.622Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:37:05.574Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:37:50.622Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:38:05.574Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:38:50.622Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:39:05.576Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:39:50.623Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:40:05.577Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:40:50.624Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:41:05.577Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:41:50.624Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:42:05.578Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:42:50.625Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:43:05.579Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:43:50.625Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:44:05.580Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:44:50.627Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:45:05.581Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:45:50.627Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:46:05.581Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:46:50.628Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:47:05.581Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:47:50.628Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:48:05.583Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:48:50.630Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:49:05.584Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:49:50.630Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:50:05.584Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:50:50.630Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:51:05.585Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:51:50.630Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:52:05.586Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:52:50.631Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:53:05.586Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:53:50.631Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:54:05.587Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:54:50.632Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:55:05.588Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:55:50.633Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:56:05.589Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:56:50.633Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:57:05.591Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:57:50.635Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:58:05.591Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:58:50.636Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T04:59:05.591Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T04:59:50.637Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:00:05.591Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:00:50.638Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:01:05.592Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:01:50.638Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:02:05.593Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:02:50.640Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:03:05.593Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:03:50.640Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:04:05.594Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:04:50.641Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:05:05.594Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:05:50.642Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:06:05.594Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:06:50.642Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:07:05.595Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:07:50.644Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:08:05.595Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:08:50.644Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:09:05.595Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:09:50.645Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:10:05.596Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:10:50.646Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:11:05.597Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:11:50.648Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:12:05.597Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:12:50.648Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:13:05.598Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:13:50.649Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:14:05.599Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:14:50.650Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:15:05.599Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:15:50.652Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:16:05.601Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:16:50.653Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:17:05.602Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:17:50.654Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:18:05.602Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:18:50.654Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:19:05.603Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:19:50.656Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:20:05.603Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:20:50.656Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:21:05.604Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:21:50.656Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:22:05.605Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:22:50.658Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:23:05.606Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:23:50.658Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:24:05.607Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:24:50.659Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:25:05.607Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:25:50.660Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:26:05.608Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:26:50.661Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:27:05.609Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:27:50.661Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:28:05.610Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:28:50.662Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:29:05.610Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:29:50.662Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:30:05.612Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:30:50.664Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:31:05.613Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:31:50.664Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:32:05.613Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:32:50.666Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:33:05.615Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:33:50.667Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:34:05.616Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:34:50.669Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:35:05.617Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:35:50.669Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:36:05.617Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:36:50.671Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:37:05.617Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:37:50.671Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:38:05.618Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:38:50.673Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:39:05.618Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:39:50.674Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:40:05.620Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:40:50.674Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:41:05.620Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:41:50.676Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:42:05.620Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:42:50.677Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:43:05.621Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:43:50.678Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:44:05.622Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:44:50.679Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:45:05.623Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:45:50.680Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:46:05.623Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:46:50.680Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:47:05.625Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:47:50.682Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:48:05.626Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:48:50.683Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:49:05.627Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:49:50.684Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:50:05.628Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:50:50.684Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:51:05.628Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:51:50.686Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:52:05.629Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:52:50.686Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:53:05.630Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:53:50.686Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:54:05.631Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:54:50.687Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:55:05.631Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:55:50.688Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:56:05.638Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:56:50.689Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:57:05.639Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:57:50.690Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:58:05.639Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:58:50.691Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T05:59:05.641Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T05:59:50.691Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:00:05.641Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:00:50.692Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:01:05.643Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:01:50.693Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:02:05.643Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:02:50.693Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:03:05.644Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:03:50.695Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:04:05.645Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:04:50.695Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:05:05.646Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:05:50.697Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:06:05.646Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:06:50.698Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:07:05.647Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:07:50.699Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:08:05.647Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:08:50.700Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:09:05.647Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:09:50.701Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:10:05.648Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:10:50.701Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:11:05.650Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:11:50.701Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:12:05.650Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:12:50.703Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:13:05.651Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:13:50.705Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:14:05.651Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:14:50.705Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:15:05.652Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:15:50.706Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:16:05.652Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:16:50.708Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:17:05.653Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:17:50.709Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:18:05.654Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:18:50.710Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:19:05.654Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:19:50.711Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:20:05.654Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:20:50.711Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:21:05.654Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:21:50.713Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:22:05.656Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:22:50.714Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:23:05.656Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:23:50.714Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:24:05.657Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:24:50.716Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:25:05.657Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:25:50.716Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:26:05.658Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:26:50.717Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:27:05.658Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:27:50.717Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:28:05.660Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:28:50.717Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:29:05.660Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:29:50.719Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:30:05.661Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:30:50.721Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:31:05.662Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:31:50.722Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:32:05.662Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:32:50.723Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:33:05.663Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:33:50.724Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:34:05.663Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:34:50.725Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:35:05.664Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:35:50.725Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:36:05.665Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:36:50.726Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:37:05.666Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:37:50.728Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:38:05.666Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:38:50.729Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:39:05.667Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:39:50.730Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:40:05.668Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:40:50.730Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:41:05.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:41:50.731Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:42:05.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:42:50.732Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:43:05.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:43:50.732Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:44:05.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:44:50.734Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:45:05.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:45:50.734Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:46:05.671Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:46:50.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:47:05.672Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:47:50.736Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:48:05.673Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:48:50.737Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:49:05.674Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:49:50.738Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:50:05.674Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:50:50.738Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:51:05.676Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:51:50.739Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:52:05.676Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:52:50.741Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:53:05.676Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:53:50.741Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:54:05.677Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:54:50.742Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:55:05.677Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:55:50.743Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:56:05.677Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:56:50.743Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:57:05.677Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:57:50.744Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:58:05.679Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:58:50.744Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T06:59:05.680Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T06:59:50.745Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:00:05.682Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:00:50.746Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:01:05.683Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:01:50.746Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:02:05.683Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:02:50.746Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:03:05.684Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:03:50.747Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:04:05.685Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:04:50.748Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:05:05.686Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:05:50.749Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:06:05.686Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:06:50.751Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:07:05.686Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:07:50.751Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:08:05.686Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:08:50.753Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:09:05.686Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:09:50.754Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:10:05.686Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:10:50.754Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:11:05.689Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:11:50.755Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:12:05.690Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:12:50.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:13:05.690Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:13:50.757Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:14:05.691Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:14:50.758Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:15:05.691Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:15:50.758Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:16:05.692Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:16:50.760Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:17:05.693Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:17:50.760Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:18:05.694Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:18:50.762Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:19:05.694Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:19:50.762Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:20:05.695Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:20:50.764Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:21:05.695Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:21:50.764Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:22:05.695Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:22:50.765Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:23:05.696Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:23:50.766Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:24:05.697Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:24:50.766Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:25:05.698Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:25:50.767Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:26:05.698Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:26:50.768Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:27:05.700Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:27:50.770Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:28:05.701Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:28:50.771Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:29:05.702Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:29:50.772Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:30:05.702Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:30:50.773Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:31:05.703Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:31:50.773Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:32:05.705Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:32:50.774Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:33:05.706Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:33:50.775Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:34:05.706Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:34:50.775Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:35:05.707Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:35:50.776Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:36:05.709Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:36:50.777Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:37:05.709Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:37:50.777Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:38:05.710Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:38:50.779Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:39:05.710Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:39:50.779Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:40:05.711Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:40:50.780Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:41:05.712Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:41:50.781Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:42:05.712Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:42:50.782Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:43:05.713Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:43:50.783Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:44:05.715Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:44:50.783Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:45:05.717Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:45:50.785Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:46:05.717Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:46:50.786Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:47:05.718Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:47:50.787Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:48:05.720Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:48:50.789Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:49:05.721Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:49:50.790Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:50:05.721Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:50:50.792Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:51:05.721Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:51:50.792Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:52:05.722Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:52:50.793Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:53:05.722Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:53:50.795Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:54:05.723Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:54:50.796Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:55:05.723Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:55:50.796Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:56:05.723Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:56:50.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:57:05.724Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:57:50.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:58:05.726Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:58:50.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T07:59:05.726Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T07:59:50.800Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:00:05.726Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:00:50.802Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:01:05.728Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:01:50.803Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:02:05.728Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:02:50.805Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:03:05.729Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:03:50.805Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:04:05.730Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:04:50.806Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:05:05.731Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:05:50.807Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:06:05.731Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:06:50.807Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:07:05.733Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:07:50.808Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:08:05.734Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:08:50.808Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:09:05.734Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:09:50.810Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:10:05.735Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:10:50.810Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:11:05.736Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:11:50.811Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:12:05.737Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:12:50.812Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:13:05.737Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:13:50.813Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:14:05.738Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:14:50.814Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:15:05.738Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:15:50.815Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:16:05.738Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:16:50.816Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:17:05.740Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:17:50.816Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:18:05.740Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:18:50.817Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:19:05.742Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:19:50.817Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:20:05.743Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:20:50.818Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:21:05.744Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:21:42.617Z||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-23T08:21:50.819Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:22:05.745Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:22:50.819Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:23:05.745Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:23:50.820Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:24:05.746Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:24:50.820Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:25:05.746Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:25:50.821Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:26:05.746Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:26:50.823Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:27:05.748Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:27:50.823Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:28:05.748Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:28:50.824Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:29:05.748Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:29:50.824Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:30:05.748Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:30:50.824Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:31:05.748Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:31:50.825Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:32:05.749Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:32:50.825Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:33:05.750Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:33:50.827Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:34:05.752Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:34:50.827Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:35:05.753Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:35:50.828Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:36:05.753Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:36:50.829Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:37:05.754Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:37:50.829Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:38:05.756Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:38:50.829Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:39:05.757Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:39:50.830Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:40:05.760Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:40:50.831Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:41:05.760Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:41:50.832Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:42:05.761Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:42:50.833Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:43:05.762Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:43:50.834Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:44:05.763Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:44:50.834Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:45:05.764Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:45:50.836Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:46:05.765Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:46:50.836Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:47:05.766Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:47:50.838Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:48:05.766Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:48:50.839Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:49:05.767Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:49:50.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:50:05.767Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:50:50.840Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:51:05.769Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:51:50.841Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:52:05.771Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:52:50.841Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:53:05.772Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:53:50.842Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:54:05.773Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:54:50.843Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:55:05.773Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:55:50.843Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:56:05.775Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:56:50.844Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:57:05.775Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:57:50.844Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:58:05.776Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:58:50.844Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T08:59:05.777Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T08:59:50.846Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:00:05.778Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:00:50.847Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:01:05.778Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:01:50.848Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:02:05.779Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:02:50.848Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:03:05.780Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:03:50.849Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:04:05.782Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:04:50.849Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:05:05.783Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:05:50.851Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:06:05.783Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:06:50.852Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:07:05.785Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:07:50.854Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:08:05.786Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:08:50.855Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:09:05.786Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:09:50.855Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:10:05.786Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:10:50.857Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:11:05.788Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:11:50.858Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:12:05.789Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:12:50.858Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:13:05.789Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:13:50.858Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:14:05.791Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:14:50.858Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:15:05.791Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:15:50.859Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:16:05.792Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:16:50.861Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:17:05.793Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:17:50.862Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:18:05.794Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:18:50.862Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:19:05.794Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:19:50.863Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:20:05.795Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:20:50.865Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:21:05.796Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:21:50.865Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:22:05.797Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:22:50.866Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:23:05.798Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:23:50.866Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:24:05.798Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:24:50.866Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:25:05.798Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:25:50.868Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:26:05.799Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:26:50.869Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:27:05.799Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:27:50.869Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:28:05.800Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:28:50.871Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:29:05.802Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:29:50.872Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:30:05.803Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:30:50.873Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:31:05.804Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:31:50.874Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:32:05.804Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:32:50.875Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:33:05.806Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:33:50.875Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:34:05.807Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:34:50.875Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:35:05.808Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:35:50.877Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:36:05.808Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:36:50.877Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:37:05.810Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:37:50.878Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:38:05.811Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:38:50.879Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:39:05.813Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:39:50.879Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:40:05.813Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:40:50.880Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:41:05.813Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:41:50.882Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:42:05.814Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:42:50.883Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:43:05.815Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:43:50.883Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:44:05.816Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:44:50.883Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:45:05.816Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:45:50.884Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:46:05.817Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:46:50.884Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:47:05.818Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:47:50.884Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:48:05.818Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:48:50.884Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:49:05.820Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:49:50.886Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:50:05.821Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:50:50.886Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:51:05.821Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:51:50.888Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:52:05.822Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:52:50.889Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:53:05.823Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:53:50.889Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:54:05.825Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:54:50.891Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:55:05.826Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:55:50.892Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:56:05.826Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:56:50.893Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:57:05.828Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:57:50.894Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:58:05.829Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:58:50.894Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T09:59:05.829Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T09:59:50.895Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:00:05.830Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:00:50.895Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:01:05.831Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:01:50.897Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:02:05.833Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:02:50.897Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:03:05.834Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:03:50.898Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:04:05.835Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:04:50.899Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:05:05.835Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:05:50.900Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:06:05.836Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:06:50.900Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:07:05.837Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:07:50.901Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:08:05.837Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:08:50.902Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:09:05.838Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:09:50.902Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:10:05.840Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:10:50.903Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:11:05.840Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:11:50.905Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:12:05.840Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:12:50.906Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:13:05.841Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:13:50.906Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:14:05.842Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:14:50.906Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:15:05.842Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:15:50.907Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:16:05.843Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:16:50.907Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:17:05.844Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:17:50.907Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:18:05.844Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:18:50.908Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:19:05.846Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:19:50.910Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:20:05.846Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:20:50.911Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:21:05.848Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:21:50.911Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:22:05.849Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:22:50.912Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:23:05.850Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:23:50.912Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:24:05.851Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:24:50.914Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:25:05.851Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:25:50.914Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:26:05.852Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:26:50.915Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:27:05.852Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:27:50.916Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:28:05.854Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:28:50.918Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:29:05.856Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:29:50.919Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:30:05.857Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:30:50.921Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:31:05.858Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:31:50.922Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:32:05.858Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:32:50.922Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:33:05.858Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:33:50.923Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:34:05.858Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:34:50.924Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:35:05.860Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:35:50.925Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:36:05.860Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:36:50.926Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:37:05.860Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:37:50.927Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:38:05.862Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:38:50.927Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:39:05.862Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:39:50.927Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:40:05.862Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:40:50.929Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:41:05.863Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:41:50.929Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:42:05.864Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:42:50.929Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:43:05.865Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:43:50.931Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:44:05.866Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:44:50.931Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:45:05.866Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:45:50.931Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:46:05.867Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:46:50.932Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:47:05.867Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:47:50.933Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:48:05.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:48:50.933Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:49:05.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:49:50.935Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:50:05.871Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:50:50.936Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:51:05.871Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:51:50.937Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:52:05.872Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:52:50.937Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:53:05.873Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:53:50.938Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:54:05.875Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:54:50.939Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:55:05.875Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:55:50.941Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:56:05.877Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:56:50.941Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:57:05.877Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:57:50.942Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:58:05.878Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:58:50.943Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T10:59:05.879Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T10:59:50.945Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:00:05.879Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:00:50.946Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:01:05.881Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:01:50.947Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:02:05.881Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:02:50.948Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:03:05.882Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:03:50.949Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:04:05.883Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:04:50.951Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:05:05.884Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:05:50.952Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:06:05.885Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:06:50.953Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:07:05.887Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:07:50.954Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:08:05.887Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:08:50.955Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:09:05.888Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:09:50.956Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:10:05.888Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:10:50.956Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:11:05.890Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:11:50.957Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:12:05.890Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:12:50.958Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:13:05.892Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:13:50.959Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:14:05.893Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:14:50.959Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:15:05.895Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:15:50.961Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:16:05.897Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:16:50.962Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:17:05.897Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:17:50.962Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:18:05.899Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:18:50.963Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:19:05.899Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:19:50.965Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:20:05.900Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:20:50.965Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:21:05.902Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:21:50.966Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:22:05.903Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:22:50.967Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:23:05.903Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:23:50.967Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:24:05.905Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:24:50.969Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:25:05.906Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:25:50.971Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:26:05.907Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:26:50.973Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:27:05.907Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:27:50.974Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:28:05.907Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:28:50.975Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:29:05.907Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:29:50.977Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:30:05.909Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:30:50.977Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:31:05.910Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:31:50.977Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:32:05.910Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:32:50.979Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:33:05.910Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:33:50.979Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:34:05.911Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:34:50.981Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:35:05.911Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:35:50.981Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:36:05.912Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:36:50.981Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:37:05.914Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:37:50.983Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:38:05.914Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:38:50.984Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:39:05.915Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:39:50.985Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:40:05.918Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:40:50.986Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:41:05.918Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:41:50.986Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:42:05.919Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:42:50.986Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:43:05.920Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:43:50.987Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:44:05.920Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:44:50.989Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:45:05.921Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:45:50.990Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:46:05.923Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:46:50.990Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:47:05.924Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:47:50.991Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:48:05.926Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:48:50.991Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:49:05.928Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:49:50.992Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:50:05.929Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:50:50.994Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:51:05.930Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:51:50.995Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:52:05.931Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:52:50.995Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:53:05.931Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:53:50.995Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:54:05.932Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:54:50.995Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:55:05.933Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:55:50.996Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:56:05.933Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:56:50.996Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:57:05.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:57:50.996Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:58:05.936Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:58:50.997Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T11:59:05.936Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T11:59:50.997Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:00:05.936Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:00:50.999Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:01:05.936Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:01:50.999Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:02:05.936Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:02:51.000Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:03:05.942Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:03:51.002Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:04:05.943Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:04:51.002Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:05:05.943Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:05:51.002Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:06:05.944Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:06:51.003Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:07:05.944Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:07:51.004Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:08:05.945Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:08:51.004Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:09:05.946Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:09:51.006Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:10:05.947Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:10:51.007Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:11:05.948Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:11:51.008Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:12:05.950Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:12:51.008Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:13:05.950Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:13:51.010Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:14:05.951Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:14:51.010Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:15:05.951Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:15:51.011Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:16:05.954Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:16:51.012Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:17:05.955Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:17:51.013Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:18:05.958Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:18:51.014Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:19:05.959Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:19:51.015Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:20:05.959Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:20:51.015Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:21:05.959Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:21:51.015Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:22:05.960Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:22:51.016Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:23:05.961Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:23:51.017Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:24:05.963Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:24:51.019Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:25:05.964Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:25:51.020Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:26:05.965Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:26:51.020Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:27:05.965Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:27:51.022Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:28:05.966Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:28:51.022Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:29:05.966Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:29:51.022Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:30:05.967Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:30:51.022Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:31:05.967Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:31:51.023Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:32:05.968Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:32:51.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:33:05.969Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:33:51.025Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:34:05.969Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:34:51.026Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:35:05.970Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:35:51.027Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:36:05.970Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:36:51.028Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:37:05.972Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:37:51.028Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:38:05.972Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:38:51.030Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:39:05.975Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:39:51.030Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:05.975Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:40:23.416Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:40:23.416Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"c25f32ce-0af1-42f7-94ea-8f86bb90b940","serviceName":"vFW 2023-03-23 12-39-15","serviceVersion":"1.0","serviceUUID":"c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b","serviceDescription":"catalog service description","serviceInvariantUUID":"dba143bc-d6a6-4286-825a-245ad183c91e","resources":[{"resourceInstanceName":"vFW 8e3c0d0b-84ac 0","resourceName":"vFW 8e3c0d0b-84ac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"842e5b43-2aeb-4554-a061-1d7c8bb32f5e","resourceInvariantUUID":"18a42d5d-df2d-4eac-a9fd-587749d157a0","resourceCustomizationUUID":"af53ec56-2a1d-4acc-9666-71d7433d28de","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vf-license-model.xml","artifactChecksum":"MDEwNzEyMmRkNGQ5ZjU2NTBlZWM1MWFjMDI5ODc0NmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70a77f14-ad1a-44e4-9be1-043117acc86d","artifactVersion":"1"},{"artifactName":"vfw8e3c0d0b84ac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json","artifactChecksum":"YTMzZjFjN2IxZDA4OWE0MGZjZGJhNDBmMTMxYWNiYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e05688f5-de72-45f5-8552-49e93bbbe020","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24b1d9c9-1689-41a0-8fb5-ae52223a3d2e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjkxODdlYWM4NDNjNDQzNDhkMmZhOGEyNDBkOGUyY2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b9cc5002-ad95-4bac-b446-ca19eb9d4fa9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"000b40d7-f9b1-4ce9-b1a5-e16ead94e3ea","artifactVersion":"2","generatedFromUUID":"24b1d9c9-1689-41a0-8fb5-ae52223a3d2e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230323123915-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-template.yml","artifactChecksum":"YTkxZWNlYzg3YmZkZDIwMDM1ZTI1Y2UxNzc0NjBjOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da7e2854-53df-4e14-8b65-7fb9b319ba6a","artifactVersion":"1"},{"artifactName":"service-Vfw20230323123915-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar","artifactChecksum":"OWE3OGU4NzU3M2RlZDJiNTMzZDllNTUyOTAzYzYyMzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"caa48502-604e-4a8d-960e-aebfbb4af209","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T12:40:23.418Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:40:23.418Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:23.418Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:23.418Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:23.425Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-23T12:40:23.425Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-23T12:40:23.425Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-23T12:40:23.425Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-23T12:40:23.425Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-23T12:40:23.425Z||kafka-producer-network-thread | SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-d05ff464-411e-48af-884d-d6fd7524f8ea] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to cQ8JxpLWSQuJ-KBCUsdKUA 2023-03-23T12:40:23.477Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:40:23.477Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "ves-openapi-manager", "timestamp": 1679575212977, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:40:23.477Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:40:24.430Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:40:24.430Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:24.430Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:24.431Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:25.432Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:40:25.432Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:25.432Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:25.432Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:26.433Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:40:26.433Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:26.433Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:26.433Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:27.435Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:40:27.435Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:27.435Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:27.435Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:28.436Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:40:28.436Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:28.436Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:28.436Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:29.437Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:40:29.437Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:29.437Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:29.437Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:30.438Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "serviceName": "vFW 2023-03-23 12-39-15", "serviceVersion": "1.0", "serviceUUID": "c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "dba143bc-d6a6-4286-825a-245ad183c91e", "resources": [ { "resourceInstanceName": "vFW 8e3c0d0b-84ac 0", "resourceCustomizationUUID": "af53ec56-2a1d-4acc-9666-71d7433d28de", "resourceName": "vFW 8e3c0d0b-84ac", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "842e5b43-2aeb-4554-a061-1d7c8bb32f5e", "resourceInvariantUUID": "18a42d5d-df2d-4eac-a9fd-587749d157a0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8e3c0d0b84ac0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "artifactChecksum": "YTMzZjFjN2IxZDA4OWE0MGZjZGJhNDBmMTMxYWNiYzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e05688f5-de72-45f5-8552-49e93bbbe020", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "24b1d9c9-1689-41a0-8fb5-ae52223a3d2e", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "000b40d7-f9b1-4ce9-b1a5-e16ead94e3ea", "generatedFromUUID": "24b1d9c9-1689-41a0-8fb5-ae52223a3d2e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "000b40d7-f9b1-4ce9-b1a5-e16ead94e3ea", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230323123915-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "artifactChecksum": "OWE3OGU4NzU3M2RlZDJiNTMzZDllNTUyOTAzYzYyMzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "caa48502-604e-4a8d-960e-aebfbb4af209" } ], "workloadContext": "Production" } 2023-03-23T12:40:30.439Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T12:40:30.440Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b ASDC 2023-03-23T12:40:30.440Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:c25f32ce-0af1-42f7-94ea-8f86bb90b940 ServiceName:vFW 2023-03-23 12-39-15 ServiceVersion:1.0 ServiceUUID:c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b ServiceInvariantUUID:dba143bc-d6a6-4286-825a-245ad183c91e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230323123915-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar ArtifactUUID:caa48502-604e-4a8d-960e-aebfbb4af209 ArtifactChecksum:OWE3OGU4NzU3M2RlZDJiNTMzZDllNTUyOTAzYzYyMzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8e3c0d0b-84ac 0 ResourceCustomizationUUID:af53ec56-2a1d-4acc-9666-71d7433d28de ResourceInvariantUUID:18a42d5d-df2d-4eac-a9fd-587749d157a0 ResourceName:vFW 8e3c0d0b-84ac ResourceType:VF ResourceUUID:842e5b43-2aeb-4554-a061-1d7c8bb32f5e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8e3c0d0b84ac0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json ArtifactUUID:e05688f5-de72-45f5-8552-49e93bbbe020 ArtifactChecksum:YTMzZjFjN2IxZDA4OWE0MGZjZGJhNDBmMTMxYWNiYzQ= 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/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml ArtifactUUID:24b1d9c9-1689-41a0-8fb5-ae52223a3d2e 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/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env ArtifactUUID:000b40d7-f9b1-4ce9-b1a5-e16ead94e3ea 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/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env ArtifactUUID:000b40d7-f9b1-4ce9-b1a5-e16ead94e3ea ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T12:40:30.442Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T12:40:30.502Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T12:40:30.506Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T12:40:30.507Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T12:40:30.507Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: caa48502-604e-4a8d-960e-aebfbb4af209 from URL: /sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar 2023-03-23T12:40:30.507Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T12:40:30.507Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar 2023-03-23T12:40:30.630Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-23T12:40:30.645Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar caa48502-604e-4a8d-960e-aebfbb4af209 101433 2023-03-23T12:40:30.647Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar ASDC sendASDCNotification 2023-03-23T12:40:30.647Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar 2023-03-23T12:40:30.647Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T12:40:30.647Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:30.647Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:30.648Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575230647, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:31.648Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T12:40:31.650Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T12:40:31.650Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: caa48502-604e-4a8d-960e-aebfbb4af209, URL: /sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar to file: /app/ASDC/1/service-Vfw20230323123915-csar.csar 2023-03-23T12:40:31.651Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230323123915-csar.csar 2023-03-23T12:40:31.651Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230323123915-csar.csar 2023-03-23T12:40:31.651Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230323123915-csar.csar 2023-03-23T12:40:31.775Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9016048815668507667/Definitions/service-Vfw20230323123915-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2023-03-23T12:40:33.307Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T12:40:33.307Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T12:40:33.307Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230323123915-csar.csar 2023-03-23T12:40:33.307Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-03-23T12:40:33.307Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-Vfw20230323123915-csar.csar 2023-03-23T12:40:33.307Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-Vfw20230323123915-csar.csar 2023-03-23T12:40:33.307Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-Vfw20230323123915-csar.csar 2023-03-23T12:40:33.307Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e3c0d0b-84ac 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-Vfw20230323123915-csar.csar 2023-03-23T12:40:33.307Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-Vfw20230323123915-csar.csar 2023-03-23T12:40:33.307Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-Vfw20230323123915-csar.csar 2023-03-23T12:40:33.307Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-Vfw20230323123915-csar.csar 2023-03-23T12:40:33.307Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-Vfw20230323123915-csar.csar 2023-03-23T12:40:33.307Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-Vfw20230323123915-csar.csar 2023-03-23T12:40:33.308Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-Vfw20230323123915-csar.csar 2023-03-23T12:40:33.308Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-Vfw20230323123915-csar.csar 2023-03-23T12:40:33.308Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T12:40:33.308Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.308Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:33.308Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is matching search criteria 2023-03-23T12:40:33.308Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T12:40:33.308Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8e3c0d0b-84ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T12:40:33.309Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.309Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:33.309Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is matching search criteria 2023-03-23T12:40:33.309Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T12:40:33.309Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8e3c0d0b-84ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T12:40:33.309Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.309Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:33.309Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.309Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is not matching search criteria 2023-03-23T12:40:33.309Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-23T12:40:33.309Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-23T12:40:33.310Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-23T12:40:33.310Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:33.310Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-23T12:40:33.310Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-23T12:40:33.310Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-23T12:40:33.310Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-23T12:40:33.310Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-23T12:40:33.310Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-23T12:40:33.310Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:33.310Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-23T12:40:33.310Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:33.310Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-23T12:40:33.310Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-23T12:40:33.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-23T12:40:33.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-23T12:40:33.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is matching search criteria 2023-03-23T12:40:33.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8e3c0d0b-84ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T12:40:33.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is matching search criteria 2023-03-23T12:40:33.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8e3c0d0b-84ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T12:40:33.312Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.312Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is matching search criteria 2023-03-23T12:40:33.312Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8e3c0d0b-84ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T12:40:33.312Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.312Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is not matching search criteria 2023-03-23T12:40:33.312Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-23T12:40:33.312Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-23T12:40:33.312Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-03-23T12:40:33.312Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-23T12:40:33.312Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-23T12:40:33.312Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-23T12:40:33.312Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:33.312Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c5c279f7-0b55-4975-9c43-e2e0e1752ef1 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is not matching search criteria 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-23T12:40:33.313Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-03-23T12:40:33.314Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-23T12:40:33.314Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:33.314Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-23T12:40:33.314Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-23T12:40:33.314Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=859dc4c8-b4a2-493b-85a3-ac5fdf0a8990 2023-03-23T12:40:33.314Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.314Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is not matching search criteria 2023-03-23T12:40:33.314Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-23T12:40:33.314Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-23T12:40:33.314Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-23T12:40:33.314Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:33.314Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-23T12:40:33.314Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c2f022e-8ca7-4164-ac25-b8256e8b18b4 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:33.315Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-03-23 12-39-15 Description:catalog service description Model UUID:c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b Model Version:NULL Model InvariantUuid:dba143bc-d6a6-4286-825a-245ad183c91e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8e3c0d0b-84ac Model UUID:f5f3d4cc-4518-4612-b888-0fa3c6fe9276 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:18a42d5d-df2d-4eac-a9fd-587749d157a0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:af53ec56-2a1d-4acc-9666-71d7433d28de NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a2470181-2368-4f67-b492-139d637cf50d ModelName:Vfw8e3c0d0b84ac..base_vfw..module-0 ModelUuid:22cb77d1-ce6a-4576-bac9-e8d60a83090b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c5c279f7-0b55-4975-9c43-e2e0e1752ef1 ModelInvariantUuid:aac42d96-9656-4fa6-8df4-85fb008c6289 ModelName:vFW 8e3c0d0b-84ac-nodes.vfwCvfc ModelUuid:86d1e838-53af-4079-89b6-2789f6ce19f1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e9c90129-c384-4c7b-836d-e979c6e8d87f ModelInvariantUuid:2adf898c-6228-4cff-9cf2-4d00e3fa33d1 ModelName:Vfw8e3c0d0b84ac.compute.nodes.heat.vfw ModelUuid:ceedd869-9c9f-4f05-abcd-d2bbbe015695 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:859dc4c8-b4a2-493b-85a3-ac5fdf0a8990 ModelInvariantUuid:ae9c3a9a-f5f0-4d99-bcc7-78c5788232b4 ModelName:vFW 8e3c0d0b-84ac-nodes.vsnCvfc ModelUuid:60fa2828-6a20-4a4f-9a35-27bed2e0bec0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:65d04225-22df-439e-b1f6-f8c5fe26e799 ModelInvariantUuid:22b2469f-c714-4780-9a70-5635adc220f3 ModelName:Vfw8e3c0d0b84ac.compute.nodes.heat.vsn ModelUuid:4960b3d4-151b-4910-ae78-543b636507e3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9c2f022e-8ca7-4164-ac25-b8256e8b18b4 ModelInvariantUuid:9b117ca6-2ab2-4ad9-be30-95f47bac2d84 ModelName:vFW 8e3c0d0b-84ac-nodes.vpgCvfc ModelUuid:75a5d39b-0b04-4f09-8580-bbd048a04e5f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:1a3fe829-f32a-45f7-9ecd-a136b5e57449 ModelInvariantUuid:ef214226-a5d2-42a0-bc27-a6b3e3c00bc6 ModelName:Vfw8e3c0d0b84ac.compute.nodes.heat.vpg ModelUuid:a402e7fa-8c26-4495-b633-9c070758e11e 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-23T12:40:33.335Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 842e5b43-2aeb-4554-a061-1d7c8bb32f5e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T12:40:33.339Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||vFW 8e3c0d0b-84ac 0 2023-03-23T12:40:33.340Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 842e5b43-2aeb-4554-a061-1d7c8bb32f5e 2023-03-23T12:40:33.340Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e05688f5-de72-45f5-8552-49e93bbbe020 from URL: /sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json 2023-03-23T12:40:33.340Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T12:40:33.340Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json 2023-03-23T12:40:33.424Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-23T12:40:33.424Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json e05688f5-de72-45f5-8552-49e93bbbe020 785 2023-03-23T12:40:33.425Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json ASDC sendASDCNotification 2023-03-23T12:40:33.425Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json 2023-03-23T12:40:33.425Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T12:40:33.425Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:33.425Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:33.425Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575233425, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:34.426Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8e3c0d0b84ac..base_vfw..module-0", "vfModuleModelInvariantUUID": "a2470181-2368-4f67-b492-139d637cf50d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "22cb77d1-ce6a-4576-bac9-e8d60a83090b", "vfModuleModelCustomizationUUID": "39fd484a-0ffd-4134-97a0-bbce1e3a0a41", "isBase": true, "artifacts": [ "24b1d9c9-1689-41a0-8fb5-ae52223a3d2e", "000b40d7-f9b1-4ce9-b1a5-e16ead94e3ea" ], "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-23T12:40:34.430Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8e3c0d0b84ac..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:22cb77d1-ce6a-4576-bac9-e8d60a83090b VfModuleModelInvariantUUID:a2470181-2368-4f67-b492-139d637cf50d VfModuleModelDescription:NULL Artifacts UUID List:{ 24b1d9c9-1689-41a0-8fb5-ae52223a3d2e , 000b40d7-f9b1-4ce9-b1a5-e16ead94e3ea } 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-23T12:40:34.433Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8e3c0d0b84ac..base_vfw..module-0", "vfModuleModelInvariantUUID": "a2470181-2368-4f67-b492-139d637cf50d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "22cb77d1-ce6a-4576-bac9-e8d60a83090b", "vfModuleModelCustomizationUUID": "39fd484a-0ffd-4134-97a0-bbce1e3a0a41", "isBase": true, "artifacts": [ "24b1d9c9-1689-41a0-8fb5-ae52223a3d2e", "000b40d7-f9b1-4ce9-b1a5-e16ead94e3ea" ], "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-23T12:40:34.433Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8e3c0d0b84ac..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:22cb77d1-ce6a-4576-bac9-e8d60a83090b VfModuleModelInvariantUUID:a2470181-2368-4f67-b492-139d637cf50d VfModuleModelDescription:NULL Artifacts UUID List:{ 24b1d9c9-1689-41a0-8fb5-ae52223a3d2e , 000b40d7-f9b1-4ce9-b1a5-e16ead94e3ea } 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-23T12:40:34.434Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 24b1d9c9-1689-41a0-8fb5-ae52223a3d2e from URL: /sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml 2023-03-23T12:40:34.434Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T12:40:34.434Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml 2023-03-23T12:40:34.538Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-23T12:40:34.539Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml 24b1d9c9-1689-41a0-8fb5-ae52223a3d2e 20368 2023-03-23T12:40:34.539Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-03-23T12:40:34.539Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml 2023-03-23T12:40:34.539Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T12:40:34.539Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:34.539Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:34.539Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575234539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:35.540Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 000b40d7-f9b1-4ce9-b1a5-e16ead94e3ea from URL: /sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env 2023-03-23T12:40:35.540Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T12:40:35.541Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env 2023-03-23T12:40:35.630Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-23T12:40:35.630Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env 000b40d7-f9b1-4ce9-b1a5-e16ead94e3ea 2098 2023-03-23T12:40:35.631Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-03-23T12:40:35.631Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env 2023-03-23T12:40:35.631Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T12:40:35.632Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:35.632Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:35.632Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575235631, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:36.633Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b 2023-03-23T12:40:36.633Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8e3c0d0b-84ac 0 842e5b43-2aeb-4554-a061-1d7c8bb32f5e 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-23T12:40:36.666Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@cd547b8, org.onap.sdc.toscaparser.api.parameters.Input@65aacf36, org.onap.sdc.toscaparser.api.parameters.Input@707c3f6, org.onap.sdc.toscaparser.api.parameters.Input@6da5fc3e, org.onap.sdc.toscaparser.api.parameters.Input@4b6b9eb5] 2023-03-23T12:40:36.667Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.667Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:36.667Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-03-23T12:40:36.667Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= af53ec56-2a1d-4acc-9666-71d7433d28de 2023-03-23T12:40:36.667Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af53ec56-2a1d-4acc-9666-71d7433d28de matches Tosca VF Customization UUID: af53ec56-2a1d-4acc-9666-71d7433d28de 2023-03-23T12:40:36.668Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: af53ec56-2a1d-4acc-9666-71d7433d28de 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-23T12:40:36.670Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.670Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:36.671Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id af53ec56-2a1d-4acc-9666-71d7433d28de: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-03-23T12:40:36.671Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ac1f02 2023-03-23T12:40:36.671Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.671Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-23T12:40:36.671Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 39fd484a-0ffd-4134-97a0-bbce1e3a0a41 2023-03-23T12:40:36.671Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 39fd484a-0ffd-4134-97a0-bbce1e3a0a41 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-23T12:40:36.674Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.674Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is matching search criteria 2023-03-23T12:40:36.674Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8e3c0d0b-84ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T12:40:36.674Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is matching search criteria 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8e3c0d0b-84ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is not matching search criteria 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-23T12:40:36.675Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-23T12:40:36.676Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c5c279f7-0b55-4975-9c43-e2e0e1752ef1 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-23T12:40:36.678Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.678Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is matching search criteria 2023-03-23T12:40:36.678Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8e3c0d0b-84ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T12:40:36.678Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.678Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is not matching search criteria 2023-03-23T12:40:36.678Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-23T12:40:36.678Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-23T12:40:36.678Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-23T12:40:36.679Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:36.679Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-23T12:40:36.679Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-23T12:40:36.679Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-23T12:40:36.679Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-03-23T12:40:36.679Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-03-23T12:40:36.679Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:36.679Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2023-03-23T12:40:36.679Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-03-23T12:40:36.679Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=859dc4c8-b4a2-493b-85a3-ac5fdf0a8990 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-23T12:40:36.681Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.682Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is matching search criteria 2023-03-23T12:40:36.682Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8e3c0d0b-84ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T12:40:36.682Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.682Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is not matching search criteria 2023-03-23T12:40:36.682Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-03-23T12:40:36.682Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-03-23T12:40:36.682Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-03-23T12:40:36.682Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:36.682Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-03-23T12:40:36.682Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2023-03-23T12:40:36.683Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-03-23T12:40:36.683Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-03-23T12:40:36.683Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2023-03-23T12:40:36.683Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-03-23T12:40:36.683Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-03-23T12:40:36.683Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-03-23T12:40:36.683Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c2f022e-8ca7-4164-ac25-b8256e8b18b4 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-23T12:40:36.685Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.686Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is matching search criteria 2023-03-23T12:40:36.686Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8e3c0d0b-84ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T12:40:36.686Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.686Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Node template vFW 8e3c0d0b-84ac 0 is matching search criteria 2023-03-23T12:40:36.686Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8e3c0d0b-84ac 0] matching following query criteria: sdcType=VF, customizationUUID=af53ec56-2a1d-4acc-9666-71d7433d28de Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T12:40:36.688Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.688Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:36.689Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b: vFW 8e3c0d0b-84ac 2023-03-23T12:40:36.689Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.689Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:36.689Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.689Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:36.689Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.689Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:36.689Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.689Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:36.689Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T12:40:36.689Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-03-23 12-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T12:40:36.689Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-03-23 12-39-15 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-23T12:40:37.002Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8e3c0d0b-84ac 842e5b43-2aeb-4554-a061-1d7c8bb32f5e 1 ASDC deployResourceStructure 2023-03-23T12:40:37.003Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json ASDC sendASDCNotification 2023-03-23T12:40:37.003Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json 2023-03-23T12:40:37.003Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T12:40:37.003Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:37.003Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:37.003Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575237003, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:38.004Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-03-23T12:40:38.004Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml 2023-03-23T12:40:38.004Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T12:40:38.004Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:38.004Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:38.005Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575238004, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:39.005Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-03-23T12:40:39.005Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env 2023-03-23T12:40:39.005Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T12:40:39.006Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:39.006Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:39.006Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575239005, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:40.007Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar ASDC sendASDCNotification 2023-03-23T12:40:40.007Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar 2023-03-23T12:40:40.007Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T12:40:40.007Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:40:40.007Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:40:40.007Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575240007, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:41.008Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c25f32ce-0af1-42f7-94ea-8f86bb90b940 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:40:41.034Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c25f32ce-0af1-42f7-94ea-8f86bb90b940 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:40:41.038Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T12:40:41.039Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:40:41.039Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:40:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:40:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:40:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "cds-sdc-listener", "timestamp": 1679575182636, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:40:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:40:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:40:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:40:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:40:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:40:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "policy-distribution-id", "timestamp": 1679575216012, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:40:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:40:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:40:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "multicloud-k8s", "timestamp": 1679575214008, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:40:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:40:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:40:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "aai-model-loader", "timestamp": 1679575221160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:40:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:11.039Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c25f32ce-0af1-42f7-94ea-8f86bb90b940 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:41:11.059Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c25f32ce-0af1-42f7-94ea-8f86bb90b940 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:41:11.062Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T12:41:11.062Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:41:11.062Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:41:41.062Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c25f32ce-0af1-42f7-94ea-8f86bb90b940 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:41:41.081Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c25f32ce-0af1-42f7-94ea-8f86bb90b940 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:41:41.084Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T12:41:41.084Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:41:41.084Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:41:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:41:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "ves-openapi-manager", "timestamp": 1679575212977, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "NOTIFIED" } 2023-03-23T12:41:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "cds-sdc-listener", "timestamp": 1679575182636, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "policy-distribution-id", "timestamp": 1679575216012, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "multicloud-k8s", "timestamp": 1679575214008, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "NOTIFIED" } 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "aai-model-loader", "timestamp": 1679575221160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "ves-openapi-manager", "timestamp": 1679575212977, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.175Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "cds-sdc-listener", "timestamp": 1679575182636, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "policy-distribution-id", "timestamp": 1679575216012, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "multicloud-k8s", "timestamp": 1679575214008, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "aai-model-loader", "timestamp": 1679575221160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "ves-openapi-manager", "timestamp": 1679575212977, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.176Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "cds-sdc-listener", "timestamp": 1679575182636, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "policy-distribution-id", "timestamp": 1679575216012, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "multicloud-k8s", "timestamp": 1679575214008, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "aai-model-loader", "timestamp": 1679575221160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575224450, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.177Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "ves-openapi-manager", "timestamp": 1679575212977, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-03-23T12:41:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "cds-sdc-listener", "timestamp": 1679575182636, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "policy-distribution-id", "timestamp": 1679575216012, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "multicloud-k8s", "timestamp": 1679575214008, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-03-23T12:41:49.178Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "aai-model-loader", "timestamp": 1679575221160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575224450, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "ves-openapi-manager", "timestamp": 1679575212977, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "cds-sdc-listener", "timestamp": 1679575182636, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.179Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "policy-distribution-id", "timestamp": 1679575216012, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "multicloud-k8s", "timestamp": 1679575214008, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "aai-model-loader", "timestamp": 1679575221160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575224450, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "ves-openapi-manager", "timestamp": 1679575212977, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575205975, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "cds-sdc-listener", "timestamp": 1679575182636, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "policy-distribution-id", "timestamp": 1679575216012, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "multicloud-k8s", "timestamp": 1679575214008, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "aai-model-loader", "timestamp": 1679575221160, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575224450, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "cds-sdc-listener", "timestamp": 1679575229735, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "multicloud-k8s", "timestamp": 1679575229302, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "policy-distribution-id", "timestamp": 1679575228590, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "aai-model-loader", "timestamp": 1679575229027, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575230647, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575224450, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "policy-distribution-id", "timestamp": 1679575229597, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "multicloud-k8s", "timestamp": 1679575230407, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575224450, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:41:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "policy-distribution-id", "timestamp": 1679575230599, "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-23T12:41:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c25f32ce-0af1-42f7-94ea-8f86bb90b940 2023-03-23T12:41:49.198Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25f32ce-0af1-42f7-94ea-8f86bb90b940 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-23T12:41:49.216Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575224450, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:41:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "multicloud-k8s", "timestamp": 1679575231509, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-03-23T12:41:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575233425, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-23T12:41:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.217Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "multicloud-k8s", "timestamp": 1679575232569, "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-23T12:41:49.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c25f32ce-0af1-42f7-94ea-8f86bb90b940 2023-03-23T12:41:49.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25f32ce-0af1-42f7-94ea-8f86bb90b940 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-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575232260, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575234539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "multicloud-k8s", "timestamp": 1679575233571, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "DEPLOY_OK" } 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575235631, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575235096, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575237003, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/vfw8e3c0d0b84ac0_modules.json", "status": "DEPLOY_OK" } 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "aai-model-loader", "timestamp": 1679575236122, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.240Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575236100, "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-23T12:41:49.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c25f32ce-0af1-42f7-94ea-8f86bb90b940 2023-03-23T12:41:49.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25f32ce-0af1-42f7-94ea-8f86bb90b940 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-23T12:41:49.275Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.275Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575238004, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-03-23T12:41:49.275Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.276Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.276Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "aai-model-loader", "timestamp": 1679575237124, "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-23T12:41:49.290Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c25f32ce-0af1-42f7-94ea-8f86bb90b940 2023-03-23T12:41:49.290Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25f32ce-0af1-42f7-94ea-8f86bb90b940 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-23T12:41:49.310Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.310Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575239005, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/resourceInstances/vfw8e3c0d0b84ac0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-03-23T12:41:49.310Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:41:49.310Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:41:49.310Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575240007, "artifactURL": "/sdc/v1/catalog/services/Vfw20230323123915/1.0/artifacts/service-Vfw20230323123915-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:41:49.310Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:11.084Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c25f32ce-0af1-42f7-94ea-8f86bb90b940 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:42:11.108Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c25f32ce-0af1-42f7-94ea-8f86bb90b940 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:42:11.111Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T12:42:11.111Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T12:42:11.111Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T12:42:11.111Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T12:42:11.111Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T12:42:11.111Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T12:42:11.111Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T12:42:11.111Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T12:42:11.111Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-23T12:42:11.120Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T12:42:41.120Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c25f32ce-0af1-42f7-94ea-8f86bb90b940 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T12:42:41.131Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c25f32ce-0af1-42f7-94ea-8f86bb90b940 and serviceModelVersionId: c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b 2023-03-23T12:42:41.131Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dba143bc-d6a6-4286-825a-245ad183c91e 2023-03-23T12:42:41.132Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dba143bc-d6a6-4286-825a-245ad183c91e/model-vers/model-ver/c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b?depth=0 2023-03-23T12:42:41.140Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T12:42:41.171Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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/dba143bc-d6a6-4286-825a-245ad183c91e/model-vers/model-ver/c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T12:42:41.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dba143bc-d6a6-4286-825a-245ad183c91e/model-vers/model-ver/c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b?depth=0|INFO|500||Invoke 2023-03-23T12:42:41.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dba143bc-d6a6-4286-825a-245ad183c91e/model-vers/model-ver/c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T12:42:41.383Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/dba143bc-d6a6-4286-825a-245ad183c91e/model-vers/model-ver/c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b?depth=0|INFO|500||InvokeReturn 2023-03-23T12:42:41.383Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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/dba143bc-d6a6-4286-825a-245ad183c91e/model-vers/model-ver/c8edbc89-de3e-4508-a1f8-fc2ee20ecf2b?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 12:42:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[200], vertex-id=[348216], x-aai-txid=[2-aai-resources-230323-12:42:39:381-29547], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T12:42:41.383Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T12:42:41.383Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T12:42:41.383Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-23T12:42:41.391Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-23T12:42:41.391Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c25f32ce-0af1-42f7-94ea-8f86bb90b940 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T12:42:41.391Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T12:42:41.392Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:42:41.392Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:42:41.392Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575361391, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T12:42:42.412Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:42:42.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T12:42:42.420Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T12:42:42.421Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:42:42.421Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:42:42.421Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:42:42.421Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:42:43.422Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:42:43.422Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:42:43.422Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:42:43.422Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:42:44.423Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:42:44.423Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:42:44.423Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:42:44.424Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:42:45.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:42:45.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:42:45.424Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:42:45.424Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:42:46.425Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:42:46.425Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:42:46.425Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:42:46.425Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:42:47.426Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:42:47.426Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:42:47.426Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:42:47.427Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:42:48.427Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:42:48.427Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:42:48.427Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:42:48.428Z||pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:42:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:42:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "policy-distribution-id", "timestamp": 1679575261600, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "cds-sdc-listener", "timestamp": 1679575230738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "multicloud-k8s", "timestamp": 1679575264575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "ves-openapi-manager", "timestamp": 1679575268624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "policy-distribution-id", "timestamp": 1679575261600, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "cds-sdc-listener", "timestamp": 1679575230738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "ves-openapi-manager", "timestamp": 1679575268624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "multicloud-k8s", "timestamp": 1679575264575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "policy-distribution-id", "timestamp": 1679575261600, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "cds-sdc-listener", "timestamp": 1679575230738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "ves-openapi-manager", "timestamp": 1679575268624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "multicloud-k8s", "timestamp": 1679575264575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T12:42:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "policy-distribution-id", "timestamp": 1679575261600, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "cds-sdc-listener", "timestamp": 1679575230738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "ves-openapi-manager", "timestamp": 1679575268624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "multicloud-k8s", "timestamp": 1679575264575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "policy-distribution-id", "timestamp": 1679575261600, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "ves-openapi-manager", "timestamp": 1679575268624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "multicloud-k8s", "timestamp": 1679575264575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T12:42:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "cds-sdc-listener", "timestamp": 1679575230738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "policy-distribution-id", "timestamp": 1679575261600, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "ves-openapi-manager", "timestamp": 1679575268624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "cds-sdc-listener", "timestamp": 1679575230738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "multicloud-k8s", "timestamp": 1679575264575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "policy-distribution-id", "timestamp": 1679575261600, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "ves-openapi-manager", "timestamp": 1679575268624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "cds-sdc-listener", "timestamp": 1679575230738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "multicloud-k8s", "timestamp": 1679575264575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:42:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "aai-model-loader", "timestamp": 1679575281160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "aai-model-loader", "timestamp": 1679575281160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "multicloud-k8s", "timestamp": 1679575282503, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-23T12:42:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "policy-distribution-id", "timestamp": 1679575281791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:42:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "cds-sdc-listener", "timestamp": 1679575282961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:42:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "aai-model-loader", "timestamp": 1679575281160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "policy-distribution-id", "timestamp": 1679575282794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:42:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "multicloud-k8s", "timestamp": 1679575283568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_ERROR", "errorReason": "Failed to download artifact with name: base_ubuntu18.yaml due to: Specified artifact is not found" } 2023-03-23T12:42:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "aai-model-loader", "timestamp": 1679575281160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "policy-distribution-id", "timestamp": 1679575283795, "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-23T12:42:49.213Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25ff5749-7d93-4b8c-8b47-b998a58efb46 2023-03-23T12:42:49.213Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25ff5749-7d93-4b8c-8b47-b998a58efb46 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-23T12:42:49.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "multicloud-k8s", "timestamp": 1679575284573, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_ERROR", "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: base_ubuntu18.yaml due to: Specified artifact is not found" } 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575284450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "aai-model-loader", "timestamp": 1679575281160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "multicloud-k8s", "timestamp": 1679575285610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_ERROR", "errorReason": "Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is not found" } 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575284450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "aai-model-loader", "timestamp": 1679575281160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "multicloud-k8s", "timestamp": 1679575286613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "DEPLOY_ERROR", "errorReason": "Failed to deploy the artifact due to: Failed to download artifact with name: base_ubuntu18.env due to: Specified artifact is not found" } 2023-03-23T12:42:49.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575284450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "aai-model-loader", "timestamp": 1679575281160, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:42:49.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "multicloud-k8s", "timestamp": 1679575287667, "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-23T12:42:49.245Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 25ff5749-7d93-4b8c-8b47-b998a58efb46 2023-03-23T12:42:49.245Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25ff5749-7d93-4b8c-8b47-b998a58efb46 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-23T12:42:49.257Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.257Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575284450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.257Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "aai-model-loader", "timestamp": 1679575288245, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR" } 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575284450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "aai-model-loader", "timestamp": 1679575289258, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DEPLOY_ERROR" } 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575284450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.258Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "aai-model-loader", "timestamp": 1679575290260, "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-23T12:42:49.265Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 25ff5749-7d93-4b8c-8b47-b998a58efb46 2023-03-23T12:42:49.265Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25ff5749-7d93-4b8c-8b47-b998a58efb46 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-23T12:42:49.279Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.280Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575284450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:42:49.280Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.280Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.280Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575292198, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR" } 2023-03-23T12:42:49.280Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:42:49.280Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:42:49.281Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575293201, "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-23T12:42:49.287Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_ERROR distributionID of 25ff5749-7d93-4b8c-8b47-b998a58efb46 2023-03-23T12:42:49.287Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25ff5749-7d93-4b8c-8b47-b998a58efb46 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-23T12:42:49.428Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T12:42:49.429Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T12:42:49.429Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T12:42:49.429Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T12:42:49.429Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T12:42:49.485Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T12:42:49.489Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T12:42:49.490Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T12:42:49.490Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T12:42:49.490Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T12:42:49.490Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T12:42:49.522Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T12:42:49.523Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@47dafd8b 2023-03-23T12:42:49.523Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T12:42:49.523Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T12:42:49.523Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T12:42:49.524Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T12:42:49.524Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T12:42:49.524Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T12:42:49.524Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:42:49.524Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:42:49.524Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575369524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:42:50.526Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T12:42:50.542Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T12:42:50.543Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T12:42:50.546Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T12:42:50.547Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T12:42:50.547Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T12:42:50.547Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T12:42:50.547Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T12:42:50.565Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T12:42:50.566Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1dc837ed 2023-03-23T12:42:50.566Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T12:42:50.566Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T12:42:50.566Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T12:42:50.567Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T12:42:50.567Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T12:42:50.567Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T12:42:50.567Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:42:50.567Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:42:50.567Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575370566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:42:51.568Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T12:42:51.569Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:42:51.586Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:42:51.590Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:42:51.590Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:43:21.590Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:43:21.608Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:43:21.612Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:43:21.612Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:43:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:43:49.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:43:49.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "c25f32ce-0af1-42f7-94ea-8f86bb90b940", "consumerID": "SO-sdc-controller", "timestamp": 1679575361391, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T12:43:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:43:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:43:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:43:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:43:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:43:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T12:43:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:43:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:43:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T12:43:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:43:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:43:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:43:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:43:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:43:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T12:43:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:43:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:43:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:43:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:43:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:43:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575362412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:43:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:43:51.612Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:43:51.636Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:43:51.639Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:43:51.640Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:44:21.640Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:44:21.657Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:44:21.660Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:44:21.660Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:44:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:44:49.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:44:49.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575369524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T12:44:49.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:44:49.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:44:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575370566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T12:44:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:44:51.661Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:44:51.678Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:44:51.681Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:44:51.681Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:45:21.682Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:45:21.698Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:45:21.701Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:45:21.701Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:45:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:45:51.701Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:45:51.725Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:45:51.730Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:45:51.730Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:46:21.731Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:46:21.759Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:46:21.764Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:46:21.764Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:46:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:46:51.764Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:46:51.792Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:46:51.796Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:46:51.796Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:47:21.796Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:47:21.816Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:47:21.819Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:47:21.820Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:47:42.506Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:47:42.507Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-1a665720-d6ff-4f31-8fb5-2ef3060cc693 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-23T12:47:42.507Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T12:47:42.507Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T12:47:44.347Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:47:44.363Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T12:47:44.363Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T12:47:44.369Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=77, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T12:47:44.370Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 77: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T12:47:44.385Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=77, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T12:47:44.385Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T12:47:44.385Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T12:47:44.388Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T12:47:44.389Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:47:44.389Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T12:47:44.389Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3283, offsetEpoch=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-23T12:47:44.389Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:47:44.389Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T12:47:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:47:51.820Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T12:47:51.820Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T12:47:51.826Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T12:47:51.826Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T12:47:51.827Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T12:47:51.833Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T12:47:51.849Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T12:47:51.849Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ecdddb6f-86ac-4102-9112-27fe2b3b31bf], X-ECOMP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-TransactionId=[], X-ONAP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], Content-Type=[application/merge-patch+json]} 2023-03-23T12:47:51.859Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T12:47:51.923Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 12:47:50 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[47], x-aai-txid=[2-aai-resources-230323-12:47:50:058-18688], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T12:47:51.924Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?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/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T12:47:51.925Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T12:47:51.987Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T12:47:51.987Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T12:47:51.987Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T12:47:51.988Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T12:47:51.994Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T12:47:51.995Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T12:47:51.995Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T12:47:51.995Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:47:51.995Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:47:51.995Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575671995, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:47:52.017Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T12:47:52.018Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575671995, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T12:47:52.019Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T12:47:53.012Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:47:53.013Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-23T12:47:53.013Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:47:53.014Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:47:53.014Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:47:53.014Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T12:47:53.017Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ee844dda-c970-4f75-a5ec-27c30894330e 2023-03-23T12:47:53.017Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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=14, 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-23T12:47:53.018Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:47:53.018Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T12:47:53.522Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:47:56.533Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:47:59.542Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:02.551Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:05.560Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:08.568Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:11.580Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:14.595Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:17.603Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:20.613Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:23.622Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:26.630Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:29.640Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:32.648Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:35.658Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:38.670Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:41.680Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:44.687Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:47.695Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:48:49.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T12:48:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T12:48:49.196Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=78, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ee844dda-c970-4f75-a5ec-27c30894330e', protocol='range'} 2023-03-23T12:48:49.197Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=78, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T12:48:49.202Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 78: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ee844dda-c970-4f75-a5ec-27c30894330e=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T12:48:49.221Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=78, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ee844dda-c970-4f75-a5ec-27c30894330e', protocol='range'} 2023-03-23T12:48:49.222Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:48:49.222Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:48:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=78, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T12:48:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T12:48:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T12:48:49.224Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T12:48:49.224Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:48:49.224Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T12:48:49.224Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T12:48:49.224Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:48:49.224Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=13, 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-23T12:48:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T12:48:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:48:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T12:48:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3284, offsetEpoch=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-23T12:48:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:48:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T12:48:50.238Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T12:48:50.238Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T12:48:50.239Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:48:50.239Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:48:50.239Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:48:50.239Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:48:50.257Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:48:50.257Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:48:50.257Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:48:51.239Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:48:51.240Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:48:51.240Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:48:51.240Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:48:52.241Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:48:52.241Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:48:52.242Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:48:52.242Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:48:53.242Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:48:53.243Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:48:53.243Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:48:53.243Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:48:54.243Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:48:54.244Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:48:54.244Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:48:54.244Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:48:55.245Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:48:55.245Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:48:55.245Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:48:55.245Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:48:56.246Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:48:56.246Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:48:56.246Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:48:56.246Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:48:57.247Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T12:48:57.248Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T12:48:57.248Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T12:48:57.248Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T12:48:57.249Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T12:48:57.289Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T12:48:57.289Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T12:48:57.289Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T12:48:57.289Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T12:48:57.289Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T12:48:57.290Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T12:48:57.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T12:48:57.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@23c99518 2023-03-23T12:48:57.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T12:48:57.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T12:48:57.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T12:48:57.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T12:48:57.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T12:48:57.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T12:48:57.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:48:57.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:48:57.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575737331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:48:58.332Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T12:48:58.342Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T12:48:58.342Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T12:48:58.344Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T12:48:58.344Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T12:48:58.344Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T12:48:58.344Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T12:48:58.345Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T12:48:58.358Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T12:48:58.358Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7af35302 2023-03-23T12:48:58.358Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T12:48:58.358Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T12:48:58.358Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T12:48:58.358Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T12:48:58.358Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T12:48:58.358Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T12:48:58.358Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:48:58.359Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:48:58.359Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575738358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:48:59.359Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T12:48:59.359Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:48:59.380Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:48:59.383Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:48:59.383Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:49:29.383Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:49:29.438Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:49:29.462Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:49:29.463Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:49:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:49:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T12:49:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T12:49:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T12:49:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575673012, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:49:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575737331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T12:49:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679575738358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T12:49:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "ves-openapi-manager", "timestamp": 1679575728370, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "cds-sdc-listener", "timestamp": 1679575703969, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "aai-model-loader", "timestamp": 1679575731160, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "policy-distribution-id", "timestamp": 1679575734806, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "multicloud-k8s", "timestamp": 1679575738693, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575734450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "ves-openapi-manager", "timestamp": 1679575728370, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "cds-sdc-listener", "timestamp": 1679575703969, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:49:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "aai-model-loader", "timestamp": 1679575731160, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:49:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "multicloud-k8s", "timestamp": 1679575738693, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:49:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "policy-distribution-id", "timestamp": 1679575734806, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:49:49.192Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.192Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.192Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575734450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:49:49.192Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.192Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.192Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "policy-distribution-id", "timestamp": 1679575744553, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:49:49.192Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.192Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.193Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "cds-sdc-listener", "timestamp": 1679575745708, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:49:49.193Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.193Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.193Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "aai-model-loader", "timestamp": 1679575744992, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:49:49.193Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.193Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.193Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575745619, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:49:49.193Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.194Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.194Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "policy-distribution-id", "timestamp": 1679575745558, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:49:49.194Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.194Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.194Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "policy-distribution-id", "timestamp": 1679575746560, "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-23T12:49:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb9a0670-fdaa-4040-a746-0cec6c8479df 2023-03-23T12:49:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb9a0670-fdaa-4040-a746-0cec6c8479df 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-23T12:49:49.238Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.239Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575747066, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:49:49.239Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.239Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.239Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "aai-model-loader", "timestamp": 1679575747818, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:49:49.239Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.239Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.239Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575748069, "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-23T12:49:49.249Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb9a0670-fdaa-4040-a746-0cec6c8479df 2023-03-23T12:49:49.249Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb9a0670-fdaa-4040-a746-0cec6c8479df 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-23T12:49:49.264Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.264Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "aai-model-loader", "timestamp": 1679575748819, "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-23T12:49:49.275Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb9a0670-fdaa-4040-a746-0cec6c8479df 2023-03-23T12:49:49.275Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb9a0670-fdaa-4040-a746-0cec6c8479df 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-23T12:49:49.292Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.292Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "cds-sdc-listener", "timestamp": 1679575746712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.292Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.292Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.292Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "ves-openapi-manager", "timestamp": 1679575768355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.292Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.292Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.292Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "aai-model-loader", "timestamp": 1679575761160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.292Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.293Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.293Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "policy-distribution-id", "timestamp": 1679575747561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.293Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.293Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.293Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "multicloud-k8s", "timestamp": 1679575745112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.293Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.293Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.293Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "ves-openapi-manager", "timestamp": 1679575768355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.293Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.294Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.294Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "cds-sdc-listener", "timestamp": 1679575746712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.294Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.294Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.294Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "aai-model-loader", "timestamp": 1679575761160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.294Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.294Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.294Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "multicloud-k8s", "timestamp": 1679575745112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.294Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.294Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.294Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "policy-distribution-id", "timestamp": 1679575747561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.294Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "ves-openapi-manager", "timestamp": 1679575768355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "cds-sdc-listener", "timestamp": 1679575746712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "multicloud-k8s", "timestamp": 1679575745112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "policy-distribution-id", "timestamp": 1679575747561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "aai-model-loader", "timestamp": 1679575761160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "ves-openapi-manager", "timestamp": 1679575768355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "aai-model-loader", "timestamp": 1679575761160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "multicloud-k8s", "timestamp": 1679575745112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "cds-sdc-listener", "timestamp": 1679575746712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "policy-distribution-id", "timestamp": 1679575747561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.296Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "ves-openapi-manager", "timestamp": 1679575768355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.297Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.297Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.297Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "policy-distribution-id", "timestamp": 1679575747561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.297Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.297Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.297Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "aai-model-loader", "timestamp": 1679575761160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.297Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.297Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.297Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "multicloud-k8s", "timestamp": 1679575745112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.298Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.298Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.298Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "cds-sdc-listener", "timestamp": 1679575746712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.298Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.298Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.298Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "ves-openapi-manager", "timestamp": 1679575768355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-23T12:49:49.298Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.299Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.299Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "aai-model-loader", "timestamp": 1679575761160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.299Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.299Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.299Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "multicloud-k8s", "timestamp": 1679575745112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.299Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.299Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.299Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "policy-distribution-id", "timestamp": 1679575747561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.299Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.300Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.300Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "cds-sdc-listener", "timestamp": 1679575746712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.300Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.300Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.300Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "ves-openapi-manager", "timestamp": 1679575768355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.300Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.300Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.300Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "aai-model-loader", "timestamp": 1679575761160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.300Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.300Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.300Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "multicloud-k8s", "timestamp": 1679575745112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.300Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.301Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.301Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "policy-distribution-id", "timestamp": 1679575747561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.301Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.301Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.301Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "cds-sdc-listener", "timestamp": 1679575746712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.301Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.301Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.301Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "ves-openapi-manager", "timestamp": 1679575768355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-23T12:49:49.302Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.302Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.302Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "multicloud-k8s", "timestamp": 1679575745112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:49:49.302Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.302Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.302Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "aai-model-loader", "timestamp": 1679575761160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:49:49.302Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.302Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.303Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "policy-distribution-id", "timestamp": 1679575747561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:49:49.303Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.303Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.303Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "cds-sdc-listener", "timestamp": 1679575746712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:49:49.303Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.303Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.303Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "cds-sdc-listener", "timestamp": 1679575782978, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:49:49.303Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.303Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.303Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "policy-distribution-id", "timestamp": 1679575781823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:49:49.304Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.304Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.304Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "aai-model-loader", "timestamp": 1679575782259, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:49:49.304Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.304Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.304Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "policy-distribution-id", "timestamp": 1679575782826, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:49:49.304Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.304Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.304Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "policy-distribution-id", "timestamp": 1679575783827, "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-23T12:49:49.340Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52b59d89-63ea-4683-b920-7ca2a36b51cc 2023-03-23T12:49:49.341Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52b59d89-63ea-4683-b920-7ca2a36b51cc 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-23T12:49:49.358Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.358Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "aai-model-loader", "timestamp": 1679575786060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:49:49.358Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:49:49.358Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:49:49.358Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "aai-model-loader", "timestamp": 1679575787061, "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-23T12:49:49.370Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 52b59d89-63ea-4683-b920-7ca2a36b51cc 2023-03-23T12:49:49.371Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52b59d89-63ea-4683-b920-7ca2a36b51cc 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-23T12:49:59.467Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:49:59.488Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:49:59.492Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:49:59.493Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:50:29.493Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:50:29.519Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:50:29.523Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:50:29.523Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:50:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:50:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575794450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575794450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575794450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575794450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575794450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575794450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575794450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575794450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:50:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575803256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:50:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575804964, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:50:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575805967, "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-23T12:50:49.201Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 52b59d89-63ea-4683-b920-7ca2a36b51cc 2023-03-23T12:50:49.201Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52b59d89-63ea-4683-b920-7ca2a36b51cc 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-23T12:50:49.219Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.219Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "cds-sdc-listener", "timestamp": 1679575783983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.219Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "ves-openapi-manager", "timestamp": 1679575808356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "policy-distribution-id", "timestamp": 1679575814831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "aai-model-loader", "timestamp": 1679575821160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "multicloud-k8s", "timestamp": 1679575812412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "cds-sdc-listener", "timestamp": 1679575783983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.220Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "policy-distribution-id", "timestamp": 1679575814831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "ves-openapi-manager", "timestamp": 1679575808356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "aai-model-loader", "timestamp": 1679575821160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "multicloud-k8s", "timestamp": 1679575812412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575824450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.221Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "cds-sdc-listener", "timestamp": 1679575783983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "ves-openapi-manager", "timestamp": 1679575808356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "policy-distribution-id", "timestamp": 1679575814831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T12:50:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "aai-model-loader", "timestamp": 1679575821160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.222Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "multicloud-k8s", "timestamp": 1679575812412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T12:50:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575824450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "ves-openapi-manager", "timestamp": 1679575808356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "cds-sdc-listener", "timestamp": 1679575783983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "policy-distribution-id", "timestamp": 1679575814831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.223Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "aai-model-loader", "timestamp": 1679575821160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "multicloud-k8s", "timestamp": 1679575812412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575824450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "ves-openapi-manager", "timestamp": 1679575808356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "multicloud-k8s", "timestamp": 1679575812412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.224Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "aai-model-loader", "timestamp": 1679575821160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "cds-sdc-listener", "timestamp": 1679575783983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "policy-distribution-id", "timestamp": 1679575814831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575824450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "ves-openapi-manager", "timestamp": 1679575808356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "multicloud-k8s", "timestamp": 1679575812412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "cds-sdc-listener", "timestamp": 1679575783983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.225Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "policy-distribution-id", "timestamp": 1679575814831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "aai-model-loader", "timestamp": 1679575821160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575824450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "ves-openapi-manager", "timestamp": 1679575808356, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "cds-sdc-listener", "timestamp": 1679575783983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "policy-distribution-id", "timestamp": 1679575814831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "aai-model-loader", "timestamp": 1679575821160, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "multicloud-k8s", "timestamp": 1679575812412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575824450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "multicloud-k8s", "timestamp": 1679575830908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.227Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "cds-sdc-listener", "timestamp": 1679575831354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:50:49.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "aai-model-loader", "timestamp": 1679575830632, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:50:49.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "policy-distribution-id", "timestamp": 1679575830203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:50:49.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575824450, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:50:49.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "policy-distribution-id", "timestamp": 1679575831206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:50:49.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "multicloud-k8s", "timestamp": 1679575832022, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-23T12:50:49.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575832256, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T12:50:49.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "policy-distribution-id", "timestamp": 1679575832207, "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-23T12:50:49.248Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 2023-03-23T12:50:49.248Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 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-23T12:50:49.262Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.263Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "multicloud-k8s", "timestamp": 1679575833125, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-23T12:50:49.263Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.263Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.263Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "multicloud-k8s", "timestamp": 1679575834180, "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-23T12:50:49.272Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 2023-03-23T12:50:49.272Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 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-23T12:50:49.287Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.287Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575834353, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:50:49.287Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.287Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.287Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "multicloud-k8s", "timestamp": 1679575835183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-03-23T12:50:49.287Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.287Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.287Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679575835357, "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-23T12:50:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 2023-03-23T12:50:49.295Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 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-23T12:50:49.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "aai-model-loader", "timestamp": 1679575836186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T12:50:49.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:50:49.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:50:49.311Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "aai-model-loader", "timestamp": 1679575837188, "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-23T12:50:49.324Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 2023-03-23T12:50:49.325Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 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-23T12:50:59.523Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:50:59.554Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:50:59.558Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:50:59.559Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:51:29.559Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:51:29.574Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:51:29.576Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:51:29.576Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:51:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:51:59.576Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:51:59.604Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:51:59.609Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:51:59.609Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:52:29.609Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:52:29.631Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:52:29.636Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:52:29.636Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:52:49.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:52:59.636Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:52:59.667Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:52:59.677Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:52:59.677Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:53:29.678Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:53:29.706Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:53:29.712Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:53:29.712Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:53:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:53:50.317Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:53:50.318Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ee844dda-c970-4f75-a5ec-27c30894330e 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-23T12:53:50.318Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T12:53:50.319Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T12:53:52.832Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:53:52.845Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T12:53:52.846Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T12:53:52.850Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=79, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T12:53:52.851Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 79: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T12:53:52.865Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=79, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T12:53:52.865Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T12:53:52.865Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T12:53:52.868Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T12:53:52.869Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:53:52.869Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T12:53:52.869Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3430, offsetEpoch=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-23T12:53:52.869Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:53:52.869Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T12:53:59.713Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T12:53:59.713Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T12:53:59.727Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T12:53:59.727Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T12:53:59.728Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T12:53:59.734Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T12:53:59.748Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T12:53:59.749Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8290ba43-ee93-45b2-ae17-725b487667de], X-ECOMP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-TransactionId=[], X-ONAP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], Content-Type=[application/merge-patch+json]} 2023-03-23T12:53:59.755Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T12:53:59.791Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 12:53:57 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[32], x-aai-txid=[2-aai-resources-230323-12:53:57:953-37640], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T12:53:59.792Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?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/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T12:53:59.792Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T12:53:59.795Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T12:53:59.795Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T12:53:59.796Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T12:53:59.797Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T12:53:59.807Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T12:53:59.807Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T12:53:59.807Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T12:53:59.807Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:53:59.807Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:53:59.807Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576039807, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:53:59.824Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T12:53:59.824Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576039807, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T12:53:59.825Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-23T12:54:00.846Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T12:54:00.846Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-23T12:54:00.847Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:54:00.847Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:54:00.847Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:54:00.847Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T12:54:00.850Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-434ea5f1-f75f-4d6c-9bba-0bfee9ab17a9 2023-03-23T12:54:00.851Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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=14, 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-23T12:54:00.851Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:54:00.851Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T12:54:02.029Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:05.040Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:08.049Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:11.060Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:14.070Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:17.082Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:20.090Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:23.098Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:26.108Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:29.115Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:32.122Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:35.129Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:38.136Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:41.143Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:44.158Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:47.167Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:54:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:54:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T12:54:49.185Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T12:54:49.189Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=80, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-434ea5f1-f75f-4d6c-9bba-0bfee9ab17a9', protocol='range'} 2023-03-23T12:54:49.189Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=80, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T12:54:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 80: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-434ea5f1-f75f-4d6c-9bba-0bfee9ab17a9=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T12:54:49.201Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=80, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-434ea5f1-f75f-4d6c-9bba-0bfee9ab17a9', protocol='range'} 2023-03-23T12:54:49.201Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:54:49.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=80, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T12:54:49.201Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:54:49.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T12:54:49.201Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T12:54:49.203Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T12:54:49.203Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:54:49.203Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T12:54:49.203Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T12:54:49.203Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:54:49.203Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=13, 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-23T12:54:49.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T12:54:49.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:54:49.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T12:54:49.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3431, offsetEpoch=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-23T12:54:49.205Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:54:49.205Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T12:54:50.212Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T12:54:50.212Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T12:54:50.214Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:54:50.214Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:54:50.214Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:54:50.214Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:54:50.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:54:50.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:54:50.238Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:54:51.214Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:54:51.215Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:54:51.215Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:54:51.215Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:54:52.215Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:54:52.216Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:54:52.216Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:54:52.216Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:54:53.216Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:54:53.216Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:54:53.216Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:54:53.216Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:54:54.217Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:54:54.217Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:54:54.217Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:54:54.217Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:54:55.218Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:54:55.218Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:54:55.218Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:54:55.218Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:54:56.219Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T12:54:56.219Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:54:56.220Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:54:56.220Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:54:57.221Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T12:54:57.222Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T12:54:57.222Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T12:54:57.223Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T12:54:57.224Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T12:54:57.277Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T12:54:57.277Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T12:54:57.277Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T12:54:57.277Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T12:54:57.277Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T12:54:57.278Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T12:54:57.308Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T12:54:57.308Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3b70baec 2023-03-23T12:54:57.308Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T12:54:57.308Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T12:54:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T12:54:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T12:54:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T12:54:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T12:54:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:54:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:54:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576097309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:54:58.310Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T12:54:58.327Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T12:54:58.327Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T12:54:58.330Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T12:54:58.330Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T12:54:58.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T12:54:58.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T12:54:58.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T12:54:58.349Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T12:54:58.349Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@16287982 2023-03-23T12:54:58.349Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T12:54:58.349Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T12:54:58.349Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T12:54:58.349Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T12:54:58.349Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T12:54:58.349Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T12:54:58.350Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:54:58.350Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:54:58.350Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576098349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:54:59.350Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T12:54:59.351Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:54:59.375Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:54:59.379Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:54:59.382Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:55:29.382Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:55:29.406Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:55:29.411Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:55:29.412Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:55:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:55:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:55:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T12:55:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:55:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:55:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T12:55:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:55:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576097309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:55:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-03-23T12:55:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576098349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T12:55:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T12:55:59.412Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:55:59.438Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:55:59.443Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:55:59.443Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:56:29.444Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:56:29.468Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:56:29.473Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:56:29.473Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:56:49.172Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:56:59.473Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:56:59.501Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:56:59.506Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:56:59.506Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:57:29.507Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:57:29.537Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:57:29.542Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:57:29.542Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:57:49.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:57:59.543Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:57:59.567Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:57:59.573Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:57:59.573Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:58:29.574Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:58:29.597Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:58:29.600Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:58:29.601Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:58:49.173Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:58:59.601Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:58:59.629Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:58:59.635Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:58:59.635Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:59:29.636Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:59:29.662Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T12:59:29.669Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T12:59:29.669Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T12:59:49.174Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:59:50.297Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T12:59:50.297Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-434ea5f1-f75f-4d6c-9bba-0bfee9ab17a9 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-23T12:59:50.298Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T12:59:50.298Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T12:59:52.615Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T12:59:52.630Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T12:59:52.631Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T12:59:52.638Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=81, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T12:59:52.638Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 81: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T12:59:52.654Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=81, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T12:59:52.654Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T12:59:52.654Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T12:59:52.658Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T12:59:52.658Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:59:52.658Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T12:59:52.658Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3440, offsetEpoch=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-23T12:59:52.658Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T12:59:52.658Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T12:59:59.669Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T12:59:59.670Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T12:59:59.683Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T12:59:59.684Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T12:59:59.685Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T12:59:59.692Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T12:59:59.712Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T12:59:59.713Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T12:59:59.720Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T12:59:59.757Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T12:59:59.761Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 12:59:57 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[34], x-aai-txid=[0-aai-resources-230323-12:59:57:915-90106], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T12:59:59.763Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T12:59:59.767Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T12:59:59.768Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T12:59:59.768Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T12:59:59.768Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T12:59:59.777Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T12:59:59.777Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T12:59:59.777Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T12:59:59.778Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T12:59:59.778Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T12:59:59.778Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576399777, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T12:59:59.801Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T12:59:59.802Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576399777, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T12:59:59.803Z|356e5ecc-d46a-46f7-badc-32b46fa53983|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-23T13:00:00.809Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:00:00.809Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cb9a0670-fdaa-4040-a746-0cec6c8479df","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e45fd639-5114-45d1-8f98-09296814703b","serviceDescription":"service","serviceInvariantUUID":"aea2f03e-4830-4f22-b445-64179a3c2e96","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"21654d5c-6d16-44b1-ad0c-32ccb7e1c047","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":"MzgzZjcxNDdkYTIwNjQyNWQxYjVhYjAzMmY1NjE1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"531d7c0d-fb6b-40c7-a592-63ed9bf18f6f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d361ab15-4d9e-4f87-a173-2592c49ee813","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:00:00.809Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:00:00.809Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:00.809Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:00.809Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "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-23T13:00:01.810Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:00:01.810Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:01.810Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:01.811Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:00:02.812Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e45fd639-5114-45d1-8f98-09296814703b", "serviceDescription": "service", "serviceInvariantUUID": "aea2f03e-4830-4f22-b445-64179a3c2e96", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "21654d5c-6d16-44b1-ad0c-32ccb7e1c047", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d361ab15-4d9e-4f87-a173-2592c49ee813" } ], "workloadContext": "Production" } 2023-03-23T13:00:02.812Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:00:02.812Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45fd639-5114-45d1-8f98-09296814703b ASDC 2023-03-23T13:00:02.813Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:cb9a0670-fdaa-4040-a746-0cec6c8479df ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e45fd639-5114-45d1-8f98-09296814703b ServiceInvariantUUID:aea2f03e-4830-4f22-b445-64179a3c2e96 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:d361ab15-4d9e-4f87-a173-2592c49ee813 ArtifactChecksum:ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-23T13:00:02.813Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45fd639-5114-45d1-8f98-09296814703b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T13:00:02.868Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:00:02.869Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:00:02.869Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:00:02.869Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:00:02.869Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:00:02.870Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:00:03.177Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:00:03.179Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d361ab15-4d9e-4f87-a173-2592c49ee813 57797 2023-03-23T13:00:03.180Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:00:03.180Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:00:03.180Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:00:03.180Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:03.180Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:03.180Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576403180, "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-23T13:00:04.181Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:00:04.182Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:00:04.182Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:00:04.183Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-03-23T13:00:04.183Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:00:04.183Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:00:04.276Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP955266434902841273/Definitions/service-BasicNetwork-template.yml 2023-03-23T13:00:04.608Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:00:04.608Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:00:04.608Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:00:04.608Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-03-23T13:00:04.608Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:00:04.608Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:00:04.608Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:00:04.608Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:00:04.608Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:00:04.608Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:00:04.609Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:00:04.609Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:00:04.609Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:00:04.609Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.609Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:04.609Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-03-23T13:00:04.609Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:00:04.609Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:00:04.609Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.609Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:04.609Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-03-23T13:00:04.610Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:00:04.610Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:00:04.610Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.610Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:04.610Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.610Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:04.610Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.610Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:04.610Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.610Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:04.610Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.610Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:04.610Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:e45fd639-5114-45d1-8f98-09296814703b Model Version:NULL Model InvariantUuid:aea2f03e-4830-4f22-b445-64179a3c2e96 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:95263183-3856-4858-bdf0-bde940c6dda1 Model UUID:3a6c4f03-db5e-4e91-a691-fb4fa3acde9b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 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-23T13:00:04.630Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b 2023-03-23T13:00:04.630Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||No resources found for Service: e45fd639-5114-45d1-8f98-09296814703b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:00:04.635Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500|| 2023-03-23T13:00:04.635Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-03-23T13:00:04.635Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||No resources found for Service: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T13:00:04.635Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T13:00:04.635Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-03-23T13:00:04.635Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:00:04.642Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27d1431b, org.onap.sdc.toscaparser.api.parameters.Input@562762f7, org.onap.sdc.toscaparser.api.parameters.Input@2053111a, org.onap.sdc.toscaparser.api.parameters.Input@5bd4ce05, org.onap.sdc.toscaparser.api.parameters.Input@763087ff] 2023-03-23T13:00:04.643Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.643Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:04.643Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.643Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:04.644Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e45fd639-5114-45d1-8f98-09296814703b: Generic NeutronNet 2023-03-23T13:00:04.644Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.644Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:04.644Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.644Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2023-03-23T13:00:04.672Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.672Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:04.672Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.672Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:04.672Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:04.672Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:04.672Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: 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_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-23T13:00:04.735Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-03-23T13:00:04.736Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:00:04.736Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:00:04.736Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:00:04.736Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:04.736Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:04.736Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576404736, "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-23T13:00:05.738Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:00:05.767Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:00:05.772Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:00:05.772Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:00:05.772Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:00:05.772Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:00:05.772Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:00:05.772Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:00:05.772Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:00:05.772Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:00:05.773Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:00:05.786Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:00:35.786Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:00:35.805Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and serviceModelVersionId: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T13:00:35.805Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea2f03e-4830-4f22-b445-64179a3c2e96 2023-03-23T13:00:35.806Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 2023-03-23T13:00:35.811Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:00:35.838Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||Invoke 2023-03-23T13:00:35.838Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[290509dd-02c3-417e-bcbf-1851c6ade67d], X-ECOMP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-TransactionId=[], X-ONAP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], Content-Type=[application/merge-patch+json]} 2023-03-23T13:00:35.843Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:00:36.002Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:00:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[278568], x-aai-txid=[2-aai-resources-230323-13:00:34:041-31190], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:00:36.003Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:00:36.003Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||InvokeReturn 2023-03-23T13:00:36.003Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:00:36.003Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:00:36.014Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:00:36.014Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb9a0670-fdaa-4040-a746-0cec6c8479df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:00:36.014Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:00:36.014Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:36.015Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:36.015Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576436014, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:00:37.047Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:00:37.047Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"52b59d89-63ea-4683-b920-7ca2a36b51cc","serviceName":"Demo_pNF_nNhaXs3XD4ZVVBsHuxA1","serviceVersion":"1.0","serviceUUID":"9dfe125f-b0af-458c-9072-fe2538a83f36","serviceDescription":"catalog service description","serviceInvariantUUID":"fb2dc051-de24-4766-9c47-994c8d5a0431","resources":[{"resourceInstanceName":"pNF f3c4dfd7-82d9 0","resourceName":"pNF f3c4dfd7-82d9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"874a0dc3-2f4c-46cb-8f84-8747b567f730","resourceInvariantUUID":"383a85a2-d7af-4c97-bc09-4b6581c8c9ef","resourceCustomizationUUID":"136aeb8c-5891-456d-a4bf-383ed78d0d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml","artifactChecksum":"ZmEwMzQwYmI3YTEzZmM5OTg0NjI1YWNmMjhhNmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b27ec1ed-5edb-4b3b-a795-9de5b034918c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf7b8044-e51d-495f-bc10-1c4e1bbe8e5d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0dd1941-bdee-43cb-9c6d-d92b577a8e26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml","artifactChecksum":"YWJhZGVmMDkzYTU3ODU0ZTYyMTM5ODM4MDc0MzkxZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d960d7-f59f-4895-9e7b-8d1e255fe83c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ed2b9da-b57f-4348-beba-0f4fa1e2c029","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85ab0328-16f6-4a47-8691-103fef1f16d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactChecksum":"MDg3Nzk5MTRiMThhNTljYTJkYWQxNjc5YzFkZWI5NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae48e3b-9444-44f7-9567-b3707c5b5795","artifactVersion":"1"},{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactChecksum":"YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be742e24-eea6-4edc-86bd-beedc8ec33f4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:00:37.048Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:00:37.048Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:37.048Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:37.048Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:00:38.049Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:00:38.050Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:38.050Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:38.050Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:00:39.051Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:00:39.052Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:39.052Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:39.052Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:00:40.053Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:00:40.053Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:40.053Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:40.053Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:00:41.055Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:00:41.055Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:41.056Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:41.056Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:00:42.058Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:00:42.058Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:42.058Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:42.058Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:00:43.059Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:00:43.060Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:43.060Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:43.060Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:00:44.060Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:00:44.060Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:44.061Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:44.061Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:00:45.061Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "serviceName": "Demo_pNF_nNhaXs3XD4ZVVBsHuxA1", "serviceVersion": "1.0", "serviceUUID": "9dfe125f-b0af-458c-9072-fe2538a83f36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fb2dc051-de24-4766-9c47-994c8d5a0431", "resources": [ { "resourceInstanceName": "pNF f3c4dfd7-82d9 0", "resourceCustomizationUUID": "136aeb8c-5891-456d-a4bf-383ed78d0d18", "resourceName": "pNF f3c4dfd7-82d9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "874a0dc3-2f4c-46cb-8f84-8747b567f730", "resourceInvariantUUID": "383a85a2-d7af-4c97-bc09-4b6581c8c9ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactChecksum": "YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be742e24-eea6-4edc-86bd-beedc8ec33f4" } ], "workloadContext": "Production" } 2023-03-23T13:00:45.062Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:00:45.063Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC 2023-03-23T13:00:45.063Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:52b59d89-63ea-4683-b920-7ca2a36b51cc ServiceName:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 ServiceVersion:1.0 ServiceUUID:9dfe125f-b0af-458c-9072-fe2538a83f36 ServiceInvariantUUID:fb2dc051-de24-4766-9c47-994c8d5a0431 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactUUID:be742e24-eea6-4edc-86bd-beedc8ec33f4 ArtifactChecksum:YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f3c4dfd7-82d9 0 ResourceCustomizationUUID:136aeb8c-5891-456d-a4bf-383ed78d0d18 ResourceInvariantUUID:383a85a2-d7af-4c97-bc09-4b6581c8c9ef ResourceName:pNF f3c4dfd7-82d9 ResourceType:PNF ResourceUUID:874a0dc3-2f4c-46cb-8f84-8747b567f730 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:00:45.063Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T13:00:45.140Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:00:45.141Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:00:45.141Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:00:45.141Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 from URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:45.141Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:00:45.142Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:45.455Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:00:45.458Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar be742e24-eea6-4edc-86bd-beedc8ec33f4 88024 2023-03-23T13:00:45.459Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:00:45.459Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:45.459Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:00:45.459Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:45.459Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:45.459Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576445459, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:00:46.460Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:00:46.461Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:00:46.461Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4, URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar to file: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:46.461Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:46.461Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:46.461Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:46.538Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2865297597544378799/Definitions/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3c4dfd7-82d9 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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:47.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:47.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:00:47.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:00:47.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:00:47.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:47.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:47.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:00:47.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:00:47.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:00:47.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:47.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:47.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:47.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:47.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:47.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:47.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:47.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:47.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:47.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:47.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 Description:catalog service description Model UUID:9dfe125f-b0af-458c-9072-fe2538a83f36 Model Version:NULL Model InvariantUuid:fb2dc051-de24-4766-9c47-994c8d5a0431 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-23T13:00:47.141Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:00:47.145Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||pNF f3c4dfd7-82d9 0 2023-03-23T13:00:47.145Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 2023-03-23T13:00:47.145Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T13:00:47.145Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T13:00:47.145Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f3c4dfd7-82d9 0 874a0dc3-2f4c-46cb-8f84-8747b567f730 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-23T13:00:47.159Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f20f5d, org.onap.sdc.toscaparser.api.parameters.Input@7cffed45, org.onap.sdc.toscaparser.api.parameters.Input@3ec32956, org.onap.sdc.toscaparser.api.parameters.Input@70189937, org.onap.sdc.toscaparser.api.parameters.Input@6000e88e] 2023-03-23T13:00:47.160Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:47.160Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:47.160Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9dfe125f-b0af-458c-9072-fe2538a83f36: pNF f3c4dfd7-82d9 2023-03-23T13:00:47.160Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Processing PNF resource: 874a0dc3-2f4c-46cb-8f84-8747b567f730 2023-03-23T13:00:47.160Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:00:47.160Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:00:47.160Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Resource customization UUID: 136aeb8c-5891-456d-a4bf-383ed78d0d18 is the same as notified resource customizationUUID: 136aeb8c-5891-456d-a4bf-383ed78d0d18 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-23T13:00:47.225Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f3c4dfd7-82d9 874a0dc3-2f4c-46cb-8f84-8747b567f730 0 ASDC deployResourceStructure 2023-03-23T13:00:47.226Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:00:47.226Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:00:47.226Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:00:47.226Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:00:47.226Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:00:47.226Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576447226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:00:48.227Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:00:48.255Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:00:48.260Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:00:48.260Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:00:48.260Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:00:48.260Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:00:48.260Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:00:48.260Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:00:48.260Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:00:48.260Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:00:48.260Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:00:48.275Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:00:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:00:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:00:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:00:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576403180, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:00:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576404736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576436014, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576445459, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576447226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:00:49.183Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:18.275Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:01:18.290Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and serviceModelVersionId: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T13:01:18.290Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb2dc051-de24-4766-9c47-994c8d5a0431 2023-03-23T13:01:18.291Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 2023-03-23T13:01:18.296Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:01:18.309Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:01:18.311Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||Invoke 2023-03-23T13:01:18.318Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:01:18.475Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||InvokeReturn 2023-03-23T13:01:18.476Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:01:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[290880], x-aai-txid=[1-aai-resources-230323-13:01:16:515-92452], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:01:18.476Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:01:18.476Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:01:18.476Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:01:18.486Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:01:18.486Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52b59d89-63ea-4683-b920-7ca2a36b51cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:01:18.486Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:01:18.486Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:18.486Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:18.486Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576478486, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:01:19.516Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:01:19.516Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ed92f4e-8831-4dae-9fc4-c913f13bfd2c","serviceDescription":"service","serviceInvariantUUID":"115c97a5-6a7d-42b4-b591-3979a0412d3b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fe72a46-0d46-46e5-8866-e7fce4f0a06a","resourceInvariantUUID":"6e27cd0c-c310-40ee-9850-c0f1e80de350","resourceCustomizationUUID":"5f375cfc-5f6b-4d90-9e43-a0c43c59ed43","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":"ZTgxNDk5MjBjNTBhOTMxMzI4NmQ4YTBiNmZkYTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c041d87-eb2c-4d84-9d4d-31212d4468c6","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":"MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d62f33-82cc-40ce-8b50-84f0f1a34ead","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":"8f92056e-cf8a-42b6-a1c2-a316e42d926a","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":"1cc09c01-2b85-48eb-b655-deed1d092c01","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":"57ae6deb-27f1-493a-ab0e-a34b5603044d","artifactVersion":"2","generatedFromUUID":"8f92056e-cf8a-42b6-a1c2-a316e42d926a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTczMjFiNDA3Y2M4YzM4ZTZkOGIyN2ZmNmQ3MzJmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba26974d-114e-45b4-a5fd-935e1103ec61","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc1bac0f-0922-46bc-b871-8dcfd7221db1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:01:19.517Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:01:19.517Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:19.517Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:19.517Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "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-23T13:01:20.517Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:01:20.517Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:20.518Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:20.518Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "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-23T13:01:21.518Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:01:21.519Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:21.519Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:21.519Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "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-23T13:01:22.519Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:01:22.519Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:22.520Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:22.520Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "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-23T13:01:23.520Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:01:23.520Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:23.521Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:23.521Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "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-23T13:01:24.522Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:01:24.523Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:24.523Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:24.523Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "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-23T13:01:25.523Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:01:25.524Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:25.524Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:25.524Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:01:26.524Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ed92f4e-8831-4dae-9fc4-c913f13bfd2c", "serviceDescription": "service", "serviceInvariantUUID": "115c97a5-6a7d-42b4-b591-3979a0412d3b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5f375cfc-5f6b-4d90-9e43-a0c43c59ed43", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3fe72a46-0d46-46e5-8866-e7fce4f0a06a", "resourceInvariantUUID": "6e27cd0c-c310-40ee-9850-c0f1e80de350", "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": "MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3d62f33-82cc-40ce-8b50-84f0f1a34ead", "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": "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "generatedFromUUID": "8f92056e-cf8a-42b6-a1c2-a316e42d926a" }, "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc1bac0f-0922-46bc-b871-8dcfd7221db1" } ], "workloadContext": "Production" } 2023-03-23T13:01:26.525Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:01:26.525Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC 2023-03-23T13:01:26.525Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ServiceInvariantUUID:115c97a5-6a7d-42b4-b591-3979a0412d3b 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:fc1bac0f-0922-46bc-b871-8dcfd7221db1 ArtifactChecksum:ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 ResourceInvariantUUID:6e27cd0c-c310-40ee-9850-c0f1e80de350 ResourceName:basic_vm ResourceType:VF ResourceUUID:3fe72a46-0d46-46e5-8866-e7fce4f0a06a 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:b3d62f33-82cc-40ce-8b50-84f0f1a34ead ArtifactChecksum:MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ= 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:8f92056e-cf8a-42b6-a1c2-a316e42d926a 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:57ae6deb-27f1-493a-ab0e-a34b5603044d 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:57ae6deb-27f1-493a-ab0e-a34b5603044d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:01:26.525Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T13:01:26.593Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:01:26.594Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:01:26.594Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:01:26.594Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:01:26.594Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:01:26.594Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:01:26.893Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:01:26.896Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fc1bac0f-0922-46bc-b871-8dcfd7221db1 76382 2023-03-23T13:01:26.896Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:01:26.896Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:01:26.896Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:01:26.896Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:26.896Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:26.897Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576486896, "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-23T13:01:27.897Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:01:27.898Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:01:27.898Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:01:27.899Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-23T13:01:27.899Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:01:27.899Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:01:28.027Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14074201363276596523/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-23T13:01:28.870Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:01:28.870Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:01:28.870Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:01:28.870Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:01:28.871Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:28.872Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:28.872Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:28.872Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-23T13:01:28.872Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-23T13:01:28.872Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-23T13:01:28.872Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-23T13:01:28.872Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-23T13:01:28.872Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-23T13:01:28.872Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:28.872Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-23T13:01:28.872Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:28.872Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:01:28.872Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:01:28.873Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:28.873Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:01:28.873Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:01:28.873Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:28.873Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:01:28.873Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:01:28.873Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:28.873Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-23T13:01:28.873Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-23T13:01:28.873Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-23T13:01:28.873Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=474e15ba-7d26-43f5-baf9-855f90cb8ee4 2023-03-23T13:01:28.874Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:28.874Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:28.874Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:28.874Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:28.874Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:28.874Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:28.874Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:28.874Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:28.874Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c Model Version:NULL Model InvariantUuid:115c97a5-6a7d-42b4-b591-3979a0412d3b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:547044e9-dcb8-45b9-9980-aed569c5d829 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6e27cd0c-c310-40ee-9850-c0f1e80de350 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bd04cd07-81e7-42e8-974e-fdd24bbaf7c8 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:77705f5a-9a4e-4e79-9537-4f41e085beae ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:474e15ba-7d26-43f5-baf9-855f90cb8ee4 ModelInvariantUuid:4ebbbe66-48f7-4843-a5fe-f932b1a37377 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:57ff838c-3baf-4cb9-a8e5-0cdc5365b7ca ModelVersion:2.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a8e98da8-2ece-4090-81d7-ac49a5335512 ModelInvariantUuid:b8ced6ec-ad5f-4d70-a14d-0ea07722d15a ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:fe738932-d579-4c08-af10-b6cd70545a13 ModelVersion:2.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-23T13:01:28.891Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:01:28.895Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||basic_vm 0 2023-03-23T13:01:28.896Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a 2023-03-23T13:01:28.896Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b3d62f33-82cc-40ce-8b50-84f0f1a34ead from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-03-23T13:01:28.896Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:01:28.896Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-03-23T13:01:28.998Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:01:28.998Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b3d62f33-82cc-40ce-8b50-84f0f1a34ead 787 2023-03-23T13:01:28.999Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-03-23T13:01:28.999Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-03-23T13:01:28.999Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:01:28.999Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:28.999Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:28.999Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576488999, "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-23T13:01:30.000Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bd04cd07-81e7-42e8-974e-fdd24bbaf7c8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "77705f5a-9a4e-4e79-9537-4f41e085beae", "vfModuleModelCustomizationUUID": "8385d026-e425-45ac-a938-6a712d84ff91", "isBase": true, "artifacts": [ "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "57ae6deb-27f1-493a-ab0e-a34b5603044d" ], "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-23T13:01:30.005Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:77705f5a-9a4e-4e79-9537-4f41e085beae VfModuleModelInvariantUUID:bd04cd07-81e7-42e8-974e-fdd24bbaf7c8 VfModuleModelDescription:NULL Artifacts UUID List:{ 8f92056e-cf8a-42b6-a1c2-a316e42d926a , 57ae6deb-27f1-493a-ab0e-a34b5603044d } 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-23T13:01:30.008Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bd04cd07-81e7-42e8-974e-fdd24bbaf7c8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "77705f5a-9a4e-4e79-9537-4f41e085beae", "vfModuleModelCustomizationUUID": "8385d026-e425-45ac-a938-6a712d84ff91", "isBase": true, "artifacts": [ "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "57ae6deb-27f1-493a-ab0e-a34b5603044d" ], "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-23T13:01:30.008Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:77705f5a-9a4e-4e79-9537-4f41e085beae VfModuleModelInvariantUUID:bd04cd07-81e7-42e8-974e-fdd24bbaf7c8 VfModuleModelDescription:NULL Artifacts UUID List:{ 8f92056e-cf8a-42b6-a1c2-a316e42d926a , 57ae6deb-27f1-493a-ab0e-a34b5603044d } 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-23T13:01:30.008Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8f92056e-cf8a-42b6-a1c2-a316e42d926a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-03-23T13:01:30.008Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:01:30.009Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-03-23T13:01:30.093Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:01:30.093Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8f92056e-cf8a-42b6-a1c2-a316e42d926a 5033 2023-03-23T13:01:30.094Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-03-23T13:01:30.094Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-03-23T13:01:30.094Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:01:30.094Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:30.094Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:30.094Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576490094, "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-23T13:01:31.095Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 57ae6deb-27f1-493a-ab0e-a34b5603044d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-03-23T13:01:31.095Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:01:31.095Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-03-23T13:01:31.188Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:01:31.188Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 57ae6deb-27f1-493a-ab0e-a34b5603044d 903 2023-03-23T13:01:31.188Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-03-23T13:01:31.188Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-03-23T13:01:31.188Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:01:31.188Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:31.188Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:31.189Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576491188, "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-23T13:01:32.189Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c 2023-03-23T13:01:32.189Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3fe72a46-0d46-46e5-8866-e7fce4f0a06a 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-23T13:01:32.207Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b6c9f2c, org.onap.sdc.toscaparser.api.parameters.Input@270d41d0, org.onap.sdc.toscaparser.api.parameters.Input@3c220aee, org.onap.sdc.toscaparser.api.parameters.Input@6af5a625, org.onap.sdc.toscaparser.api.parameters.Input@454fc1a8] 2023-03-23T13:01:32.208Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.209Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:32.209Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2023-03-23T13:01:32.209Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 2023-03-23T13:01:32.209Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 matches Tosca VF Customization UUID: 5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 2023-03-23T13:01:32.209Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 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-23T13:01:32.212Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.212Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:32.213Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 5f375cfc-5f6b-4d90-9e43-a0c43c59ed43: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-03-23T13:01:32.214Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@635b5bb4 2023-03-23T13:01:32.214Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.214Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-23T13:01:32.214Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8385d026-e425-45ac-a938-6a712d84ff91 2023-03-23T13:01:32.214Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8385d026-e425-45ac-a938-6a712d84ff91 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-23T13:01:32.217Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.217Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:01:32.218Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:01:32.218Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.218Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:01:32.218Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:01:32.218Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.218Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-23T13:01:32.218Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-23T13:01:32.218Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-23T13:01:32.219Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=474e15ba-7d26-43f5-baf9-855f90cb8ee4 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-23T13:01:32.222Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.222Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:01:32.222Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:01:32.222Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.222Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:01:32.222Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:01:32.224Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.224Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:32.224Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c: basic_vm 2023-03-23T13:01:32.225Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.225Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:32.225Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.225Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:32.225Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.225Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:32.225Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.225Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:32.225Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:01:32.225Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:01:32.225Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-23T13:01:32.417Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3fe72a46-0d46-46e5-8866-e7fce4f0a06a 1 ASDC deployResourceStructure 2023-03-23T13:01:32.417Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-03-23T13:01:32.417Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-03-23T13:01:32.417Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:01:32.418Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:32.418Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:32.418Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576492417, "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-23T13:01:33.418Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-03-23T13:01:33.419Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-03-23T13:01:33.419Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:01:33.419Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:33.419Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:33.419Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576493418, "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-23T13:01:34.420Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-03-23T13:01:34.420Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-03-23T13:01:34.420Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:01:34.421Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:34.421Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:34.421Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576494420, "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-23T13:01:35.422Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:01:35.422Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:01:35.422Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:01:35.423Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:01:35.423Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:01:35.423Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576495422, "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-23T13:01:36.424Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:01:36.451Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:01:36.455Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:01:36.457Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:01:36.457Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:01:36.457Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:01:36.457Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:01:36.457Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:01:36.457Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:01:36.457Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:01:36.457Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:01:36.471Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:01:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:01:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576478486, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:01:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:01:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T13:01:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T13:01:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576040846, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:01:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576486896, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:01:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576488999, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-23T13:01:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576490094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-23T13:01:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576491188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-23T13:01:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576492417, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-03-23T13:01:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576493418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-03-23T13:01:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "cds-sdc-listener", "timestamp": 1679576492363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "ves-openapi-manager", "timestamp": 1679576490196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "policy-distribution-id", "timestamp": 1679576463225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "aai-model-loader", "timestamp": 1679576481160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "multicloud-k8s", "timestamp": 1679576466204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576494420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-03-23T13:01:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679576484450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "cds-sdc-listener", "timestamp": 1679576492363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "ves-openapi-manager", "timestamp": 1679576490196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "policy-distribution-id", "timestamp": 1679576463225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "aai-model-loader", "timestamp": 1679576481160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "multicloud-k8s", "timestamp": 1679576466204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576495422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679576484450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "cds-sdc-listener", "timestamp": 1679576492363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "ves-openapi-manager", "timestamp": 1679576490196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "policy-distribution-id", "timestamp": 1679576463225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "aai-model-loader", "timestamp": 1679576481160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "multicloud-k8s", "timestamp": 1679576466204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679576484450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "ves-openapi-manager", "timestamp": 1679576490196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "cds-sdc-listener", "timestamp": 1679576492363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "policy-distribution-id", "timestamp": 1679576463225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "aai-model-loader", "timestamp": 1679576481160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "multicloud-k8s", "timestamp": 1679576466204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.196Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679576484450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "cds-sdc-listener", "timestamp": 1679576492363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "ves-openapi-manager", "timestamp": 1679576490196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "policy-distribution-id", "timestamp": 1679576463225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "aai-model-loader", "timestamp": 1679576481160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "multicloud-k8s", "timestamp": 1679576466204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679576484450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.197Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "ves-openapi-manager", "timestamp": 1679576490196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "cds-sdc-listener", "timestamp": 1679576492363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "policy-distribution-id", "timestamp": 1679576463225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "aai-model-loader", "timestamp": 1679576481160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "multicloud-k8s", "timestamp": 1679576466204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679576484450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.198Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "ves-openapi-manager", "timestamp": 1679576490196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "cds-sdc-listener", "timestamp": 1679576492363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "policy-distribution-id", "timestamp": 1679576463225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "aai-model-loader", "timestamp": 1679576481160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "multicloud-k8s", "timestamp": 1679576466204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679576484450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "cds-sdc-listener", "timestamp": 1679576492363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.199Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "ves-openapi-manager", "timestamp": 1679576490196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "policy-distribution-id", "timestamp": 1679576463225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "aai-model-loader", "timestamp": 1679576481160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "multicloud-k8s", "timestamp": 1679576466204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679576484450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "cds-sdc-listener", "timestamp": 1679576501030, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "policy-distribution-id", "timestamp": 1679576499877, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "aai-model-loader", "timestamp": 1679576500329, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:01:49.200Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.201Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.201Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679576500977, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:01:49.201Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.201Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.201Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "policy-distribution-id", "timestamp": 1679576500889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:01:49.201Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.201Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.201Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "policy-distribution-id", "timestamp": 1679576501890, "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-23T13:01:49.239Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 2023-03-23T13:01:49.239Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 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-23T13:01:49.256Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.256Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679576502728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:01:49.256Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.256Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.256Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679576503731, "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-23T13:01:49.266Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 2023-03-23T13:01:49.267Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 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-23T13:01:49.285Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.285Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "aai-model-loader", "timestamp": 1679576503928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:01:49.285Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:01:49.285Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:01:49.285Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "aai-model-loader", "timestamp": 1679576504930, "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-23T13:01:49.296Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 2023-03-23T13:01:49.296Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 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-23T13:02:06.471Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:02:06.483Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and serviceModelVersionId: 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c 2023-03-23T13:02:06.483Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 115c97a5-6a7d-42b4-b591-3979a0412d3b 2023-03-23T13:02:06.484Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 2023-03-23T13:02:06.491Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:02:06.511Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:02:06.513Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||Invoke 2023-03-23T13:02:06.524Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:02:06.674Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||InvokeReturn 2023-03-23T13:02:06.674Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:02:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[233680], x-aai-txid=[0-aai-resources-230323-13:02:04:720-80524], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:02:06.677Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:02:06.678Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:02:06.679Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:02:06.687Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:02:06.687Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:02:06.687Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:02:06.687Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:02:06.688Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:02:06.688Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576526687, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:02:07.719Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T13:02:07.719Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-23T13:02:07.720Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:02:07.720Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:02:07.720Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:02:07.721Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T13:02:07.724Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-4974df55-93d3-414d-9ccb-49b61c9cce2f 2023-03-23T13:02:07.725Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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=17, 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-23T13:02:07.725Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:02:07.725Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T13:02:08.263Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:11.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:14.284Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:17.293Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:20.303Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:23.313Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:26.321Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:29.334Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:32.346Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:35.354Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:38.365Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:41.376Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:44.384Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:47.395Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:02:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:02:49.185Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:02:49.186Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T13:02:49.190Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=82, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:02:49.191Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=82, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-4974df55-93d3-414d-9ccb-49b61c9cce2f', protocol='range'} 2023-03-23T13:02:49.195Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 82: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-4974df55-93d3-414d-9ccb-49b61c9cce2f=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T13:02:49.210Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=82, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:02:49.210Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=82, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-4974df55-93d3-414d-9ccb-49b61c9cce2f', protocol='range'} 2023-03-23T13:02:49.210Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T13:02:49.210Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:02:49.210Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:02:49.211Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:02:49.213Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:02:49.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:02:49.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:02:49.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3530, offsetEpoch=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-23T13:02:49.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:02:49.214Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:02:49.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:02:49.214Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:02:49.214Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:02:49.214Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:02:49.214Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:02:49.215Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=13, 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-23T13:02:50.229Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:02:50.229Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:02:50.231Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:02:50.231Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:02:50.231Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:02:50.231Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:02:50.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:02:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576526687, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:02:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:02:51.232Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:02:51.232Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:02:51.232Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:02:51.232Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:02:52.233Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:02:52.233Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:02:52.234Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:02:52.234Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:02:53.234Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:02:53.235Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:02:53.235Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:02:53.235Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:02:54.235Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:02:54.236Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:02:54.236Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:02:54.236Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:02:55.237Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:02:55.237Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:02:55.238Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:02:55.238Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:02:56.238Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:02:56.239Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:02:56.239Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:02:56.239Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:02:57.240Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T13:02:57.241Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:02:57.241Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T13:02:57.242Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:02:57.242Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:02:57.294Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:02:57.295Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:02:57.295Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:02:57.295Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T13:02:57.295Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:02:57.295Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T13:02:57.316Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:02:57.317Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7d7acdfb 2023-03-23T13:02:57.317Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:02:57.317Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T13:02:57.317Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:02:57.317Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T13:02:57.317Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T13:02:57.317Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:02:57.317Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:02:57.317Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:02:57.318Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576577317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:02:58.318Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T13:02:58.333Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:02:58.334Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:02:58.338Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T13:02:58.338Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T13:02:58.338Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T13:02:58.338Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:02:58.338Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T13:02:58.359Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:02:58.359Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4487fa79 2023-03-23T13:02:58.359Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:02:58.359Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T13:02:58.359Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:02:58.359Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T13:02:58.359Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T13:02:58.360Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:02:58.360Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:02:58.360Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:02:58.360Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576578359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:02:59.361Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T13:02:59.361Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:02:59.380Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:02:59.383Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:02:59.383Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:03:29.384Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:03:29.408Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:03:29.413Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:03:29.413Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:03:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:03:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:03:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:03:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:03:59.413Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:03:59.442Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:03:59.447Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:03:59.447Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:04:29.447Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:04:29.483Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:04:29.487Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:04:29.488Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:04:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:04:49.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:04:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:04:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:04:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:04:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T13:04:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:04:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:04:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:04:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:04:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:04:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T13:04:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:04:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:04:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:04:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:04:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:04:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:04:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:04:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:04:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576577317, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:04:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:04:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:04:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576578359, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:04:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:04:59.488Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:04:59.521Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:04:59.525Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:04:59.525Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:05:29.526Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:05:29.562Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:05:29.570Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:05:29.570Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:05:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:05:59.571Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:05:59.591Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:05:59.595Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:05:59.596Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:06:29.596Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:06:29.620Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:06:29.624Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:06:29.624Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:06:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:06:59.625Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:06:59.645Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:06:59.648Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:06:59.649Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:07:29.649Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:07:30.767Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:07:30.772Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:07:30.772Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:07:49.177Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:07:50.318Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:07:50.318Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-4974df55-93d3-414d-9ccb-49b61c9cce2f 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-23T13:07:50.319Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T13:07:50.319Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T13:07:52.837Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:07:52.850Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:07:52.850Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T13:07:52.857Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=83, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:07:52.857Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 83: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T13:07:52.871Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=83, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:07:52.871Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T13:07:52.871Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:07:52.874Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:07:52.874Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:07:52.874Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:07:52.874Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3540, offsetEpoch=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-23T13:07:52.874Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:07:52.875Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:08:00.772Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T13:08:00.773Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:08:00.781Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T13:08:00.781Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T13:08:00.783Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T13:08:00.790Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:08:00.808Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:08:00.808Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T13:08:00.815Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T13:08:00.878Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T13:08:00.879Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 13:07:59 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[41], x-aai-txid=[2-aai-resources-230323-13:07:59:009-74403], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:08:00.881Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T13:08:00.886Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:08:00.887Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T13:08:00.887Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:08:00.887Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T13:08:00.896Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:08:00.896Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:08:00.896Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T13:08:00.896Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:00.896Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:00.896Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576880896, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:00.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:00.916Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679576880896, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T13:08:00.916Z||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-23T13:08:01.925Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:08:01.926Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cb9a0670-fdaa-4040-a746-0cec6c8479df","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e45fd639-5114-45d1-8f98-09296814703b","serviceDescription":"service","serviceInvariantUUID":"aea2f03e-4830-4f22-b445-64179a3c2e96","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"21654d5c-6d16-44b1-ad0c-32ccb7e1c047","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":"MzgzZjcxNDdkYTIwNjQyNWQxYjVhYjAzMmY1NjE1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"531d7c0d-fb6b-40c7-a592-63ed9bf18f6f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d361ab15-4d9e-4f87-a173-2592c49ee813","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:08:01.926Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:08:01.926Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:01.926Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:01.926Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "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-23T13:08:02.927Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:08:02.927Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:02.927Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:02.928Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:03.928Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e45fd639-5114-45d1-8f98-09296814703b", "serviceDescription": "service", "serviceInvariantUUID": "aea2f03e-4830-4f22-b445-64179a3c2e96", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "21654d5c-6d16-44b1-ad0c-32ccb7e1c047", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d361ab15-4d9e-4f87-a173-2592c49ee813" } ], "workloadContext": "Production" } 2023-03-23T13:08:03.929Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:08:03.929Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45fd639-5114-45d1-8f98-09296814703b ASDC 2023-03-23T13:08:03.929Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:cb9a0670-fdaa-4040-a746-0cec6c8479df ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e45fd639-5114-45d1-8f98-09296814703b ServiceInvariantUUID:aea2f03e-4830-4f22-b445-64179a3c2e96 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:d361ab15-4d9e-4f87-a173-2592c49ee813 ArtifactChecksum:ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-23T13:08:03.929Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45fd639-5114-45d1-8f98-09296814703b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:08:03.974Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:08:03.975Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:08:03.975Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:08:03.975Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:08:03.976Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:08:03.976Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:08:04.201Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:08:04.202Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d361ab15-4d9e-4f87-a173-2592c49ee813 57797 2023-03-23T13:08:04.203Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:08:04.203Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:08:04.203Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:08:04.203Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:04.203Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:04.203Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576884203, "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-23T13:08:05.204Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:08:05.205Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:08:05.205Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:08:05.206Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-03-23T13:08:05.206Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:08:05.206Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:08:05.281Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12237092611140631100/Definitions/service-BasicNetwork-template.yml 2023-03-23T13:08:05.615Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:08:05.615Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:08:05.615Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:08:05.615Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-03-23T13:08:05.616Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:08:05.616Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:08:05.616Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:08:05.616Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:08:05.616Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:08:05.616Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:08:05.616Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:08:05.616Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-03-23T13:08:05.616Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:08:05.616Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:05.616Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:05.617Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-03-23T13:08:05.617Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:08:05.617Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:08:05.617Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:05.617Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:05.617Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-03-23T13:08:05.617Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:08:05.617Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:08:05.617Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:05.617Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:05.618Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:05.618Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:05.618Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:05.618Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:05.618Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:05.618Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:05.618Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:05.618Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:05.618Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:e45fd639-5114-45d1-8f98-09296814703b Model Version:NULL Model InvariantUuid:aea2f03e-4830-4f22-b445-64179a3c2e96 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:95263183-3856-4858-bdf0-bde940c6dda1 Model UUID:3a6c4f03-db5e-4e91-a691-fb4fa3acde9b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T13:08:05.663Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists 2023-03-23T13:08:05.663Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:08:05.663Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists) 2023-03-23T13:08:05.663Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:08:05.663Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:05.663Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:05.663Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576885663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:06.665Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:08:06.665Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-23T13:08:06.665Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:08:06.665Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:06.665Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:06.665Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576886665, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:07.666Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:08:07.895Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:08:07.900Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:08:07.900Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:08:07.900Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:08:07.900Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:08:07.900Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:08:07.900Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:08:07.900Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:08:07.900Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:08:07.900Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:08:07.913Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:08:37.914Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:08:37.921Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and serviceModelVersionId: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T13:08:37.921Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea2f03e-4830-4f22-b445-64179a3c2e96 2023-03-23T13:08:37.922Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 2023-03-23T13:08:37.929Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:08:37.946Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||Invoke 2023-03-23T13:08:37.946Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d671520f-090a-4c17-9629-904a558040ca], X-ECOMP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-TransactionId=[], X-ONAP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], Content-Type=[application/merge-patch+json]} 2023-03-23T13:08:37.955Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:08:38.105Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:08:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[278568], x-aai-txid=[1-aai-resources-230323-13:08:36:146-65019], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:08:38.106Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:08:38.106Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||InvokeReturn 2023-03-23T13:08:38.107Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:08:38.108Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:08:38.115Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:08:38.115Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb9a0670-fdaa-4040-a746-0cec6c8479df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:08:38.115Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:08:38.116Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:38.116Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:38.116Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576918115, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:08:39.136Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:08:39.137Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"52b59d89-63ea-4683-b920-7ca2a36b51cc","serviceName":"Demo_pNF_nNhaXs3XD4ZVVBsHuxA1","serviceVersion":"1.0","serviceUUID":"9dfe125f-b0af-458c-9072-fe2538a83f36","serviceDescription":"catalog service description","serviceInvariantUUID":"fb2dc051-de24-4766-9c47-994c8d5a0431","resources":[{"resourceInstanceName":"pNF f3c4dfd7-82d9 0","resourceName":"pNF f3c4dfd7-82d9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"874a0dc3-2f4c-46cb-8f84-8747b567f730","resourceInvariantUUID":"383a85a2-d7af-4c97-bc09-4b6581c8c9ef","resourceCustomizationUUID":"136aeb8c-5891-456d-a4bf-383ed78d0d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml","artifactChecksum":"ZmEwMzQwYmI3YTEzZmM5OTg0NjI1YWNmMjhhNmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b27ec1ed-5edb-4b3b-a795-9de5b034918c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf7b8044-e51d-495f-bc10-1c4e1bbe8e5d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0dd1941-bdee-43cb-9c6d-d92b577a8e26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml","artifactChecksum":"YWJhZGVmMDkzYTU3ODU0ZTYyMTM5ODM4MDc0MzkxZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d960d7-f59f-4895-9e7b-8d1e255fe83c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ed2b9da-b57f-4348-beba-0f4fa1e2c029","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85ab0328-16f6-4a47-8691-103fef1f16d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactChecksum":"MDg3Nzk5MTRiMThhNTljYTJkYWQxNjc5YzFkZWI5NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae48e3b-9444-44f7-9567-b3707c5b5795","artifactVersion":"1"},{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactChecksum":"YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be742e24-eea6-4edc-86bd-beedc8ec33f4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:08:39.137Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:08:39.137Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:39.138Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:39.138Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:40.139Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:08:40.139Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:40.139Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:40.139Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:41.140Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:08:41.140Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:41.140Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:41.140Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:42.141Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:08:42.142Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:42.142Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:42.142Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:43.142Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:08:43.143Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:43.143Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:43.143Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:44.143Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:08:44.144Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:44.144Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:44.144Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:45.145Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:08:45.145Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:45.146Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:45.146Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:46.147Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:08:46.147Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:46.148Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:46.148Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:47.149Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "serviceName": "Demo_pNF_nNhaXs3XD4ZVVBsHuxA1", "serviceVersion": "1.0", "serviceUUID": "9dfe125f-b0af-458c-9072-fe2538a83f36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fb2dc051-de24-4766-9c47-994c8d5a0431", "resources": [ { "resourceInstanceName": "pNF f3c4dfd7-82d9 0", "resourceCustomizationUUID": "136aeb8c-5891-456d-a4bf-383ed78d0d18", "resourceName": "pNF f3c4dfd7-82d9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "874a0dc3-2f4c-46cb-8f84-8747b567f730", "resourceInvariantUUID": "383a85a2-d7af-4c97-bc09-4b6581c8c9ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactChecksum": "YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be742e24-eea6-4edc-86bd-beedc8ec33f4" } ], "workloadContext": "Production" } 2023-03-23T13:08:47.149Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:08:47.149Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC 2023-03-23T13:08:47.150Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:52b59d89-63ea-4683-b920-7ca2a36b51cc ServiceName:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 ServiceVersion:1.0 ServiceUUID:9dfe125f-b0af-458c-9072-fe2538a83f36 ServiceInvariantUUID:fb2dc051-de24-4766-9c47-994c8d5a0431 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactUUID:be742e24-eea6-4edc-86bd-beedc8ec33f4 ArtifactChecksum:YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f3c4dfd7-82d9 0 ResourceCustomizationUUID:136aeb8c-5891-456d-a4bf-383ed78d0d18 ResourceInvariantUUID:383a85a2-d7af-4c97-bc09-4b6581c8c9ef ResourceName:pNF f3c4dfd7-82d9 ResourceType:PNF ResourceUUID:874a0dc3-2f4c-46cb-8f84-8747b567f730 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:08:47.150Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:08:47.195Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:08:47.196Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:08:47.196Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:08:47.196Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 from URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:47.196Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:08:47.196Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:47.461Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:08:47.464Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar be742e24-eea6-4edc-86bd-beedc8ec33f4 88024 2023-03-23T13:08:47.465Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:08:47.465Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:47.465Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:08:47.465Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:47.465Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:47.465Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576927465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:48.466Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:08:48.466Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:08:48.466Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4, URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar to file: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:48.467Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:48.467Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:48.467Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:48.577Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3982747329627404140/Definitions/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml 2023-03-23T13:08:49.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:08:49.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:08:49.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:49.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:08:49.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:49.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:49.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:49.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:49.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:49.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:49.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3c4dfd7-82d9 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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:08:49.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:08:49.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:49.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:49.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:08:49.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:08:49.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:08:49.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:49.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:49.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:08:49.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:08:49.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:08:49.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:49.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:49.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:49.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:49.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:49.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:49.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:49.123Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:49.123Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:08:49.123Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:08:49.123Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 Description:catalog service description Model UUID:9dfe125f-b0af-458c-9072-fe2538a83f36 Model Version:NULL Model InvariantUuid:fb2dc051-de24-4766-9c47-994c8d5a0431 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-23T13:08:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:49.174Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||ERROR|500||Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists 2023-03-23T13:08:49.175Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:08:49.175Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists) 2023-03-23T13:08:49.175Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:08:49.176Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:49.176Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:49.176Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576929175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:08:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576884203, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576885663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576886665, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679576918115, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:08:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:08:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:08:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:08:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:08:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:08:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:08:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:08:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:08:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:08:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576927465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:08:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:08:50.177Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:08:50.177Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists) 2023-03-23T13:08:50.177Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:08:50.178Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:08:50.178Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:08:50.178Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576930177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:08:51.179Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:08:51.204Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:08:51.209Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:08:51.209Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:08:51.210Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:08:51.210Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:08:51.210Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:08:51.210Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:08:51.210Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:08:51.210Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:08:51.210Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:08:51.224Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:09:21.224Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:09:21.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and serviceModelVersionId: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T13:09:21.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb2dc051-de24-4766-9c47-994c8d5a0431 2023-03-23T13:09:21.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 2023-03-23T13:09:21.245Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:09:21.259Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||Invoke 2023-03-23T13:09:21.260Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1afa47b2-17b5-4b03-80a3-e60df1372247], X-ECOMP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-TransactionId=[], X-ONAP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], Content-Type=[application/merge-patch+json]} 2023-03-23T13:09:21.267Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:09:21.411Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:09:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[290880], x-aai-txid=[1-aai-resources-230323-13:09:19:459-41323], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:09:21.411Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:09:21.412Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||InvokeReturn 2023-03-23T13:09:21.413Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:09:21.413Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:09:21.424Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:09:21.425Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52b59d89-63ea-4683-b920-7ca2a36b51cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:09:21.425Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:09:21.426Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:09:21.426Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:09:21.426Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576961425, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:09:22.465Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:09:22.466Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ed92f4e-8831-4dae-9fc4-c913f13bfd2c","serviceDescription":"service","serviceInvariantUUID":"115c97a5-6a7d-42b4-b591-3979a0412d3b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fe72a46-0d46-46e5-8866-e7fce4f0a06a","resourceInvariantUUID":"6e27cd0c-c310-40ee-9850-c0f1e80de350","resourceCustomizationUUID":"5f375cfc-5f6b-4d90-9e43-a0c43c59ed43","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":"ZTgxNDk5MjBjNTBhOTMxMzI4NmQ4YTBiNmZkYTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c041d87-eb2c-4d84-9d4d-31212d4468c6","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":"MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d62f33-82cc-40ce-8b50-84f0f1a34ead","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":"8f92056e-cf8a-42b6-a1c2-a316e42d926a","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":"1cc09c01-2b85-48eb-b655-deed1d092c01","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":"57ae6deb-27f1-493a-ab0e-a34b5603044d","artifactVersion":"2","generatedFromUUID":"8f92056e-cf8a-42b6-a1c2-a316e42d926a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTczMjFiNDA3Y2M4YzM4ZTZkOGIyN2ZmNmQ3MzJmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba26974d-114e-45b4-a5fd-935e1103ec61","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc1bac0f-0922-46bc-b871-8dcfd7221db1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:09:22.466Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:09:22.468Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:09:22.468Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:09:22.468Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "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-23T13:09:23.471Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:09:23.471Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:09:23.471Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:09:23.471Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "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-23T13:09:24.472Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:09:24.472Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:09:24.472Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:09:24.472Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "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-23T13:09:25.473Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:09:25.473Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:09:25.473Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:09:25.474Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "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-23T13:09:26.478Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:09:26.478Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:09:26.479Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:09:26.479Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "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-23T13:09:27.479Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:09:27.480Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:09:27.480Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:09:27.480Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "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-23T13:09:28.480Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:09:28.481Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:09:28.481Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:09:28.481Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:09:29.482Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ed92f4e-8831-4dae-9fc4-c913f13bfd2c", "serviceDescription": "service", "serviceInvariantUUID": "115c97a5-6a7d-42b4-b591-3979a0412d3b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5f375cfc-5f6b-4d90-9e43-a0c43c59ed43", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3fe72a46-0d46-46e5-8866-e7fce4f0a06a", "resourceInvariantUUID": "6e27cd0c-c310-40ee-9850-c0f1e80de350", "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": "MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3d62f33-82cc-40ce-8b50-84f0f1a34ead", "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": "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "generatedFromUUID": "8f92056e-cf8a-42b6-a1c2-a316e42d926a" }, "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc1bac0f-0922-46bc-b871-8dcfd7221db1" } ], "workloadContext": "Production" } 2023-03-23T13:09:29.482Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:09:29.483Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC 2023-03-23T13:09:29.484Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ServiceInvariantUUID:115c97a5-6a7d-42b4-b591-3979a0412d3b 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:fc1bac0f-0922-46bc-b871-8dcfd7221db1 ArtifactChecksum:ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 ResourceInvariantUUID:6e27cd0c-c310-40ee-9850-c0f1e80de350 ResourceName:basic_vm ResourceType:VF ResourceUUID:3fe72a46-0d46-46e5-8866-e7fce4f0a06a 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:b3d62f33-82cc-40ce-8b50-84f0f1a34ead ArtifactChecksum:MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ= 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:8f92056e-cf8a-42b6-a1c2-a316e42d926a 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:57ae6deb-27f1-493a-ab0e-a34b5603044d 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:57ae6deb-27f1-493a-ab0e-a34b5603044d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:09:29.484Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:09:29.986Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:09:29.987Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:09:29.987Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:09:29.987Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:09:29.987Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:09:29.987Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:09:30.314Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:09:30.318Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fc1bac0f-0922-46bc-b871-8dcfd7221db1 76382 2023-03-23T13:09:30.319Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:09:30.319Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:09:30.319Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:09:30.319Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:09:30.319Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:09:30.320Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576970319, "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-23T13:09:31.320Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:09:31.321Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:09:31.321Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:09:31.322Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-03-23T13:09:31.322Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:09:31.323Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:09:31.407Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11916726188581101828/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-23T13:09:32.337Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:09:32.337Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:09:32.337Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:09:32.338Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:09:32.338Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:09:32.338Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:09:32.338Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:09:32.338Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:09:32.338Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:09:32.338Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:09:32.338Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-03-23T13:09:32.338Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:09:32.338Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:09:32.338Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:09:32.338Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:09:32.339Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:09:32.339Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:09:32.339Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:09:32.339Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:09:32.339Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:09:32.339Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:09:32.339Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:09:32.339Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:09:32.339Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:09:32.339Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:09:32.339Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-23T13:09:32.340Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-23T13:09:32.340Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-23T13:09:32.340Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-23T13:09:32.340Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-23T13:09:32.340Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-23T13:09:32.340Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:09:32.340Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-23T13:09:32.340Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:09:32.340Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:09:32.340Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:09:32.340Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=474e15ba-7d26-43f5-baf9-855f90cb8ee4 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:09:32.341Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:09:32.342Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c Model Version:NULL Model InvariantUuid:115c97a5-6a7d-42b4-b591-3979a0412d3b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:547044e9-dcb8-45b9-9980-aed569c5d829 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6e27cd0c-c310-40ee-9850-c0f1e80de350 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bd04cd07-81e7-42e8-974e-fdd24bbaf7c8 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:77705f5a-9a4e-4e79-9537-4f41e085beae ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:474e15ba-7d26-43f5-baf9-855f90cb8ee4 ModelInvariantUuid:4ebbbe66-48f7-4843-a5fe-f932b1a37377 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:57ff838c-3baf-4cb9-a8e5-0cdc5365b7ca ModelVersion:2.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a8e98da8-2ece-4090-81d7-ac49a5335512 ModelInvariantUuid:b8ced6ec-ad5f-4d70-a14d-0ea07722d15a ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:fe738932-d579-4c08-af10-b6cd70545a13 ModelVersion:2.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-23T13:09:32.380Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists 2023-03-23T13:09:32.381Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:09:32.381Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists) 2023-03-23T13:09:32.381Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:09:32.381Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:09:32.381Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:09:32.381Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576972381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:09:33.382Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:09:33.383Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists) 2023-03-23T13:09:33.383Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:09:33.383Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:09:33.384Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:09:33.384Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576973382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:09:34.385Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:09:34.409Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:09:34.415Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:09:34.416Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:09:34.416Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:09:34.416Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:09:34.416Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:09:34.416Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:09:34.417Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:09:34.417Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:09:34.417Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:09:34.434Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:09:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:09:49.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:09:49.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576929175, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } 2023-03-23T13:09:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:10:04.434Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:10:04.444Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and serviceModelVersionId: 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c 2023-03-23T13:10:04.444Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 115c97a5-6a7d-42b4-b591-3979a0412d3b 2023-03-23T13:10:04.445Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 2023-03-23T13:10:04.461Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:10:04.473Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:10:04.477Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||Invoke 2023-03-23T13:10:04.481Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:10:04.648Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||InvokeReturn 2023-03-23T13:10:04.649Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:10:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[233680], x-aai-txid=[0-aai-resources-230323-13:10:02:682-23671], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:10:04.649Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:10:04.649Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:10:04.649Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:10:04.659Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:10:04.659Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:10:04.659Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:10:04.659Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:10:04.659Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:10:04.659Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577004659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:10:05.688Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:10:05.689Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e3bccc0-8ad1-4022-86f4-d2d991531fa7","serviceName":"Demo_pNF_qmKu0IiQtL14aXlj0mwS","serviceVersion":"1.0","serviceUUID":"341816f4-b803-48c2-a119-f19f49c5bd1d","serviceDescription":"catalog service description","serviceInvariantUUID":"9e2cbbd4-72c1-4cb5-80ec-e27641a6346d","resources":[{"resourceInstanceName":"pNF 6d59ded1-c82a 0","resourceName":"pNF 6d59ded1-c82a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea1fcd1c-d846-49f4-b834-d17c91d4a50f","resourceInvariantUUID":"6162da41-54f1-4a9d-952d-ef60abf2c385","resourceCustomizationUUID":"133eb4b6-41ad-4583-ae08-82e55429d115","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml","artifactChecksum":"M2FmMTk5YTBlMDk2NzFiMjllZDc5OGI1MDgzNzI2NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0904a2-78b4-4ecb-9a70-2931bbb9c21b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec4d823e-c577-4b4c-8e5e-cb630f15820c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078d2cfc-8998-4bf7-a369-5e8ad54715f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE2NGIzNmJkODcwN2UxNGU3Yzc5OWJmMTM0N2NhZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25222fd2-e730-4168-abe9-a048b94cdd70","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fbe962c5-b706-4278-91e9-1d6dbe1e189e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f58b800-d52f-4763-8628-4e97323e3bba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactChecksum":"MWE4ZjMxN2Q2YmU5ZmY3ZDI0MWI2Zjc5ZTk2NTQ5ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f42cec2-76b3-42c0-ab97-708f567c534c","artifactVersion":"1"},{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactChecksum":"YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a56c270e-58ea-485c-8867-834e220b0cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:10:05.689Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:10:05.689Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:10:05.689Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:10:05.689Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:10:06.690Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:10:06.690Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:10:06.690Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:10:06.690Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:10:07.691Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:10:07.691Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:10:07.691Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:10:07.691Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:10:08.692Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:10:08.693Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:10:08.693Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:10:08.693Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:10:09.694Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:10:09.694Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:10:09.694Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:10:09.694Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:10:10.695Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:10:10.695Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:10:10.695Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:10:10.695Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:10:11.696Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:10:11.696Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:10:11.696Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:10:11.696Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:10:12.697Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:10:12.697Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:10:12.697Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:10:12.697Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:10:13.698Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "serviceName": "Demo_pNF_qmKu0IiQtL14aXlj0mwS", "serviceVersion": "1.0", "serviceUUID": "341816f4-b803-48c2-a119-f19f49c5bd1d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9e2cbbd4-72c1-4cb5-80ec-e27641a6346d", "resources": [ { "resourceInstanceName": "pNF 6d59ded1-c82a 0", "resourceCustomizationUUID": "133eb4b6-41ad-4583-ae08-82e55429d115", "resourceName": "pNF 6d59ded1-c82a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea1fcd1c-d846-49f4-b834-d17c91d4a50f", "resourceInvariantUUID": "6162da41-54f1-4a9d-952d-ef60abf2c385", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactChecksum": "YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a56c270e-58ea-485c-8867-834e220b0cd0" } ], "workloadContext": "Production" } 2023-03-23T13:10:13.699Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:10:13.699Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC 2023-03-23T13:10:13.699Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:4e3bccc0-8ad1-4022-86f4-d2d991531fa7 ServiceName:Demo_pNF_qmKu0IiQtL14aXlj0mwS ServiceVersion:1.0 ServiceUUID:341816f4-b803-48c2-a119-f19f49c5bd1d ServiceInvariantUUID:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactUUID:a56c270e-58ea-485c-8867-834e220b0cd0 ArtifactChecksum:YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d59ded1-c82a 0 ResourceCustomizationUUID:133eb4b6-41ad-4583-ae08-82e55429d115 ResourceInvariantUUID:6162da41-54f1-4a9d-952d-ef60abf2c385 ResourceName:pNF 6d59ded1-c82a ResourceType:PNF ResourceUUID:ea1fcd1c-d846-49f4-b834-d17c91d4a50f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:10:13.699Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T13:10:13.751Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:10:13.752Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:10:13.752Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:10:13.752Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0 from URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:13.752Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:10:13.753Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:14.056Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:10:14.060Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar a56c270e-58ea-485c-8867-834e220b0cd0 88008 2023-03-23T13:10:14.060Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:10:14.060Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:14.060Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:10:14.060Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:10:14.060Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:10:14.060Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577014060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:10:15.061Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:10:15.062Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:10:15.062Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0, URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar to file: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:15.063Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:15.063Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:15.063Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:15.184Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12129830104006641694/Definitions/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml 2023-03-23T13:10:15.736Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:10:15.736Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:10:15.736Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:15.737Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:10:15.737Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d59ded1-c82a 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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:15.737Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:15.737Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:15.737Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:15.737Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:15.737Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:15.737Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:15.737Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:10:15.737Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:10:15.737Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:10:15.737Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T13:10:15.737Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:10:15.738Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:10:15.738Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:10:15.738Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:10:15.738Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T13:10:15.738Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:10:15.738Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:10:15.738Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:10:15.738Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:10:15.738Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:10:15.738Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:10:15.738Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:10:15.738Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:10:15.739Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:10:15.739Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:10:15.739Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:10:15.739Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:10:15.739Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qmKu0IiQtL14aXlj0mwS Description:catalog service description Model UUID:341816f4-b803-48c2-a119-f19f49c5bd1d Model Version:NULL Model InvariantUuid:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 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-23T13:10:15.756Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:10:15.760Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||pNF 6d59ded1-c82a 0 2023-03-23T13:10:15.760Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f 2023-03-23T13:10:15.761Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 341816f4-b803-48c2-a119-f19f49c5bd1d 2023-03-23T13:10:15.761Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 341816f4-b803-48c2-a119-f19f49c5bd1d 2023-03-23T13:10:15.761Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6d59ded1-c82a 0 ea1fcd1c-d846-49f4-b834-d17c91d4a50f 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-23T13:10:15.769Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1cf71f94, org.onap.sdc.toscaparser.api.parameters.Input@3987888d, org.onap.sdc.toscaparser.api.parameters.Input@1dcf3fb0, org.onap.sdc.toscaparser.api.parameters.Input@4cbc27a2, org.onap.sdc.toscaparser.api.parameters.Input@68939a1e] 2023-03-23T13:10:15.769Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:10:15.770Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:10:15.770Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 341816f4-b803-48c2-a119-f19f49c5bd1d: pNF 6d59ded1-c82a 2023-03-23T13:10:15.770Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Processing PNF resource: ea1fcd1c-d846-49f4-b834-d17c91d4a50f 2023-03-23T13:10:15.770Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:10:15.770Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:10:15.770Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Resource customization UUID: 133eb4b6-41ad-4583-ae08-82e55429d115 is the same as notified resource customizationUUID: 133eb4b6-41ad-4583-ae08-82e55429d115 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-23T13:10:15.831Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6d59ded1-c82a ea1fcd1c-d846-49f4-b834-d17c91d4a50f 0 ASDC deployResourceStructure 2023-03-23T13:10:15.832Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:10:15.832Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:10:15.832Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:10:15.832Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:10:15.832Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:10:15.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577015832, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:10:16.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:10:16.861Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:10:16.865Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:10:16.865Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:10:16.865Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:10:16.865Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:10:16.865Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:10:16.865Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:10:16.865Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:10:16.865Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:10:16.865Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:10:16.879Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:10:46.879Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:10:46.888Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and serviceModelVersionId: 341816f4-b803-48c2-a119-f19f49c5bd1d 2023-03-23T13:10:46.888Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 2023-03-23T13:10:46.888Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 2023-03-23T13:10:46.894Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:10:46.912Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:10:46.912Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||Invoke 2023-03-23T13:10:46.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:10:47.071Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||InvokeReturn 2023-03-23T13:10:47.072Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:10:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[647264], x-aai-txid=[0-aai-resources-230323-13:10:45:113-94710], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:10:47.072Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:10:47.072Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:10:47.073Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:10:47.083Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:10:47.083Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:10:47.084Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:10:47.084Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:10:47.084Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:10:47.084Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577047083, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:10:48.114Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T13:10:48.115Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-23T13:10:48.115Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:10:48.116Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:10:48.116Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:10:48.116Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T13:10:48.119Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-13ef2a95-7f70-4f15-adcc-e64517a0590e 2023-03-23T13:10:48.120Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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=18, 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-23T13:10:48.120Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:10:48.120Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T13:10:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:10:49.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:10:49.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576930177, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } 2023-03-23T13:10:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:10:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:10:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679576961425, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:10:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:10:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:10:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:10:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:10:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:10:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:10:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:10:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:10:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T13:10:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:10:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:10:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:10:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:10:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:10:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T13:10:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:10:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:10:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:10:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:10:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:10:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:10:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:10:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:10:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576970319, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:10:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:10:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:10:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576972381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } 2023-03-23T13:10:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:10:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:10:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679576973382, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } 2023-03-23T13:10:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:10:50.662Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:10:53.671Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:10:56.679Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:10:59.687Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:02.695Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:05.704Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:08.716Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:11.733Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:14.744Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:17.754Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:20.763Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:23.773Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:26.784Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:29.797Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:32.809Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:35.819Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:38.827Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:41.838Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:44.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:47.860Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:11:48.118Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T13:11:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:11:49.187Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:11:49.187Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T13:11:49.194Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=84, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-13ef2a95-7f70-4f15-adcc-e64517a0590e', protocol='range'} 2023-03-23T13:11:49.195Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=84, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:11:49.202Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 84: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-13ef2a95-7f70-4f15-adcc-e64517a0590e=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T13:11:49.218Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=84, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-13ef2a95-7f70-4f15-adcc-e64517a0590e', protocol='range'} 2023-03-23T13:11:49.218Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=84, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:11:49.218Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T13:11:49.218Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:11:49.218Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:11:49.219Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:11:49.222Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:11:49.222Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:11:49.223Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:11:49.223Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:11:49.223Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:11:49.223Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=13, 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-23T13:11:49.223Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:11:49.224Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:11:49.224Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:11:49.224Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3569, offsetEpoch=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-23T13:11:49.224Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:11:49.224Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:11:49.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:11:49.738Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577004659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:11:49.738Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:11:49.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:11:49.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:11:49.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:11:49.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:11:49.739Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:11:49.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:11:49.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:11:49.740Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:11:49.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:11:49.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:11:49.740Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:11:49.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:11:49.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:11:49.741Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:11:49.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:11:49.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:11:49.741Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:11:49.741Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:11:49.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:11:49.742Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:11:49.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:11:49.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:11:49.742Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679576527719, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:11:49.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:11:49.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:11:49.742Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577014060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:11:49.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:11:49.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:11:49.743Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577015832, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:11:49.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:11:49.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:11:49.743Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577047083, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:11:49.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:11:50.239Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:11:50.239Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:11:50.242Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:11:50.242Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:11:50.242Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:11:50.242Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:11:51.243Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:11:51.243Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:11:51.243Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:11:51.243Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:11:52.243Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:11:52.244Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:11:52.244Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:11:52.244Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:11:53.245Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:11:53.245Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:11:53.245Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:11:53.246Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:11:54.246Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:11:54.247Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:11:54.247Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:11:54.247Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:11:55.247Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:11:55.248Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:11:55.248Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:11:55.248Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:11:56.248Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:11:56.249Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:11:56.249Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:11:56.249Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:11:57.250Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T13:11:57.250Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:11:57.251Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T13:11:57.251Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:11:57.251Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:11:57.295Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:11:57.296Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:11:57.296Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:11:57.296Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T13:11:57.296Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:11:57.296Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T13:11:57.323Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:11:57.323Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3a6e8543 2023-03-23T13:11:57.323Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:11:57.323Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T13:11:57.324Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:11:57.324Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T13:11:57.324Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T13:11:57.324Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:11:57.324Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:11:57.324Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:11:57.324Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577117324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:11:58.325Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T13:11:58.344Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:11:58.344Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:11:58.348Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T13:11:58.348Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T13:11:58.348Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T13:11:58.348Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:11:58.349Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T13:11:58.367Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:11:58.367Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4472f393 2023-03-23T13:11:58.367Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:11:58.367Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T13:11:58.367Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:11:58.368Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T13:11:58.368Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T13:11:58.368Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:11:58.368Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:11:58.368Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:11:58.368Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577118368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:11:59.370Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T13:11:59.370Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:11:59.407Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:11:59.411Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:11:59.411Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:12:29.414Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:12:29.458Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:12:29.466Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:12:29.466Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:12:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:12:49.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:12:49.182Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:12:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:12:49.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:12:49.183Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:12:49.183Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:12:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:12:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T13:12:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:12:49.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:12:49.184Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:12:49.184Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:12:49.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:12:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T13:12:49.185Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:12:49.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:12:49.185Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:12:49.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:12:49.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:12:49.186Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:12:49.186Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:12:49.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:12:49.187Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577117324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:12:49.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:12:49.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:12:49.187Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577118368, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:12:49.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:12:59.466Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:12:59.499Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:12:59.505Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:12:59.505Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:13:29.505Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:13:29.533Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:13:29.537Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:13:29.537Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:13:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:13:59.538Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:13:59.563Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:13:59.567Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:13:59.567Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:14:29.568Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:14:29.590Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:14:29.593Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:14:29.593Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:14:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:14:59.593Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:14:59.618Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:14:59.622Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:14:59.622Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:15:06.923Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:15:06.923Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "cds-sdc-listener", "timestamp": 1679577282044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:15:06.923Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:15:29.622Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:15:29.644Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:15:29.648Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:15:29.648Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:15:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:15:49.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:15:49.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "ves-openapi-manager", "timestamp": 1679577288380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:15:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:15:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:15:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "aai-model-loader", "timestamp": 1679577291160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:15:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:15:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:15:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "multicloud-k8s", "timestamp": 1679577280515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:15:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:15:59.648Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:15:59.660Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:15:59.662Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:15:59.663Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:16:29.663Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:16:29.676Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:16:29.679Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:16:29.679Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:16:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:16:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "policy-distribution-id", "timestamp": 1679577282910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "cds-sdc-listener", "timestamp": 1679577282044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "ves-openapi-manager", "timestamp": 1679577288380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "aai-model-loader", "timestamp": 1679577291160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "multicloud-k8s", "timestamp": 1679577280515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "policy-distribution-id", "timestamp": 1679577282910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "cds-sdc-listener", "timestamp": 1679577282044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "ves-openapi-manager", "timestamp": 1679577288380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "aai-model-loader", "timestamp": 1679577291160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "multicloud-k8s", "timestamp": 1679577280515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "policy-distribution-id", "timestamp": 1679577282910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "cds-sdc-listener", "timestamp": 1679577282044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "ves-openapi-manager", "timestamp": 1679577288380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "aai-model-loader", "timestamp": 1679577291160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "multicloud-k8s", "timestamp": 1679577280515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "policy-distribution-id", "timestamp": 1679577282910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "cds-sdc-listener", "timestamp": 1679577282044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "ves-openapi-manager", "timestamp": 1679577288380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "aai-model-loader", "timestamp": 1679577291160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "multicloud-k8s", "timestamp": 1679577280515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "policy-distribution-id", "timestamp": 1679577282910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "cds-sdc-listener", "timestamp": 1679577282044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "ves-openapi-manager", "timestamp": 1679577288380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "aai-model-loader", "timestamp": 1679577291160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "multicloud-k8s", "timestamp": 1679577280515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "policy-distribution-id", "timestamp": 1679577282910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "cds-sdc-listener", "timestamp": 1679577282044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "ves-openapi-manager", "timestamp": 1679577288380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "aai-model-loader", "timestamp": 1679577291160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "multicloud-k8s", "timestamp": 1679577280515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "policy-distribution-id", "timestamp": 1679577282910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "cds-sdc-listener", "timestamp": 1679577282044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "ves-openapi-manager", "timestamp": 1679577288380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "aai-model-loader", "timestamp": 1679577291160, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "multicloud-k8s", "timestamp": 1679577280515, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "policy-distribution-id", "timestamp": 1679577282910, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "cds-sdc-listener", "timestamp": 1679577314144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "policy-distribution-id", "timestamp": 1679577312985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:16:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "aai-model-loader", "timestamp": 1679577313429, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:16:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "policy-distribution-id", "timestamp": 1679577313992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:16:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "policy-distribution-id", "timestamp": 1679577314994, "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-23T13:16:49.204Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb1868dd-7bb4-4ba1-a9ef-373145db848d 2023-03-23T13:16:49.204Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1868dd-7bb4-4ba1-a9ef-373145db848d 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-23T13:16:49.214Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.214Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "aai-model-loader", "timestamp": 1679577317135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:16:49.214Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.214Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.214Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "aai-model-loader", "timestamp": 1679577318138, "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-23T13:16:49.220Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb1868dd-7bb4-4ba1-a9ef-373145db848d 2023-03-23T13:16:49.220Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1868dd-7bb4-4ba1-a9ef-373145db848d 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-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679577324450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679577324450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679577324450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679577324450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679577324450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679577324450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679577324450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679577324450, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679577333231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:16:49.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679577334926, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:16:49.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:16:49.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:16:49.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679577335930, "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-23T13:16:49.240Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb1868dd-7bb4-4ba1-a9ef-373145db848d 2023-03-23T13:16:49.240Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1868dd-7bb4-4ba1-a9ef-373145db848d 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-23T13:16:50.293Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:16:50.293Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-13ef2a95-7f70-4f15-adcc-e64517a0590e 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-23T13:16:50.293Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T13:16:50.294Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T13:16:53.200Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:16:56.211Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:16:59.222Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:16:59.680Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T13:16:59.680Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:16:59.691Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T13:16:59.691Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T13:16:59.692Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T13:16:59.698Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:16:59.720Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:16:59.721Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T13:16:59.729Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T13:16:59.766Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T13:16:59.767Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 13:16:57 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[2-aai-resources-230323-13:16:57:920-4970], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:16:59.768Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T13:16:59.775Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:16:59.775Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T13:16:59.775Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:16:59.776Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T13:16:59.785Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:16:59.786Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:16:59.786Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T13:16:59.787Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:16:59.787Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:16:59.788Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577419786, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T13:17:00.806Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:17:00.807Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cb9a0670-fdaa-4040-a746-0cec6c8479df","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e45fd639-5114-45d1-8f98-09296814703b","serviceDescription":"service","serviceInvariantUUID":"aea2f03e-4830-4f22-b445-64179a3c2e96","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"21654d5c-6d16-44b1-ad0c-32ccb7e1c047","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":"MzgzZjcxNDdkYTIwNjQyNWQxYjVhYjAzMmY1NjE1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"531d7c0d-fb6b-40c7-a592-63ed9bf18f6f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d361ab15-4d9e-4f87-a173-2592c49ee813","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:17:00.807Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:17:00.807Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:00.807Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:00.807Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "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-23T13:17:01.808Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:17:01.809Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:01.809Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:01.809Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:02.233Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:02.810Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e45fd639-5114-45d1-8f98-09296814703b", "serviceDescription": "service", "serviceInvariantUUID": "aea2f03e-4830-4f22-b445-64179a3c2e96", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "21654d5c-6d16-44b1-ad0c-32ccb7e1c047", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d361ab15-4d9e-4f87-a173-2592c49ee813" } ], "workloadContext": "Production" } 2023-03-23T13:17:02.811Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:17:02.811Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45fd639-5114-45d1-8f98-09296814703b ASDC 2023-03-23T13:17:02.811Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:cb9a0670-fdaa-4040-a746-0cec6c8479df ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e45fd639-5114-45d1-8f98-09296814703b ServiceInvariantUUID:aea2f03e-4830-4f22-b445-64179a3c2e96 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:d361ab15-4d9e-4f87-a173-2592c49ee813 ArtifactChecksum:ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-23T13:17:02.812Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45fd639-5114-45d1-8f98-09296814703b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:17:02.841Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:17:02.842Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:17:02.842Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:17:02.842Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:17:02.842Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:17:02.842Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:17:02.868Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:17:02.868Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@73ce35de 2023-03-23T13:17:02.868Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:17:02.869Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-23T13:17:02.869Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d361ab15-4d9e-4f87-a173-2592c49ee813 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:17:02.869Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:17:02.869Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is not found) 2023-03-23T13:17:02.869Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:17:02.869Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:02.870Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:02.870Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577422869, "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-23T13:17:03.871Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:d361ab15-4d9e-4f87-a173-2592c49ee813) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T13:17:03.896Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists 2023-03-23T13:17:03.897Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:17:03.897Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists) 2023-03-23T13:17:03.897Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:17:03.897Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:03.897Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:03.897Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577423897, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:04.898Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:17:04.899Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-23T13:17:04.899Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:17:04.900Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:04.900Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:04.900Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577424898, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:05.244Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:05.902Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:17:05.922Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:17:05.924Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:17:05.925Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:17:05.925Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:17:05.925Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:17:05.925Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:17:05.925Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:17:05.925Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:17:05.925Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:17:05.925Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:17:05.932Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:17:08.253Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:11.267Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:14.277Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:17.286Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:20.298Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:23.306Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:26.325Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:29.334Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:32.342Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:35.353Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:35.933Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:17:35.942Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and serviceModelVersionId: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T13:17:35.943Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea2f03e-4830-4f22-b445-64179a3c2e96 2023-03-23T13:17:35.943Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 2023-03-23T13:17:35.950Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:17:35.968Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:17:35.969Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||Invoke 2023-03-23T13:17:35.976Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:17:36.124Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||InvokeReturn 2023-03-23T13:17:36.126Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:17:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[278568], x-aai-txid=[2-aai-resources-230323-13:17:34:167-56183], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:17:36.127Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:17:36.128Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:17:36.128Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:17:36.133Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:17:36.134Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb9a0670-fdaa-4040-a746-0cec6c8479df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:17:36.134Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:17:36.135Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:36.135Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:36.135Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577456134, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:17:37.157Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:17:37.157Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"52b59d89-63ea-4683-b920-7ca2a36b51cc","serviceName":"Demo_pNF_nNhaXs3XD4ZVVBsHuxA1","serviceVersion":"1.0","serviceUUID":"9dfe125f-b0af-458c-9072-fe2538a83f36","serviceDescription":"catalog service description","serviceInvariantUUID":"fb2dc051-de24-4766-9c47-994c8d5a0431","resources":[{"resourceInstanceName":"pNF f3c4dfd7-82d9 0","resourceName":"pNF f3c4dfd7-82d9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"874a0dc3-2f4c-46cb-8f84-8747b567f730","resourceInvariantUUID":"383a85a2-d7af-4c97-bc09-4b6581c8c9ef","resourceCustomizationUUID":"136aeb8c-5891-456d-a4bf-383ed78d0d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml","artifactChecksum":"ZmEwMzQwYmI3YTEzZmM5OTg0NjI1YWNmMjhhNmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b27ec1ed-5edb-4b3b-a795-9de5b034918c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf7b8044-e51d-495f-bc10-1c4e1bbe8e5d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0dd1941-bdee-43cb-9c6d-d92b577a8e26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml","artifactChecksum":"YWJhZGVmMDkzYTU3ODU0ZTYyMTM5ODM4MDc0MzkxZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d960d7-f59f-4895-9e7b-8d1e255fe83c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ed2b9da-b57f-4348-beba-0f4fa1e2c029","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85ab0328-16f6-4a47-8691-103fef1f16d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactChecksum":"MDg3Nzk5MTRiMThhNTljYTJkYWQxNjc5YzFkZWI5NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae48e3b-9444-44f7-9567-b3707c5b5795","artifactVersion":"1"},{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactChecksum":"YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be742e24-eea6-4edc-86bd-beedc8ec33f4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:17:37.158Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:17:37.158Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:37.158Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:37.158Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:38.159Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:17:38.159Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:38.159Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:38.159Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:38.362Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:39.160Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:17:39.160Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:39.160Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:39.161Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:40.161Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:17:40.162Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:40.162Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:40.162Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:41.163Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:17:41.164Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:41.164Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:41.164Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:41.373Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:42.166Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:17:42.166Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:42.166Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:42.166Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:43.167Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:17:43.168Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:43.169Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:43.169Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:44.170Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:17:44.170Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:44.171Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:44.171Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:44.384Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:45.173Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "serviceName": "Demo_pNF_nNhaXs3XD4ZVVBsHuxA1", "serviceVersion": "1.0", "serviceUUID": "9dfe125f-b0af-458c-9072-fe2538a83f36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fb2dc051-de24-4766-9c47-994c8d5a0431", "resources": [ { "resourceInstanceName": "pNF f3c4dfd7-82d9 0", "resourceCustomizationUUID": "136aeb8c-5891-456d-a4bf-383ed78d0d18", "resourceName": "pNF f3c4dfd7-82d9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "874a0dc3-2f4c-46cb-8f84-8747b567f730", "resourceInvariantUUID": "383a85a2-d7af-4c97-bc09-4b6581c8c9ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactChecksum": "YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be742e24-eea6-4edc-86bd-beedc8ec33f4" } ], "workloadContext": "Production" } 2023-03-23T13:17:45.173Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:17:45.173Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC 2023-03-23T13:17:45.174Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:52b59d89-63ea-4683-b920-7ca2a36b51cc ServiceName:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 ServiceVersion:1.0 ServiceUUID:9dfe125f-b0af-458c-9072-fe2538a83f36 ServiceInvariantUUID:fb2dc051-de24-4766-9c47-994c8d5a0431 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactUUID:be742e24-eea6-4edc-86bd-beedc8ec33f4 ArtifactChecksum:YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f3c4dfd7-82d9 0 ResourceCustomizationUUID:136aeb8c-5891-456d-a4bf-383ed78d0d18 ResourceInvariantUUID:383a85a2-d7af-4c97-bc09-4b6581c8c9ef ResourceName:pNF f3c4dfd7-82d9 ResourceType:PNF ResourceUUID:874a0dc3-2f4c-46cb-8f84-8747b567f730 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:17:45.174Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:17:45.216Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:17:45.217Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:17:45.217Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:17:45.217Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 from URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:45.217Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:17:45.217Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:45.520Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:17:45.524Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar be742e24-eea6-4edc-86bd-beedc8ec33f4 88024 2023-03-23T13:17:45.524Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:17:45.524Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:45.524Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:17:45.525Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:45.525Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:45.525Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577465524, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:46.526Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:17:46.527Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:17:46.527Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4, URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar to file: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:46.527Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:46.528Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:46.528Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:46.653Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15258641085664286775/Definitions/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml 2023-03-23T13:17:47.205Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:17:47.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:17:47.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:47.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:17:47.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:47.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:47.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:47.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:47.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:47.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:47.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3c4dfd7-82d9 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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:17:47.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:17:47.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:17:47.207Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:17:47.207Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:17:47.207Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:17:47.207Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:17:47.207Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:17:47.207Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:17:47.207Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:17:47.207Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:17:47.207Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:17:47.207Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:17:47.208Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:17:47.208Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:17:47.208Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:17:47.208Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:17:47.208Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:17:47.208Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:17:47.208Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:17:47.208Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:17:47.208Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:17:47.208Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 Description:catalog service description Model UUID:9dfe125f-b0af-458c-9072-fe2538a83f36 Model Version:NULL Model InvariantUuid:fb2dc051-de24-4766-9c47-994c8d5a0431 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-23T13:17:47.242Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||ERROR|500||Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists 2023-03-23T13:17:47.242Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:17:47.242Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists) 2023-03-23T13:17:47.242Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:17:47.242Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:47.242Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:47.243Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577467242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:47.398Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:17:48.243Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:17:48.243Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists) 2023-03-23T13:17:48.244Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:17:48.244Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:17:48.244Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:17:48.244Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577468243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:17:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:17:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T13:17:49.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=85, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:17:49.193Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 85: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T13:17:49.208Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=85, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:17:49.208Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T13:17:49.208Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:17:49.212Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:17:49.212Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:17:49.212Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:17:49.212Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3648, offsetEpoch=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-23T13:17:49.212Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:17:49.212Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:17:49.244Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:17:49.269Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:17:49.274Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:17:49.274Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:17:49.274Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:17:49.274Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:17:49.274Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:17:49.275Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:17:49.275Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:17:49.275Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:17:49.275Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:17:49.291Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:17:50.225Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577419786, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577422869, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577423897, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.226Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577424898, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577456134, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:17:50.227Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:17:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577465524, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:17:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577467242, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } 2023-03-23T13:17:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:17:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:17:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577468243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } 2023-03-23T13:17:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:18:19.291Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:18:19.301Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and serviceModelVersionId: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T13:18:19.302Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb2dc051-de24-4766-9c47-994c8d5a0431 2023-03-23T13:18:19.302Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 2023-03-23T13:18:19.305Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:18:19.317Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||Invoke 2023-03-23T13:18:19.317Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7fbf3383-5114-47a3-9638-51ad3292ff66], X-ECOMP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-TransactionId=[], X-ONAP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], Content-Type=[application/merge-patch+json]} 2023-03-23T13:18:19.327Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:18:19.466Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:18:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[290880], x-aai-txid=[0-aai-resources-230323-13:18:17:517-62810], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:18:19.466Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:18:19.467Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||InvokeReturn 2023-03-23T13:18:19.467Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:18:19.467Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:18:19.480Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:18:19.481Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52b59d89-63ea-4683-b920-7ca2a36b51cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:18:19.481Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:18:19.481Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:18:19.481Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:18:19.481Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577499481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:18:20.508Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:18:20.508Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ed92f4e-8831-4dae-9fc4-c913f13bfd2c","serviceDescription":"service","serviceInvariantUUID":"115c97a5-6a7d-42b4-b591-3979a0412d3b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fe72a46-0d46-46e5-8866-e7fce4f0a06a","resourceInvariantUUID":"6e27cd0c-c310-40ee-9850-c0f1e80de350","resourceCustomizationUUID":"5f375cfc-5f6b-4d90-9e43-a0c43c59ed43","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":"ZTgxNDk5MjBjNTBhOTMxMzI4NmQ4YTBiNmZkYTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c041d87-eb2c-4d84-9d4d-31212d4468c6","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":"MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d62f33-82cc-40ce-8b50-84f0f1a34ead","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":"8f92056e-cf8a-42b6-a1c2-a316e42d926a","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":"1cc09c01-2b85-48eb-b655-deed1d092c01","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":"57ae6deb-27f1-493a-ab0e-a34b5603044d","artifactVersion":"2","generatedFromUUID":"8f92056e-cf8a-42b6-a1c2-a316e42d926a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTczMjFiNDA3Y2M4YzM4ZTZkOGIyN2ZmNmQ3MzJmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba26974d-114e-45b4-a5fd-935e1103ec61","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc1bac0f-0922-46bc-b871-8dcfd7221db1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:18:20.508Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:18:20.509Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:18:20.509Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:18:20.509Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "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-23T13:18:21.510Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:18:21.510Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:18:21.510Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:18:21.510Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "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-23T13:18:22.511Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:18:22.512Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:18:22.512Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:18:22.512Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "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-23T13:18:23.512Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:18:23.513Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:18:23.513Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:18:23.513Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "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-23T13:18:24.515Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:18:24.516Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:18:24.516Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:18:24.516Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "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-23T13:18:25.517Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:18:25.517Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:18:25.518Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:18:25.518Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "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-23T13:18:26.519Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:18:26.519Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:18:26.519Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:18:26.519Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:18:27.521Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ed92f4e-8831-4dae-9fc4-c913f13bfd2c", "serviceDescription": "service", "serviceInvariantUUID": "115c97a5-6a7d-42b4-b591-3979a0412d3b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5f375cfc-5f6b-4d90-9e43-a0c43c59ed43", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3fe72a46-0d46-46e5-8866-e7fce4f0a06a", "resourceInvariantUUID": "6e27cd0c-c310-40ee-9850-c0f1e80de350", "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": "MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3d62f33-82cc-40ce-8b50-84f0f1a34ead", "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": "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "generatedFromUUID": "8f92056e-cf8a-42b6-a1c2-a316e42d926a" }, "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc1bac0f-0922-46bc-b871-8dcfd7221db1" } ], "workloadContext": "Production" } 2023-03-23T13:18:27.522Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:18:27.522Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC 2023-03-23T13:18:27.523Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ServiceInvariantUUID:115c97a5-6a7d-42b4-b591-3979a0412d3b 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:fc1bac0f-0922-46bc-b871-8dcfd7221db1 ArtifactChecksum:ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 ResourceInvariantUUID:6e27cd0c-c310-40ee-9850-c0f1e80de350 ResourceName:basic_vm ResourceType:VF ResourceUUID:3fe72a46-0d46-46e5-8866-e7fce4f0a06a 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:b3d62f33-82cc-40ce-8b50-84f0f1a34ead ArtifactChecksum:MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ= 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:8f92056e-cf8a-42b6-a1c2-a316e42d926a 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:57ae6deb-27f1-493a-ab0e-a34b5603044d 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:57ae6deb-27f1-493a-ab0e-a34b5603044d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:18:27.523Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:18:27.573Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:18:27.573Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:18:27.573Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:18:27.574Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:18:27.574Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:18:27.574Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:18:27.604Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:18:27.604Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@55a327e8 2023-03-23T13:18:27.604Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:18:27.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-23T13:18:27.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fc1bac0f-0922-46bc-b871-8dcfd7221db1 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:18:27.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:18:27.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is not found) 2023-03-23T13:18:27.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:18:27.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:18:27.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:18:27.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577507605, "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-23T13:18:28.606Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:fc1bac0f-0922-46bc-b871-8dcfd7221db1) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T13:18:28.645Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists 2023-03-23T13:18:28.645Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:18:28.645Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists) 2023-03-23T13:18:28.645Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:18:28.645Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:18:28.645Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:18:28.645Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577508645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:18:29.646Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:18:29.646Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists) 2023-03-23T13:18:29.646Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:18:29.647Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:18:29.647Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:18:29.647Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577509646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:18:30.647Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:18:30.662Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:18:30.666Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:18:30.666Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:18:30.666Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:18:30.666Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:18:30.666Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:18:30.666Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:18:30.666Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:18:30.666Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:18:30.666Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:18:30.676Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:18:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:18:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:18:49.180Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577499481, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T13:18:49.181Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577507605, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577508645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577509646, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } 2023-03-23T13:18:49.182Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:00.676Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:19:00.683Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and serviceModelVersionId: 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c 2023-03-23T13:19:00.684Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 115c97a5-6a7d-42b4-b591-3979a0412d3b 2023-03-23T13:19:00.685Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 2023-03-23T13:19:00.692Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:19:00.711Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||Invoke 2023-03-23T13:19:00.711Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[64051e2f-9418-456b-bec5-45d941f76272], X-ECOMP-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], X-TransactionId=[], X-ONAP-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], Content-Type=[application/merge-patch+json]} 2023-03-23T13:19:00.719Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:19:00.867Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:18:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[233680], x-aai-txid=[0-aai-resources-230323-13:18:58:909-74634], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:19:00.867Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:19:00.867Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||InvokeReturn 2023-03-23T13:19:00.868Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:19:00.868Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:19:00.877Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:19:00.877Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:19:00.878Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:19:00.878Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:00.878Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:00.878Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577540877, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:19:01.909Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:19:01.909Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e3bccc0-8ad1-4022-86f4-d2d991531fa7","serviceName":"Demo_pNF_qmKu0IiQtL14aXlj0mwS","serviceVersion":"1.0","serviceUUID":"341816f4-b803-48c2-a119-f19f49c5bd1d","serviceDescription":"catalog service description","serviceInvariantUUID":"9e2cbbd4-72c1-4cb5-80ec-e27641a6346d","resources":[{"resourceInstanceName":"pNF 6d59ded1-c82a 0","resourceName":"pNF 6d59ded1-c82a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea1fcd1c-d846-49f4-b834-d17c91d4a50f","resourceInvariantUUID":"6162da41-54f1-4a9d-952d-ef60abf2c385","resourceCustomizationUUID":"133eb4b6-41ad-4583-ae08-82e55429d115","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml","artifactChecksum":"M2FmMTk5YTBlMDk2NzFiMjllZDc5OGI1MDgzNzI2NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0904a2-78b4-4ecb-9a70-2931bbb9c21b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec4d823e-c577-4b4c-8e5e-cb630f15820c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078d2cfc-8998-4bf7-a369-5e8ad54715f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE2NGIzNmJkODcwN2UxNGU3Yzc5OWJmMTM0N2NhZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25222fd2-e730-4168-abe9-a048b94cdd70","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fbe962c5-b706-4278-91e9-1d6dbe1e189e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f58b800-d52f-4763-8628-4e97323e3bba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactChecksum":"MWE4ZjMxN2Q2YmU5ZmY3ZDI0MWI2Zjc5ZTk2NTQ5ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f42cec2-76b3-42c0-ab97-708f567c534c","artifactVersion":"1"},{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactChecksum":"YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a56c270e-58ea-485c-8867-834e220b0cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:19:01.910Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:01.910Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:01.910Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:01.910Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:02.911Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:02.912Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:02.912Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:02.912Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:03.913Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:03.914Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:03.914Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:03.914Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:04.915Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:04.915Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:04.916Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:04.916Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:05.917Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:05.917Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:05.917Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:05.917Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:06.918Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:06.919Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:06.919Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:06.919Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:07.920Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:07.921Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:07.921Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:07.921Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:08.926Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:08.926Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:08.926Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:08.926Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:09.927Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "serviceName": "Demo_pNF_qmKu0IiQtL14aXlj0mwS", "serviceVersion": "1.0", "serviceUUID": "341816f4-b803-48c2-a119-f19f49c5bd1d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9e2cbbd4-72c1-4cb5-80ec-e27641a6346d", "resources": [ { "resourceInstanceName": "pNF 6d59ded1-c82a 0", "resourceCustomizationUUID": "133eb4b6-41ad-4583-ae08-82e55429d115", "resourceName": "pNF 6d59ded1-c82a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea1fcd1c-d846-49f4-b834-d17c91d4a50f", "resourceInvariantUUID": "6162da41-54f1-4a9d-952d-ef60abf2c385", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactChecksum": "YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a56c270e-58ea-485c-8867-834e220b0cd0" } ], "workloadContext": "Production" } 2023-03-23T13:19:09.928Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:19:09.928Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC 2023-03-23T13:19:09.929Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:4e3bccc0-8ad1-4022-86f4-d2d991531fa7 ServiceName:Demo_pNF_qmKu0IiQtL14aXlj0mwS ServiceVersion:1.0 ServiceUUID:341816f4-b803-48c2-a119-f19f49c5bd1d ServiceInvariantUUID:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactUUID:a56c270e-58ea-485c-8867-834e220b0cd0 ArtifactChecksum:YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d59ded1-c82a 0 ResourceCustomizationUUID:133eb4b6-41ad-4583-ae08-82e55429d115 ResourceInvariantUUID:6162da41-54f1-4a9d-952d-ef60abf2c385 ResourceName:pNF 6d59ded1-c82a ResourceType:PNF ResourceUUID:ea1fcd1c-d846-49f4-b834-d17c91d4a50f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:19:09.931Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:19:09.988Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:19:09.989Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:19:09.991Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:19:09.991Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0 from URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:09.991Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:19:09.992Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:10.286Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:19:10.289Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar a56c270e-58ea-485c-8867-834e220b0cd0 88008 2023-03-23T13:19:10.289Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:19:10.290Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:10.290Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:19:10.290Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:10.290Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:10.290Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577550289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:11.291Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:19:11.292Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:19:11.292Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0, URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar to file: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:11.292Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:11.293Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:11.293Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:11.370Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP90711447805520170/Definitions/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml 2023-03-23T13:19:12.013Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:19:12.014Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:19:12.014Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:12.014Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:19:12.014Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d59ded1-c82a 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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:12.014Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:12.014Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:12.014Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:12.014Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:12.014Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:12.014Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:19:12.014Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:19:12.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:19:12.016Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:19:12.016Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qmKu0IiQtL14aXlj0mwS Description:catalog service description Model UUID:341816f4-b803-48c2-a119-f19f49c5bd1d Model Version:NULL Model InvariantUuid:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 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-23T13:19:12.052Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||ERROR|500||Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists 2023-03-23T13:19:12.052Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:19:12.052Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists) 2023-03-23T13:19:12.052Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:19:12.053Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:12.053Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:12.053Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577552052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:13.053Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:19:13.054Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists) 2023-03-23T13:19:13.054Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:19:13.054Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:13.054Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:13.054Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577553053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:14.055Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:19:14.079Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:19:14.084Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:19:14.084Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:19:14.084Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:19:14.084Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:19:14.084Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:19:14.084Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:19:14.085Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:19:14.085Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:19:14.085Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:19:14.099Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:19:44.100Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:19:44.108Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and serviceModelVersionId: 341816f4-b803-48c2-a119-f19f49c5bd1d 2023-03-23T13:19:44.109Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 2023-03-23T13:19:44.110Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 2023-03-23T13:19:44.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:19:44.141Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:19:44.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||Invoke 2023-03-23T13:19:44.149Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:19:44.303Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||InvokeReturn 2023-03-23T13:19:44.303Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:19:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[647264], x-aai-txid=[2-aai-resources-230323-13:19:42:341-77886], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:19:44.304Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:19:44.304Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:19:44.304Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:19:44.318Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:19:44.318Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:19:44.318Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:19:44.318Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:44.319Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:44.319Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577584318, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:19:45.346Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T13:19:45.346Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-23T13:19:45.347Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:19:45.347Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:19:45.347Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:19:45.347Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T13:19:45.351Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dbf566b8-7bd3-4390-b605-9922e36afbe5 2023-03-23T13:19:45.351Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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=18, 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-23T13:19:45.351Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:19:45.351Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T13:19:46.726Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:19:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:19:49.184Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T13:19:49.188Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=86, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dbf566b8-7bd3-4390-b605-9922e36afbe5', protocol='range'} 2023-03-23T13:19:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=86, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:19:49.191Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 86: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dbf566b8-7bd3-4390-b605-9922e36afbe5=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T13:19:49.203Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=86, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:19:49.204Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=86, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dbf566b8-7bd3-4390-b605-9922e36afbe5', protocol='range'} 2023-03-23T13:19:49.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T13:19:49.204Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:19:49.204Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:19:49.204Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:19:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:19:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:19:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:19:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3677, offsetEpoch=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-23T13:19:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:19:49.207Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:19:49.207Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:19:49.208Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:19:49.208Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:19:49.208Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:19:49.208Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:19:49.208Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=13, 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-23T13:19:50.222Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.222Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:19:50.224Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.224Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577540877, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:19:50.225Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:50.225Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:50.225Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.225Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:19:50.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:50.226Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:50.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.226Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:50.226Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:19:50.227Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.227Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:19:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:19:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:19:50.228Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:19:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:19:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577108118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:19:50.229Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577550289, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:19:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577552052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } 2023-03-23T13:19:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577553053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } 2023-03-23T13:19:50.230Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:19:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577584318, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:19:50.231Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:19:51.227Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:51.228Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:51.228Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:51.228Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:52.229Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:52.230Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:52.230Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:52.230Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:53.231Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:53.231Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:53.232Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:53.232Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:54.233Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:54.234Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:54.234Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:54.234Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:55.235Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:55.235Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:55.235Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:55.236Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:56.237Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:19:56.237Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:56.237Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:56.237Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:57.239Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T13:19:57.239Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:19:57.239Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T13:19:57.239Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:19:57.239Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:19:57.286Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:19:57.286Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:19:57.286Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:19:57.287Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T13:19:57.287Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:19:57.287Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T13:19:57.308Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:19:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@34611b68 2023-03-23T13:19:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:19:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T13:19:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:19:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T13:19:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T13:19:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:19:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:57.309Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577597309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:58.310Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T13:19:58.330Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:19:58.330Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:19:58.334Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T13:19:58.335Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T13:19:58.335Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T13:19:58.335Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:19:58.335Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T13:19:58.369Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:19:58.369Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@656f51b2 2023-03-23T13:19:58.369Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:19:58.369Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T13:19:58.370Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:19:58.370Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T13:19:58.370Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T13:19:58.370Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:19:58.370Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:19:58.370Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:19:58.370Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577598370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:19:59.371Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T13:19:59.372Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:19:59.395Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:19:59.400Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:19:59.400Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:20:29.401Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:20:29.421Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:20:29.424Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:20:29.425Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:20:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:20:49.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:20:49.173Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:20:49.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:20:59.425Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:20:59.445Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:20:59.448Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:20:59.448Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:21:29.448Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:21:29.478Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:21:29.482Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:21:29.482Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:21:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:21:49.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:21:49.174Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:21:49.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:21:49.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:21:49.174Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T13:21:49.174Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:21:49.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:21:49.175Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:21:49.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:21:49.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:21:49.175Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T13:21:49.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:21:49.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:21:49.175Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:21:49.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:21:49.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:21:49.175Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:21:49.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:21:49.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:21:49.176Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577597309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:21:49.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:21:49.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:21:49.176Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577598370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:21:49.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:21:59.483Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:21:59.507Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:21:59.510Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:21:59.511Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:22:29.511Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:22:29.533Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:22:29.537Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:22:29.537Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:22:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:22:59.537Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:22:59.564Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:22:59.569Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:22:59.569Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:23:29.569Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:23:29.590Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:23:29.594Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:23:29.595Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:23:49.172Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:23:59.595Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:23:59.622Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:23:59.626Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:23:59.627Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:24:29.627Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:24:29.655Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:24:29.660Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:24:29.660Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:24:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:24:50.309Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:24:50.309Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dbf566b8-7bd3-4390-b605-9922e36afbe5 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-23T13:24:50.309Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T13:24:50.310Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T13:24:52.850Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:24:52.863Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:24:52.864Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T13:24:52.868Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=87, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:24:52.869Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 87: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T13:24:52.883Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=87, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:24:52.884Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T13:24:52.884Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:24:52.887Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:24:52.887Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:24:52.887Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:24:52.887Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3699, offsetEpoch=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-23T13:24:52.888Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:24:52.888Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:24:59.660Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T13:24:59.661Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:24:59.676Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T13:24:59.676Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T13:24:59.677Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T13:24:59.684Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:24:59.703Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T13:24:59.703Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[49bd0723-5110-49be-a871-2b72cb401325], X-ECOMP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-TransactionId=[], X-ONAP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], Content-Type=[application/merge-patch+json]} 2023-03-23T13:24:59.709Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T13:24:59.744Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 13:24:57 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[32], x-aai-txid=[0-aai-resources-230323-13:24:57:897-80024], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:24:59.746Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?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/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T13:24:59.746Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T13:24:59.750Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:24:59.751Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T13:24:59.751Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:24:59.751Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T13:24:59.762Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:24:59.762Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:24:59.762Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T13:24:59.762Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:24:59.762Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:24:59.763Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577899762, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:24:59.780Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:24:59.780Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679577899762, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T13:24:59.781Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:25:00.807Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:25:00.808Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cb9a0670-fdaa-4040-a746-0cec6c8479df","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e45fd639-5114-45d1-8f98-09296814703b","serviceDescription":"service","serviceInvariantUUID":"aea2f03e-4830-4f22-b445-64179a3c2e96","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"21654d5c-6d16-44b1-ad0c-32ccb7e1c047","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":"MzgzZjcxNDdkYTIwNjQyNWQxYjVhYjAzMmY1NjE1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"531d7c0d-fb6b-40c7-a592-63ed9bf18f6f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d361ab15-4d9e-4f87-a173-2592c49ee813","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:25:00.808Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:25:00.808Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:00.808Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:00.809Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "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-23T13:25:01.809Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:25:01.810Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:01.810Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:01.810Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:02.811Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e45fd639-5114-45d1-8f98-09296814703b", "serviceDescription": "service", "serviceInvariantUUID": "aea2f03e-4830-4f22-b445-64179a3c2e96", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "21654d5c-6d16-44b1-ad0c-32ccb7e1c047", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d361ab15-4d9e-4f87-a173-2592c49ee813" } ], "workloadContext": "Production" } 2023-03-23T13:25:02.812Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:25:02.812Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45fd639-5114-45d1-8f98-09296814703b ASDC 2023-03-23T13:25:02.813Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:cb9a0670-fdaa-4040-a746-0cec6c8479df ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e45fd639-5114-45d1-8f98-09296814703b ServiceInvariantUUID:aea2f03e-4830-4f22-b445-64179a3c2e96 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:d361ab15-4d9e-4f87-a173-2592c49ee813 ArtifactChecksum:ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-23T13:25:02.813Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45fd639-5114-45d1-8f98-09296814703b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:25:02.862Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:25:02.864Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:25:02.864Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:25:02.864Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:25:02.864Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:25:02.864Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:25:02.894Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:25:02.894Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4b9d9997 2023-03-23T13:25:02.894Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:25:02.895Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-23T13:25:02.895Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d361ab15-4d9e-4f87-a173-2592c49ee813 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:25:02.896Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:25:02.896Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is not found) 2023-03-23T13:25:02.896Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:25:02.897Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:02.897Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:02.897Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577902896, "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-23T13:25:03.899Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:d361ab15-4d9e-4f87-a173-2592c49ee813) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T13:25:03.940Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists 2023-03-23T13:25:03.941Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:25:03.941Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists) 2023-03-23T13:25:03.941Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:25:03.941Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:03.941Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:03.941Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577903940, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:04.942Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:25:04.942Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-23T13:25:04.942Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:25:04.942Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:04.942Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:04.943Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577904942, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:05.943Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:25:05.968Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:25:05.972Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:25:05.972Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:25:05.972Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:25:05.972Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:25:05.972Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:25:05.973Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:25:05.973Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:25:05.973Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:25:05.973Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:25:05.987Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:25:35.987Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:25:35.998Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and serviceModelVersionId: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T13:25:35.998Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea2f03e-4830-4f22-b445-64179a3c2e96 2023-03-23T13:25:35.999Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 2023-03-23T13:25:36.002Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:25:36.017Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||Invoke 2023-03-23T13:25:36.017Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a24a349-daa4-43f7-8ce7-4744310ff35f], X-ECOMP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-TransactionId=[], X-ONAP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], Content-Type=[application/merge-patch+json]} 2023-03-23T13:25:36.024Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:25:36.171Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:25:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[278568], x-aai-txid=[0-aai-resources-230323-13:25:34:212-11080], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:25:36.171Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:25:36.172Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||InvokeReturn 2023-03-23T13:25:36.173Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:25:36.173Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:25:36.183Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:25:36.183Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb9a0670-fdaa-4040-a746-0cec6c8479df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:25:36.184Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:25:36.184Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:36.184Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:36.184Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577936184, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:25:37.225Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:25:37.226Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"52b59d89-63ea-4683-b920-7ca2a36b51cc","serviceName":"Demo_pNF_nNhaXs3XD4ZVVBsHuxA1","serviceVersion":"1.0","serviceUUID":"9dfe125f-b0af-458c-9072-fe2538a83f36","serviceDescription":"catalog service description","serviceInvariantUUID":"fb2dc051-de24-4766-9c47-994c8d5a0431","resources":[{"resourceInstanceName":"pNF f3c4dfd7-82d9 0","resourceName":"pNF f3c4dfd7-82d9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"874a0dc3-2f4c-46cb-8f84-8747b567f730","resourceInvariantUUID":"383a85a2-d7af-4c97-bc09-4b6581c8c9ef","resourceCustomizationUUID":"136aeb8c-5891-456d-a4bf-383ed78d0d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml","artifactChecksum":"ZmEwMzQwYmI3YTEzZmM5OTg0NjI1YWNmMjhhNmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b27ec1ed-5edb-4b3b-a795-9de5b034918c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf7b8044-e51d-495f-bc10-1c4e1bbe8e5d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0dd1941-bdee-43cb-9c6d-d92b577a8e26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml","artifactChecksum":"YWJhZGVmMDkzYTU3ODU0ZTYyMTM5ODM4MDc0MzkxZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d960d7-f59f-4895-9e7b-8d1e255fe83c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ed2b9da-b57f-4348-beba-0f4fa1e2c029","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85ab0328-16f6-4a47-8691-103fef1f16d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactChecksum":"MDg3Nzk5MTRiMThhNTljYTJkYWQxNjc5YzFkZWI5NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae48e3b-9444-44f7-9567-b3707c5b5795","artifactVersion":"1"},{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactChecksum":"YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be742e24-eea6-4edc-86bd-beedc8ec33f4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:25:37.226Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:25:37.226Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:37.226Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:37.226Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:38.227Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:25:38.227Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:38.227Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:38.227Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:39.228Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:25:39.229Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:39.229Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:39.229Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:40.229Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:25:40.230Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:40.230Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:40.230Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:41.231Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:25:41.231Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:41.231Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:41.231Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:42.232Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:25:42.233Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:42.233Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:42.233Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:43.233Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:25:43.234Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:43.234Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:43.234Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:44.235Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:25:44.235Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:44.235Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:44.236Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:45.238Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "serviceName": "Demo_pNF_nNhaXs3XD4ZVVBsHuxA1", "serviceVersion": "1.0", "serviceUUID": "9dfe125f-b0af-458c-9072-fe2538a83f36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fb2dc051-de24-4766-9c47-994c8d5a0431", "resources": [ { "resourceInstanceName": "pNF f3c4dfd7-82d9 0", "resourceCustomizationUUID": "136aeb8c-5891-456d-a4bf-383ed78d0d18", "resourceName": "pNF f3c4dfd7-82d9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "874a0dc3-2f4c-46cb-8f84-8747b567f730", "resourceInvariantUUID": "383a85a2-d7af-4c97-bc09-4b6581c8c9ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactChecksum": "YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be742e24-eea6-4edc-86bd-beedc8ec33f4" } ], "workloadContext": "Production" } 2023-03-23T13:25:45.238Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:25:45.238Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC 2023-03-23T13:25:45.239Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:52b59d89-63ea-4683-b920-7ca2a36b51cc ServiceName:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 ServiceVersion:1.0 ServiceUUID:9dfe125f-b0af-458c-9072-fe2538a83f36 ServiceInvariantUUID:fb2dc051-de24-4766-9c47-994c8d5a0431 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactUUID:be742e24-eea6-4edc-86bd-beedc8ec33f4 ArtifactChecksum:YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f3c4dfd7-82d9 0 ResourceCustomizationUUID:136aeb8c-5891-456d-a4bf-383ed78d0d18 ResourceInvariantUUID:383a85a2-d7af-4c97-bc09-4b6581c8c9ef ResourceName:pNF f3c4dfd7-82d9 ResourceType:PNF ResourceUUID:874a0dc3-2f4c-46cb-8f84-8747b567f730 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:25:45.239Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:25:45.288Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:25:45.289Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:25:45.289Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:25:45.289Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 from URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:45.290Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:25:45.290Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:45.589Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:25:45.592Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar be742e24-eea6-4edc-86bd-beedc8ec33f4 88024 2023-03-23T13:25:45.593Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:25:45.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:45.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:25:45.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:45.595Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:45.595Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577945593, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:46.596Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:25:46.597Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:25:46.597Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4, URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar to file: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:46.597Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:46.597Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:46.597Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:46.671Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9754802911731910552/Definitions/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml 2023-03-23T13:25:47.283Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:25:47.283Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:25:47.283Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:47.283Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:25:47.283Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:47.283Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:47.283Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:47.283Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:47.283Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:47.283Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:47.283Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3c4dfd7-82d9 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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:25:47.283Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:25:47.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:25:47.285Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:25:47.285Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:25:47.285Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:25:47.285Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:25:47.285Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:25:47.285Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 Description:catalog service description Model UUID:9dfe125f-b0af-458c-9072-fe2538a83f36 Model Version:NULL Model InvariantUuid:fb2dc051-de24-4766-9c47-994c8d5a0431 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-23T13:25:47.325Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||ERROR|500||Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists 2023-03-23T13:25:47.326Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:25:47.326Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists) 2023-03-23T13:25:47.326Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:25:47.326Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:47.326Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:47.326Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577947326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:48.327Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:25:48.327Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists) 2023-03-23T13:25:48.327Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:25:48.327Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:25:48.327Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:25:48.328Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577948327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:25:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:25:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:25:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577902896, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577903940, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577904942, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679577936184, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:25:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:25:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:25:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:25:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577945593, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:25:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577947326, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } 2023-03-23T13:25:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:25:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577948327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } 2023-03-23T13:25:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:25:49.328Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:25:49.357Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:25:49.362Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:25:49.363Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:25:49.363Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:25:49.363Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:25:49.363Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:25:49.363Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:25:49.363Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:25:49.363Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:25:49.363Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:25:49.378Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:26:19.378Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:26:19.388Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and serviceModelVersionId: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T13:26:19.389Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb2dc051-de24-4766-9c47-994c8d5a0431 2023-03-23T13:26:19.389Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 2023-03-23T13:26:19.396Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:26:19.418Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||Invoke 2023-03-23T13:26:19.418Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fec864ad-59e2-4805-a902-b229b5c003de], X-ECOMP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-TransactionId=[], X-ONAP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], Content-Type=[application/merge-patch+json]} 2023-03-23T13:26:19.424Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:26:19.555Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:26:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[290880], x-aai-txid=[2-aai-resources-230323-13:26:17:611-81791], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:26:19.555Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:26:19.555Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||InvokeReturn 2023-03-23T13:26:19.556Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:26:19.556Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:26:19.563Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:26:19.563Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52b59d89-63ea-4683-b920-7ca2a36b51cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:26:19.563Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:26:19.564Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:26:19.564Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:26:19.565Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577979563, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:26:20.592Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:26:20.592Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ed92f4e-8831-4dae-9fc4-c913f13bfd2c","serviceDescription":"service","serviceInvariantUUID":"115c97a5-6a7d-42b4-b591-3979a0412d3b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fe72a46-0d46-46e5-8866-e7fce4f0a06a","resourceInvariantUUID":"6e27cd0c-c310-40ee-9850-c0f1e80de350","resourceCustomizationUUID":"5f375cfc-5f6b-4d90-9e43-a0c43c59ed43","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":"ZTgxNDk5MjBjNTBhOTMxMzI4NmQ4YTBiNmZkYTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c041d87-eb2c-4d84-9d4d-31212d4468c6","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":"MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d62f33-82cc-40ce-8b50-84f0f1a34ead","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":"8f92056e-cf8a-42b6-a1c2-a316e42d926a","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":"1cc09c01-2b85-48eb-b655-deed1d092c01","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":"57ae6deb-27f1-493a-ab0e-a34b5603044d","artifactVersion":"2","generatedFromUUID":"8f92056e-cf8a-42b6-a1c2-a316e42d926a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTczMjFiNDA3Y2M4YzM4ZTZkOGIyN2ZmNmQ3MzJmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba26974d-114e-45b4-a5fd-935e1103ec61","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc1bac0f-0922-46bc-b871-8dcfd7221db1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:26:20.592Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:26:20.593Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:26:20.593Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:26:20.593Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "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-23T13:26:21.593Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:26:21.593Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:26:21.593Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:26:21.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "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-23T13:26:22.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:26:22.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:26:22.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:26:22.595Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "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-23T13:26:23.595Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:26:23.595Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:26:23.595Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:26:23.596Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "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-23T13:26:24.596Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:26:24.597Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:26:24.597Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:26:24.597Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "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-23T13:26:25.598Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:26:25.598Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:26:25.598Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:26:25.598Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "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-23T13:26:26.600Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:26:26.600Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:26:26.600Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:26:26.600Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:26:27.602Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ed92f4e-8831-4dae-9fc4-c913f13bfd2c", "serviceDescription": "service", "serviceInvariantUUID": "115c97a5-6a7d-42b4-b591-3979a0412d3b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5f375cfc-5f6b-4d90-9e43-a0c43c59ed43", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3fe72a46-0d46-46e5-8866-e7fce4f0a06a", "resourceInvariantUUID": "6e27cd0c-c310-40ee-9850-c0f1e80de350", "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": "MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3d62f33-82cc-40ce-8b50-84f0f1a34ead", "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": "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "generatedFromUUID": "8f92056e-cf8a-42b6-a1c2-a316e42d926a" }, "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc1bac0f-0922-46bc-b871-8dcfd7221db1" } ], "workloadContext": "Production" } 2023-03-23T13:26:27.602Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:26:27.603Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC 2023-03-23T13:26:27.604Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ServiceInvariantUUID:115c97a5-6a7d-42b4-b591-3979a0412d3b 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:fc1bac0f-0922-46bc-b871-8dcfd7221db1 ArtifactChecksum:ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 ResourceInvariantUUID:6e27cd0c-c310-40ee-9850-c0f1e80de350 ResourceName:basic_vm ResourceType:VF ResourceUUID:3fe72a46-0d46-46e5-8866-e7fce4f0a06a 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:b3d62f33-82cc-40ce-8b50-84f0f1a34ead ArtifactChecksum:MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ= 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:8f92056e-cf8a-42b6-a1c2-a316e42d926a 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:57ae6deb-27f1-493a-ab0e-a34b5603044d 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:57ae6deb-27f1-493a-ab0e-a34b5603044d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:26:27.604Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:26:27.649Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:26:27.649Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:26:27.650Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:26:27.650Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:26:27.650Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:26:27.650Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:26:27.673Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:26:27.673Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3aaa57a7 2023-03-23T13:26:27.673Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:26:27.674Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-23T13:26:27.674Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fc1bac0f-0922-46bc-b871-8dcfd7221db1 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:26:27.674Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:26:27.674Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is not found) 2023-03-23T13:26:27.674Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:26:27.674Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:26:27.674Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:26:27.674Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577987674, "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-23T13:26:28.675Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:fc1bac0f-0922-46bc-b871-8dcfd7221db1) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T13:26:28.720Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists 2023-03-23T13:26:28.720Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:26:28.720Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists) 2023-03-23T13:26:28.720Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:26:28.720Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:26:28.720Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:26:28.721Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577988720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:26:29.721Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:26:29.721Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists) 2023-03-23T13:26:29.722Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:26:29.722Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:26:29.722Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:26:29.722Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577989721, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:26:30.723Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:26:30.744Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:26:30.749Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:26:30.749Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:26:30.749Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:26:30.749Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:26:30.749Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:26:30.749Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:26:30.749Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:26:30.749Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:26:30.749Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:26:30.762Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:26:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:26:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:26:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679577979563, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:26:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:26:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:26:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:26:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:26:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:26:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:26:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:26:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:26:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T13:26:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:26:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:26:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:26:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:26:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:26:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T13:26:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:26:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:26:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:26:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:26:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:26:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:26:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:26:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:26:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577987674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:26:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:26:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:26:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577988720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } 2023-03-23T13:26:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:26:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:26:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679577989721, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } 2023-03-23T13:26:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:00.762Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:27:00.783Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and serviceModelVersionId: 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c 2023-03-23T13:27:00.783Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 115c97a5-6a7d-42b4-b591-3979a0412d3b 2023-03-23T13:27:00.784Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 2023-03-23T13:27:00.791Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:27:00.808Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||Invoke 2023-03-23T13:27:00.808Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[88fcb910-3d61-406b-a5ca-184e3f9b9833], X-ECOMP-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], X-TransactionId=[], X-ONAP-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], Content-Type=[application/merge-patch+json]} 2023-03-23T13:27:00.816Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:27:00.969Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:26:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[233680], x-aai-txid=[0-aai-resources-230323-13:26:59:003-29191], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:27:00.970Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:27:00.970Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||InvokeReturn 2023-03-23T13:27:00.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:27:00.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:27:00.978Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:27:00.978Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:27:00.978Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:27:00.978Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:00.979Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:00.979Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578020978, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:27:02.001Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:27:02.002Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e3bccc0-8ad1-4022-86f4-d2d991531fa7","serviceName":"Demo_pNF_qmKu0IiQtL14aXlj0mwS","serviceVersion":"1.0","serviceUUID":"341816f4-b803-48c2-a119-f19f49c5bd1d","serviceDescription":"catalog service description","serviceInvariantUUID":"9e2cbbd4-72c1-4cb5-80ec-e27641a6346d","resources":[{"resourceInstanceName":"pNF 6d59ded1-c82a 0","resourceName":"pNF 6d59ded1-c82a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea1fcd1c-d846-49f4-b834-d17c91d4a50f","resourceInvariantUUID":"6162da41-54f1-4a9d-952d-ef60abf2c385","resourceCustomizationUUID":"133eb4b6-41ad-4583-ae08-82e55429d115","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml","artifactChecksum":"M2FmMTk5YTBlMDk2NzFiMjllZDc5OGI1MDgzNzI2NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0904a2-78b4-4ecb-9a70-2931bbb9c21b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec4d823e-c577-4b4c-8e5e-cb630f15820c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078d2cfc-8998-4bf7-a369-5e8ad54715f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE2NGIzNmJkODcwN2UxNGU3Yzc5OWJmMTM0N2NhZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25222fd2-e730-4168-abe9-a048b94cdd70","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fbe962c5-b706-4278-91e9-1d6dbe1e189e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f58b800-d52f-4763-8628-4e97323e3bba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactChecksum":"MWE4ZjMxN2Q2YmU5ZmY3ZDI0MWI2Zjc5ZTk2NTQ5ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f42cec2-76b3-42c0-ab97-708f567c534c","artifactVersion":"1"},{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactChecksum":"YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a56c270e-58ea-485c-8867-834e220b0cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:27:02.002Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:02.003Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:02.003Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:02.003Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:03.003Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:03.004Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:03.004Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:03.004Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:04.005Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:04.005Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:04.005Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:04.005Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:05.006Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:05.007Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:05.007Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:05.007Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:06.008Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:06.008Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:06.008Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:06.008Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:07.009Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:07.010Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:07.010Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:07.010Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:08.011Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:08.011Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:08.011Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:08.011Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:09.012Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:09.013Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:09.013Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:09.013Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:10.014Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "serviceName": "Demo_pNF_qmKu0IiQtL14aXlj0mwS", "serviceVersion": "1.0", "serviceUUID": "341816f4-b803-48c2-a119-f19f49c5bd1d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9e2cbbd4-72c1-4cb5-80ec-e27641a6346d", "resources": [ { "resourceInstanceName": "pNF 6d59ded1-c82a 0", "resourceCustomizationUUID": "133eb4b6-41ad-4583-ae08-82e55429d115", "resourceName": "pNF 6d59ded1-c82a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea1fcd1c-d846-49f4-b834-d17c91d4a50f", "resourceInvariantUUID": "6162da41-54f1-4a9d-952d-ef60abf2c385", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactChecksum": "YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a56c270e-58ea-485c-8867-834e220b0cd0" } ], "workloadContext": "Production" } 2023-03-23T13:27:10.014Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:27:10.014Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC 2023-03-23T13:27:10.014Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:4e3bccc0-8ad1-4022-86f4-d2d991531fa7 ServiceName:Demo_pNF_qmKu0IiQtL14aXlj0mwS ServiceVersion:1.0 ServiceUUID:341816f4-b803-48c2-a119-f19f49c5bd1d ServiceInvariantUUID:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactUUID:a56c270e-58ea-485c-8867-834e220b0cd0 ArtifactChecksum:YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d59ded1-c82a 0 ResourceCustomizationUUID:133eb4b6-41ad-4583-ae08-82e55429d115 ResourceInvariantUUID:6162da41-54f1-4a9d-952d-ef60abf2c385 ResourceName:pNF 6d59ded1-c82a ResourceType:PNF ResourceUUID:ea1fcd1c-d846-49f4-b834-d17c91d4a50f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:27:10.015Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:27:10.073Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:27:10.073Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:27:10.073Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:27:10.073Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0 from URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:10.073Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:27:10.074Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:10.338Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:27:10.342Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar a56c270e-58ea-485c-8867-834e220b0cd0 88008 2023-03-23T13:27:10.342Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:27:10.342Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:10.342Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:27:10.342Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:10.343Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:10.343Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578030342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:11.343Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:27:11.344Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:27:11.344Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0, URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar to file: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:11.344Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:11.345Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:11.345Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:11.438Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17248840770113481302/Definitions/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml 2023-03-23T13:27:12.115Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:27:12.116Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d59ded1-c82a 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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:27:12.117Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:27:12.118Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:12.118Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:12.119Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T13:27:12.119Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:27:12.119Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:27:12.119Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:12.119Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:12.119Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:12.119Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:12.119Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:12.119Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:12.119Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:12.119Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:12.120Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:12.120Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:12.120Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qmKu0IiQtL14aXlj0mwS Description:catalog service description Model UUID:341816f4-b803-48c2-a119-f19f49c5bd1d Model Version:NULL Model InvariantUuid:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 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-23T13:27:12.162Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||ERROR|500||Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists 2023-03-23T13:27:12.163Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:27:12.163Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists) 2023-03-23T13:27:12.163Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:27:12.163Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:12.163Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:12.163Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578032162, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:13.164Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:27:13.164Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists) 2023-03-23T13:27:13.164Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:27:13.165Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:13.165Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:13.165Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578033164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:14.166Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:27:14.193Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:27:14.197Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:27:14.198Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:27:14.198Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:27:14.198Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:27:14.198Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:27:14.198Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:27:14.198Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:27:14.198Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:27:14.198Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:27:14.213Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:27:44.213Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:27:44.222Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and serviceModelVersionId: 341816f4-b803-48c2-a119-f19f49c5bd1d 2023-03-23T13:27:44.222Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 2023-03-23T13:27:44.224Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 2023-03-23T13:27:44.229Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:27:44.258Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:27:44.259Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||Invoke 2023-03-23T13:27:44.265Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:27:44.422Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||InvokeReturn 2023-03-23T13:27:44.422Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:27:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[647264], x-aai-txid=[1-aai-resources-230323-13:27:42:454-13752], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:27:44.424Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:27:44.425Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:27:44.425Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:27:44.436Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:27:44.436Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:27:44.437Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:27:44.437Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:44.437Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:44.437Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578064436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:27:45.471Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:27:45.472Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"eb1868dd-7bb4-4ba1-a9ef-373145db848d","serviceName":"Demo_pNF_pHxYVKghYIVeXvrjUC6W","serviceVersion":"1.0","serviceUUID":"74311808-79e5-4380-99af-4632cacfcb23","serviceDescription":"catalog service description","serviceInvariantUUID":"da95f872-9813-42b5-bf68-ed5422161feb","resources":[{"resourceInstanceName":"pNF d1fbb461-99b7 0","resourceName":"pNF d1fbb461-99b7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"340c1941-d3e9-4226-ac19-f57c4cf51179","resourceInvariantUUID":"5ce10c3c-bbcd-405e-a1b5-b469478cda74","resourceCustomizationUUID":"fb618d18-b805-4f0f-b435-556ef3e97d85","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml","artifactChecksum":"ZGE2OTg2YTJhM2Y1YTliYTYxYjFkOTM0Mzk4YTJlZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72bb70ef-3971-40bf-87b0-0548301b7faa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"100afad2-b565-4db5-81d9-f99f2fc5f662","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edd74bbe-7662-423d-831c-1326c5bc1b32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml","artifactChecksum":"Y2M3YzAyZGFlMTI4Yjc5MTJiODE1NzEyZTNlOWQxZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6cd9b0fb-9b61-4243-a070-0682195e341f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1de2baf6-265c-4841-8396-1f916435b6e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39edcd22-b0ec-40f4-8a4a-542ff7ede2c2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactChecksum":"NWNkYThkMDU2MGZjMGViMzM2NGFjZjA1MDkxNjgxNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"641d030b-db38-4daa-aa68-9698f243f0a8","artifactVersion":"1"},{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactChecksum":"ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bae75039-32d0-4ba8-ab06-41f1c7e6af02","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:27:45.472Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:45.473Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:45.473Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:45.473Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:46.478Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:46.478Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:46.478Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:46.479Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:47.479Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:47.480Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:47.480Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:47.480Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:48.481Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:48.481Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:48.481Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:48.481Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578020978, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578030342, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578032162, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578033164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "cds-sdc-listener", "timestamp": 1679578035155, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "ves-openapi-manager", "timestamp": 1679578033207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "aai-model-loader", "timestamp": 1679578041160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578033635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "policy-distribution-id", "timestamp": 1679578036012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578044450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "cds-sdc-listener", "timestamp": 1679578035155, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "ves-openapi-manager", "timestamp": 1679578033207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "aai-model-loader", "timestamp": 1679578041160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578033635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "policy-distribution-id", "timestamp": 1679578036012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578044450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "cds-sdc-listener", "timestamp": 1679578035155, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "ves-openapi-manager", "timestamp": 1679578033207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "aai-model-loader", "timestamp": 1679578041160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578033635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "policy-distribution-id", "timestamp": 1679578036012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578044450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "cds-sdc-listener", "timestamp": 1679578035155, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "ves-openapi-manager", "timestamp": 1679578033207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "aai-model-loader", "timestamp": 1679578041160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578033635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "policy-distribution-id", "timestamp": 1679578036012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578044450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "cds-sdc-listener", "timestamp": 1679578035155, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "ves-openapi-manager", "timestamp": 1679578033207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "aai-model-loader", "timestamp": 1679578041160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578033635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "policy-distribution-id", "timestamp": 1679578036012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578044450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "cds-sdc-listener", "timestamp": 1679578035155, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "ves-openapi-manager", "timestamp": 1679578033207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "aai-model-loader", "timestamp": 1679578041160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578033635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "policy-distribution-id", "timestamp": 1679578036012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578044450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "cds-sdc-listener", "timestamp": 1679578035155, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "ves-openapi-manager", "timestamp": 1679578033207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "aai-model-loader", "timestamp": 1679578041160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578033635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "policy-distribution-id", "timestamp": 1679578036012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578044450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "cds-sdc-listener", "timestamp": 1679578035155, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "ves-openapi-manager", "timestamp": 1679578033207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "aai-model-loader", "timestamp": 1679578041160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578033635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "policy-distribution-id", "timestamp": 1679578036012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578044450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "ves-openapi-manager", "timestamp": 1679578033207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "cds-sdc-listener", "timestamp": 1679578035155, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.189Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "aai-model-loader", "timestamp": 1679578041160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578033635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "policy-distribution-id", "timestamp": 1679578036012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578044450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "ves-openapi-manager", "timestamp": 1679578033207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "cds-sdc-listener", "timestamp": 1679578035155, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "aai-model-loader", "timestamp": 1679578041160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "policy-distribution-id", "timestamp": 1679578036012, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:27:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578033635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578044450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578055076, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "policy-distribution-id", "timestamp": 1679578054371, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "cds-sdc-listener", "timestamp": 1679578055535, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "aai-model-loader", "timestamp": 1679578054815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578055407, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "policy-distribution-id", "timestamp": 1679578055375, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:27:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578056184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-03-23T13:27:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "policy-distribution-id", "timestamp": 1679578056378, "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-23T13:27:49.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec 2023-03-23T13:27:49.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec 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-23T13:27:49.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578057342, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-03-23T13:27:49.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578057427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:27:49.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.250Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578058462, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-03-23T13:27:49.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.251Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578058429, "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-23T13:27:49.264Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec 2023-03-23T13:27:49.264Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec 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-23T13:27:49.285Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.286Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578059600, "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-23T13:27:49.302Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec 2023-03-23T13:27:49.302Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec 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-23T13:27:49.321Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.321Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "multicloud-k8s", "timestamp": 1679578060603, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-23T13:27:49.321Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.321Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.321Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "aai-model-loader", "timestamp": 1679578060753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:27:49.322Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.322Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.322Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "aai-model-loader", "timestamp": 1679578061755, "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-23T13:27:49.332Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec 2023-03-23T13:27:49.332Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec 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-23T13:27:49.351Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.351Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578064436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:27:49.351Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.351Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.351Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.351Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.351Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.351Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.351Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.351Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.352Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.352Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.352Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T13:27:49.352Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:27:49.352Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:27:49.482Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:49.482Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:49.482Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:49.482Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:50.483Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:50.483Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:50.483Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:50.483Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:51.485Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:51.485Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:51.485Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:51.486Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:52.486Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:27:52.487Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:52.487Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:52.487Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:53.488Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "serviceName": "Demo_pNF_pHxYVKghYIVeXvrjUC6W", "serviceVersion": "1.0", "serviceUUID": "74311808-79e5-4380-99af-4632cacfcb23", "serviceDescription": "catalog service description", "serviceInvariantUUID": "da95f872-9813-42b5-bf68-ed5422161feb", "resources": [ { "resourceInstanceName": "pNF d1fbb461-99b7 0", "resourceCustomizationUUID": "fb618d18-b805-4f0f-b435-556ef3e97d85", "resourceName": "pNF d1fbb461-99b7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "340c1941-d3e9-4226-ac19-f57c4cf51179", "resourceInvariantUUID": "5ce10c3c-bbcd-405e-a1b5-b469478cda74", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactChecksum": "ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bae75039-32d0-4ba8-ab06-41f1c7e6af02" } ], "workloadContext": "Production" } 2023-03-23T13:27:53.488Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:27:53.488Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 74311808-79e5-4380-99af-4632cacfcb23 ASDC 2023-03-23T13:27:53.488Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:eb1868dd-7bb4-4ba1-a9ef-373145db848d ServiceName:Demo_pNF_pHxYVKghYIVeXvrjUC6W ServiceVersion:1.0 ServiceUUID:74311808-79e5-4380-99af-4632cacfcb23 ServiceInvariantUUID:da95f872-9813-42b5-bf68-ed5422161feb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactUUID:bae75039-32d0-4ba8-ab06-41f1c7e6af02 ArtifactChecksum:ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d1fbb461-99b7 0 ResourceCustomizationUUID:fb618d18-b805-4f0f-b435-556ef3e97d85 ResourceInvariantUUID:5ce10c3c-bbcd-405e-a1b5-b469478cda74 ResourceName:pNF d1fbb461-99b7 ResourceType:PNF ResourceUUID:340c1941-d3e9-4226-ac19-f57c4cf51179 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:27:53.488Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74311808-79e5-4380-99af-4632cacfcb23 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T13:27:53.546Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:27:53.546Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:27:53.546Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:27:53.547Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 from URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:53.547Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:27:53.547Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:53.810Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:27:53.814Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar bae75039-32d0-4ba8-ab06-41f1c7e6af02 88025 2023-03-23T13:27:53.814Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T13:27:53.814Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:53.814Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:27:53.814Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:53.814Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:53.814Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578073814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:54.815Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:27:54.816Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:27:54.816Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02, URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar to file: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:54.816Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:54.817Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:54.817Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:54.899Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8287482532356677729/Definitions/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml 2023-03-23T13:27:55.504Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:27:55.504Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:27:55.504Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:55.505Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:27:55.505Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:55.505Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:55.505Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1fbb461-99b7 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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:55.505Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:55.505Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:55.505Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:55.505Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:55.505Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:27:55.506Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:55.506Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:55.506Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T13:27:55.506Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:27:55.506Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:27:55.506Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:55.506Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:55.507Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T13:27:55.507Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:27:55.507Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:27:55.507Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:55.507Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:55.507Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:55.507Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:55.507Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:55.508Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:55.508Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:55.508Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:55.508Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:55.508Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:55.508Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_pHxYVKghYIVeXvrjUC6W Description:catalog service description Model UUID:74311808-79e5-4380-99af-4632cacfcb23 Model Version:NULL Model InvariantUuid:da95f872-9813-42b5-bf68-ed5422161feb 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-23T13:27:55.526Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:27:55.530Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||pNF d1fbb461-99b7 0 2023-03-23T13:27:55.530Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 2023-03-23T13:27:55.530Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 74311808-79e5-4380-99af-4632cacfcb23 2023-03-23T13:27:55.530Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 74311808-79e5-4380-99af-4632cacfcb23 2023-03-23T13:27:55.530Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d1fbb461-99b7 0 340c1941-d3e9-4226-ac19-f57c4cf51179 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-23T13:27:55.541Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77669577, org.onap.sdc.toscaparser.api.parameters.Input@42375d59, org.onap.sdc.toscaparser.api.parameters.Input@1ce2d793, org.onap.sdc.toscaparser.api.parameters.Input@26f1eaa, org.onap.sdc.toscaparser.api.parameters.Input@4161febd] 2023-03-23T13:27:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 74311808-79e5-4380-99af-4632cacfcb23: pNF d1fbb461-99b7 2023-03-23T13:27:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Processing PNF resource: 340c1941-d3e9-4226-ac19-f57c4cf51179 2023-03-23T13:27:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:27:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:27:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Resource customization UUID: fb618d18-b805-4f0f-b435-556ef3e97d85 is the same as notified resource customizationUUID: fb618d18-b805-4f0f-b435-556ef3e97d85 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-23T13:27:55.624Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d1fbb461-99b7 340c1941-d3e9-4226-ac19-f57c4cf51179 0 ASDC deployResourceStructure 2023-03-23T13:27:55.624Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T13:27:55.625Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:27:55.625Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:27:55.625Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:27:55.625Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:27:55.625Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578075624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:27:56.626Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:27:56.652Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:27:56.657Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:27:56.657Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:27:56.657Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:27:56.657Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:27:56.657Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:27:56.657Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:27:56.657Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:27:56.657Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:27:56.657Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:27:56.669Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:28:26.669Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:28:26.682Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and serviceModelVersionId: 74311808-79e5-4380-99af-4632cacfcb23 2023-03-23T13:28:26.683Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da95f872-9813-42b5-bf68-ed5422161feb 2023-03-23T13:28:26.683Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 2023-03-23T13:28:26.690Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:28:26.711Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||Invoke 2023-03-23T13:28:26.711Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb1868dd-7bb4-4ba1-a9ef-373145db848d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76c2f9c0-db88-4e08-a283-32d8901b123b], X-ECOMP-RequestID=[eb1868dd-7bb4-4ba1-a9ef-373145db848d], X-TransactionId=[], X-ONAP-RequestID=[eb1868dd-7bb4-4ba1-a9ef-373145db848d], Content-Type=[application/merge-patch+json]} 2023-03-23T13:28:26.718Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:28:26.873Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:28:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[282760], x-aai-txid=[1-aai-resources-230323-13:28:24:905-91023], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:28:26.874Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:28:26.874Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||InvokeReturn 2023-03-23T13:28:26.874Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:28:26.874Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:28:26.883Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:28:26.883Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb1868dd-7bb4-4ba1-a9ef-373145db848d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:28:26.883Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:28:26.884Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:28:26.884Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:28:26.884Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578106883, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:28:27.915Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T13:28:27.915Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-23T13:28:27.916Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:28:27.916Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:28:27.916Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:28:27.916Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T13:28:27.919Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-187c67ca-8c9e-4599-85dc-0cbe86441b81 2023-03-23T13:28:27.919Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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=19, 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-23T13:28:27.919Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:28:27.919Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T13:28:29.749Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:28:32.761Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:28:35.769Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:28:38.776Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:28:41.785Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:28:44.796Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:28:47.808Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:28:49.172Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:28:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:28:49.188Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T13:28:49.193Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=88, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:28:49.193Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=88, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-187c67ca-8c9e-4599-85dc-0cbe86441b81', protocol='range'} 2023-03-23T13:28:49.199Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 88: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-187c67ca-8c9e-4599-85dc-0cbe86441b81=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T13:28:49.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=88, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-187c67ca-8c9e-4599-85dc-0cbe86441b81', protocol='range'} 2023-03-23T13:28:49.213Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=88, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:28:49.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:28:49.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:28:49.214Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T13:28:49.214Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:28:49.216Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:28:49.217Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:28:49.217Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:28:49.217Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:28:49.217Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:28:49.217Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=13, 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-23T13:28:49.218Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:28:49.218Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:28:49.218Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:28:49.219Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3821, offsetEpoch=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-23T13:28:49.219Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:28:49.219Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:28:50.228Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.228Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:28:50.229Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:28:50.230Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:28:50.230Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:28:50.230Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:28:50.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.241Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679577585346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:28:50.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578073814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:28:50.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.242Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578075624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:28:50.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "policy-distribution-id", "timestamp": 1679578057379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "cds-sdc-listener", "timestamp": 1679578056539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.243Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "ves-openapi-manager", "timestamp": 1679578074352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "multicloud-k8s", "timestamp": 1679578061605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "aai-model-loader", "timestamp": 1679578071160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578074450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "policy-distribution-id", "timestamp": 1679578057379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.244Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "ves-openapi-manager", "timestamp": 1679578074352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "cds-sdc-listener", "timestamp": 1679578056539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "multicloud-k8s", "timestamp": 1679578061605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:28:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "aai-model-loader", "timestamp": 1679578071160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.245Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578074450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "ves-openapi-manager", "timestamp": 1679578074352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.246Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "cds-sdc-listener", "timestamp": 1679578056539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "policy-distribution-id", "timestamp": 1679578057379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T13:28:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "multicloud-k8s", "timestamp": 1679578061605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T13:28:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "aai-model-loader", "timestamp": 1679578071160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.247Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578074450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "ves-openapi-manager", "timestamp": 1679578074352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "cds-sdc-listener", "timestamp": 1679578056539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "policy-distribution-id", "timestamp": 1679578057379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "multicloud-k8s", "timestamp": 1679578061605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.248Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "aai-model-loader", "timestamp": 1679578071160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578074450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "ves-openapi-manager", "timestamp": 1679578074352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "cds-sdc-listener", "timestamp": 1679578056539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "policy-distribution-id", "timestamp": 1679578057379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "aai-model-loader", "timestamp": 1679578071160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "multicloud-k8s", "timestamp": 1679578061605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578074450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.249Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "ves-openapi-manager", "timestamp": 1679578074352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "cds-sdc-listener", "timestamp": 1679578056539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "policy-distribution-id", "timestamp": 1679578057379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "multicloud-k8s", "timestamp": 1679578061605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "aai-model-loader", "timestamp": 1679578071160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578074450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "ves-openapi-manager", "timestamp": 1679578074352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "policy-distribution-id", "timestamp": 1679578057379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "cds-sdc-listener", "timestamp": 1679578056539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.250Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "multicloud-k8s", "timestamp": 1679578061605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "aai-model-loader", "timestamp": 1679578071160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578074450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "ves-openapi-manager", "timestamp": 1679578074352, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "policy-distribution-id", "timestamp": 1679578057379, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "cds-sdc-listener", "timestamp": 1679578056539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "multicloud-k8s", "timestamp": 1679578061605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:28:50.251Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "aai-model-loader", "timestamp": 1679578071160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578074450, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "multicloud-k8s", "timestamp": 1679578088132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "cds-sdc-listener", "timestamp": 1679578088593, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "policy-distribution-id", "timestamp": 1679578087430, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "aai-model-loader", "timestamp": 1679578087863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578088444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:28:50.252Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "policy-distribution-id", "timestamp": 1679578088433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:28:50.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "multicloud-k8s", "timestamp": 1679578089323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-23T13:28:50.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.253Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "policy-distribution-id", "timestamp": 1679578089435, "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-23T13:28:50.288Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 2023-03-23T13:28:50.288Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 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-23T13:28:50.306Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.306Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "multicloud-k8s", "timestamp": 1679578090423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-23T13:28:50.306Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.306Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.306Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578090491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:28:50.306Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.306Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.306Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "multicloud-k8s", "timestamp": 1679578091475, "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-23T13:28:50.318Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 2023-03-23T13:28:50.318Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 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-23T13:28:50.333Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.334Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578091494, "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-23T13:28:50.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 2023-03-23T13:28:50.347Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 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-23T13:28:50.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "multicloud-k8s", "timestamp": 1679578092476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-23T13:28:50.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "aai-model-loader", "timestamp": 1679578093368, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:28:50.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.368Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "aai-model-loader", "timestamp": 1679578094370, "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-23T13:28:50.381Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 2023-03-23T13:28:50.381Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 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-23T13:28:50.406Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578106883, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:28:50.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "cds-sdc-listener", "timestamp": 1679578089595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "policy-distribution-id", "timestamp": 1679578090438, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.407Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "multicloud-k8s", "timestamp": 1679578093479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "ves-openapi-manager", "timestamp": 1679578088354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "aai-model-loader", "timestamp": 1679578101160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578104450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.408Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "cds-sdc-listener", "timestamp": 1679578089595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "policy-distribution-id", "timestamp": 1679578090438, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "multicloud-k8s", "timestamp": 1679578093479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.409Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "ves-openapi-manager", "timestamp": 1679578088354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "aai-model-loader", "timestamp": 1679578101160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578104450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.410Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "cds-sdc-listener", "timestamp": 1679578089595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "policy-distribution-id", "timestamp": 1679578090438, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "multicloud-k8s", "timestamp": 1679578093479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "ves-openapi-manager", "timestamp": 1679578088354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.411Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "aai-model-loader", "timestamp": 1679578101160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578104450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "cds-sdc-listener", "timestamp": 1679578089595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.412Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "policy-distribution-id", "timestamp": 1679578090438, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "aai-model-loader", "timestamp": 1679578101160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "ves-openapi-manager", "timestamp": 1679578088354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "multicloud-k8s", "timestamp": 1679578093479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578104450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "cds-sdc-listener", "timestamp": 1679578089595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.413Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "policy-distribution-id", "timestamp": 1679578090438, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "aai-model-loader", "timestamp": 1679578101160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "ves-openapi-manager", "timestamp": 1679578088354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "multicloud-k8s", "timestamp": 1679578093479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578104450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "cds-sdc-listener", "timestamp": 1679578089595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "policy-distribution-id", "timestamp": 1679578090438, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "aai-model-loader", "timestamp": 1679578101160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.414Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "ves-openapi-manager", "timestamp": 1679578088354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "multicloud-k8s", "timestamp": 1679578093479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578104450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "cds-sdc-listener", "timestamp": 1679578089595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "policy-distribution-id", "timestamp": 1679578090438, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "ves-openapi-manager", "timestamp": 1679578088354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "multicloud-k8s", "timestamp": 1679578093479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "aai-model-loader", "timestamp": 1679578101160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.415Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578104450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "cds-sdc-listener", "timestamp": 1679578089595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "policy-distribution-id", "timestamp": 1679578090438, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "ves-openapi-manager", "timestamp": 1679578088354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "aai-model-loader", "timestamp": 1679578101160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "multicloud-k8s", "timestamp": 1679578093479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578104450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "cds-sdc-listener", "timestamp": 1679578089595, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.416Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "policy-distribution-id", "timestamp": 1679578090438, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "ves-openapi-manager", "timestamp": 1679578088354, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "aai-model-loader", "timestamp": 1679578101160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "multicloud-k8s", "timestamp": 1679578093479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578104450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "cds-sdc-listener", "timestamp": 1679578118402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.417Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "policy-distribution-id", "timestamp": 1679578117238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:28:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "aai-model-loader", "timestamp": 1679578117692, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:28:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578118202, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:28:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "policy-distribution-id", "timestamp": 1679578118241, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:28:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.418Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "policy-distribution-id", "timestamp": 1679578119243, "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-23T13:28:50.457Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40698359-543a-4c50-8f8e-beb234359e90 2023-03-23T13:28:50.457Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40698359-543a-4c50-8f8e-beb234359e90 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-23T13:28:50.478Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.479Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578119886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:28:50.479Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.479Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.479Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679578120889, "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-23T13:28:50.491Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40698359-543a-4c50-8f8e-beb234359e90 2023-03-23T13:28:50.491Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40698359-543a-4c50-8f8e-beb234359e90 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-23T13:28:50.510Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.511Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "aai-model-loader", "timestamp": 1679578121912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:28:50.511Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:28:50.511Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-03-23T13:28:50.511Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "aai-model-loader", "timestamp": 1679578122921, "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-23T13:28:50.523Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40698359-543a-4c50-8f8e-beb234359e90 2023-03-23T13:28:50.524Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40698359-543a-4c50-8f8e-beb234359e90 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-23T13:28:51.231Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:28:51.231Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:28:51.231Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:28:51.231Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:28:52.233Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:28:52.233Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:28:52.233Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:28:52.233Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:28:53.235Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:28:53.235Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:28:53.235Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:28:53.235Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:28:54.236Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:28:54.236Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:28:54.236Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:28:54.237Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:28:55.237Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:28:55.238Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:28:55.238Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:28:55.238Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:28:56.238Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:28:56.239Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:28:56.239Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:28:56.239Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:28:57.240Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T13:28:57.240Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:28:57.240Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T13:28:57.241Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:28:57.241Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:28:57.282Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:28:57.282Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:28:57.283Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:28:57.283Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T13:28:57.283Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:28:57.283Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T13:28:57.305Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:28:57.305Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6d68294 2023-03-23T13:28:57.306Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:28:57.306Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T13:28:57.306Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:28:57.306Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T13:28:57.306Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T13:28:57.306Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:28:57.306Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:28:57.306Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:28:57.306Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578137306, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:28:58.307Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T13:28:58.342Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:28:58.342Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:28:58.347Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T13:28:58.347Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T13:28:58.347Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T13:28:58.347Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:28:58.347Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T13:28:58.378Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:28:58.379Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7b8beb3e 2023-03-23T13:28:58.379Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:28:58.379Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T13:28:58.379Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:28:58.379Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T13:28:58.379Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T13:28:58.379Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:28:58.379Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:28:58.379Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:28:58.379Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578138379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:28:59.380Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T13:28:59.381Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:28:59.405Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:28:59.409Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:28:59.409Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:29:29.410Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:29:29.435Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:29:29.440Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:29:29.440Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:29:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:29:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T13:29:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:29:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:29:59.440Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:29:59.467Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:29:59.474Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:29:59.475Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:30:29.475Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:30:29.503Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:30:29.508Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:30:29.508Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:30:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:30:49.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T13:30:49.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:30:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:30:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T13:30:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T13:30:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:30:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T13:30:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:30:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:30:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T13:30:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T13:30:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:30:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T13:30:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:30:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:30:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T13:30:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:30:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:30:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T13:30:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578137306, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:30:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:30:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T13:30:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578138379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:30:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:30:59.508Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:30:59.545Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:30:59.551Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:30:59.551Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:31:29.551Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:31:29.587Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:31:29.594Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:31:29.595Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:31:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:31:59.595Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:31:59.620Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:31:59.627Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:31:59.627Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:32:29.627Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:32:29.652Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:32:29.657Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:32:29.657Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:32:49.173Z|356e5ecc-d46a-46f7-badc-32b46fa53983|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:32:59.658Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:32:59.684Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:32:59.690Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:32:59.690Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:33:29.691Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:33:29.724Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:33:29.730Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:33:29.730Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:33:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:33:50.286Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:33:50.286Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-187c67ca-8c9e-4599-85dc-0cbe86441b81 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-23T13:33:50.286Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T13:33:50.286Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T13:33:52.859Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:33:52.872Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:33:52.873Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T13:33:52.877Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=89, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:33:52.877Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 89: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T13:33:52.891Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=89, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:33:52.891Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T13:33:52.892Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:33:52.906Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:33:52.906Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:33:52.906Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:33:52.907Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=3964, offsetEpoch=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-23T13:33:52.907Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:33:52.907Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:33:59.730Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T13:33:59.731Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:33:59.740Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T13:33:59.741Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T13:33:59.741Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T13:33:59.744Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:33:59.759Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:33:59.761Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T13:33:59.768Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T13:33:59.807Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T13:33:59.808Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 13:33:57 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[35], x-aai-txid=[2-aai-resources-230323-13:33:57:954-51748], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:33:59.810Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T13:33:59.813Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:33:59.813Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T13:33:59.814Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:33:59.814Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T13:33:59.823Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:33:59.823Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:33:59.823Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T13:33:59.823Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:33:59.823Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:33:59.823Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578439823, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:33:59.843Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:33:59.843Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578439823, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T13:33:59.844Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-23T13:34:00.853Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:34:00.853Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cb9a0670-fdaa-4040-a746-0cec6c8479df","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e45fd639-5114-45d1-8f98-09296814703b","serviceDescription":"service","serviceInvariantUUID":"aea2f03e-4830-4f22-b445-64179a3c2e96","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"21654d5c-6d16-44b1-ad0c-32ccb7e1c047","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":"MzgzZjcxNDdkYTIwNjQyNWQxYjVhYjAzMmY1NjE1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"531d7c0d-fb6b-40c7-a592-63ed9bf18f6f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d361ab15-4d9e-4f87-a173-2592c49ee813","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:34:00.854Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:34:00.854Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:00.854Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:00.854Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:34:01.855Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:34:01.856Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:01.856Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:01.856Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:02.857Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e45fd639-5114-45d1-8f98-09296814703b", "serviceDescription": "service", "serviceInvariantUUID": "aea2f03e-4830-4f22-b445-64179a3c2e96", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "21654d5c-6d16-44b1-ad0c-32ccb7e1c047", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d361ab15-4d9e-4f87-a173-2592c49ee813" } ], "workloadContext": "Production" } 2023-03-23T13:34:02.857Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:34:02.857Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45fd639-5114-45d1-8f98-09296814703b ASDC 2023-03-23T13:34:02.858Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:cb9a0670-fdaa-4040-a746-0cec6c8479df ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e45fd639-5114-45d1-8f98-09296814703b ServiceInvariantUUID:aea2f03e-4830-4f22-b445-64179a3c2e96 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:d361ab15-4d9e-4f87-a173-2592c49ee813 ArtifactChecksum:ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-23T13:34:02.858Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45fd639-5114-45d1-8f98-09296814703b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:34:02.902Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:34:02.902Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:34:02.902Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:34:02.902Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:34:02.903Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:34:02.903Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:34:02.931Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:34:02.931Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2d49b45f 2023-03-23T13:34:02.932Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:34:02.932Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-23T13:34:02.932Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d361ab15-4d9e-4f87-a173-2592c49ee813 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:34:02.932Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:34:02.932Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is not found) 2023-03-23T13:34:02.932Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:34:02.933Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:02.933Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:02.933Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578442932, "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-23T13:34:03.934Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:d361ab15-4d9e-4f87-a173-2592c49ee813) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T13:34:03.977Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists 2023-03-23T13:34:03.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:34:03.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists) 2023-03-23T13:34:03.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:34:03.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:03.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:03.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578443978, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:04.979Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:34:04.979Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-23T13:34:04.980Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:34:04.980Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:04.980Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:04.980Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578444979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:05.981Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:34:06.001Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:34:06.005Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:34:06.005Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:34:06.005Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:34:06.005Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:34:06.005Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:34:06.005Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:34:06.005Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:34:06.005Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:34:06.005Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:34:06.017Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:34:36.017Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:34:36.029Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and serviceModelVersionId: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T13:34:36.029Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea2f03e-4830-4f22-b445-64179a3c2e96 2023-03-23T13:34:36.029Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 2023-03-23T13:34:36.035Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:34:36.054Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||Invoke 2023-03-23T13:34:36.054Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e38f5665-e385-46e5-9bcf-64552eaf6181], X-ECOMP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-TransactionId=[], X-ONAP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], Content-Type=[application/merge-patch+json]} 2023-03-23T13:34:36.060Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:34:36.188Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:34:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[278568], x-aai-txid=[2-aai-resources-230323-13:34:34:244-48071], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:34:36.189Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:34:36.189Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||InvokeReturn 2023-03-23T13:34:36.189Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:34:36.189Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:34:36.198Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:34:36.198Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb9a0670-fdaa-4040-a746-0cec6c8479df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:34:36.198Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:34:36.198Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:36.199Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:36.199Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578476198, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:34:37.227Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:34:37.227Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"52b59d89-63ea-4683-b920-7ca2a36b51cc","serviceName":"Demo_pNF_nNhaXs3XD4ZVVBsHuxA1","serviceVersion":"1.0","serviceUUID":"9dfe125f-b0af-458c-9072-fe2538a83f36","serviceDescription":"catalog service description","serviceInvariantUUID":"fb2dc051-de24-4766-9c47-994c8d5a0431","resources":[{"resourceInstanceName":"pNF f3c4dfd7-82d9 0","resourceName":"pNF f3c4dfd7-82d9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"874a0dc3-2f4c-46cb-8f84-8747b567f730","resourceInvariantUUID":"383a85a2-d7af-4c97-bc09-4b6581c8c9ef","resourceCustomizationUUID":"136aeb8c-5891-456d-a4bf-383ed78d0d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml","artifactChecksum":"ZmEwMzQwYmI3YTEzZmM5OTg0NjI1YWNmMjhhNmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b27ec1ed-5edb-4b3b-a795-9de5b034918c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf7b8044-e51d-495f-bc10-1c4e1bbe8e5d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0dd1941-bdee-43cb-9c6d-d92b577a8e26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml","artifactChecksum":"YWJhZGVmMDkzYTU3ODU0ZTYyMTM5ODM4MDc0MzkxZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d960d7-f59f-4895-9e7b-8d1e255fe83c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ed2b9da-b57f-4348-beba-0f4fa1e2c029","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85ab0328-16f6-4a47-8691-103fef1f16d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactChecksum":"MDg3Nzk5MTRiMThhNTljYTJkYWQxNjc5YzFkZWI5NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae48e3b-9444-44f7-9567-b3707c5b5795","artifactVersion":"1"},{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactChecksum":"YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be742e24-eea6-4edc-86bd-beedc8ec33f4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:34:37.227Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:34:37.228Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:37.228Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:37.228Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:38.229Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:34:38.229Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:38.230Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:38.230Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:39.232Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:34:39.232Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:39.232Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:39.232Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:40.233Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:34:40.234Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:40.234Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:40.234Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:41.234Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:34:41.235Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:41.235Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:41.235Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:42.236Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:34:42.237Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:42.237Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:42.237Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:43.238Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:34:43.239Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:43.239Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:43.239Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:44.240Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:34:44.241Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:44.241Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:44.241Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:45.242Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "serviceName": "Demo_pNF_nNhaXs3XD4ZVVBsHuxA1", "serviceVersion": "1.0", "serviceUUID": "9dfe125f-b0af-458c-9072-fe2538a83f36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fb2dc051-de24-4766-9c47-994c8d5a0431", "resources": [ { "resourceInstanceName": "pNF f3c4dfd7-82d9 0", "resourceCustomizationUUID": "136aeb8c-5891-456d-a4bf-383ed78d0d18", "resourceName": "pNF f3c4dfd7-82d9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "874a0dc3-2f4c-46cb-8f84-8747b567f730", "resourceInvariantUUID": "383a85a2-d7af-4c97-bc09-4b6581c8c9ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactChecksum": "YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be742e24-eea6-4edc-86bd-beedc8ec33f4" } ], "workloadContext": "Production" } 2023-03-23T13:34:45.242Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:34:45.242Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC 2023-03-23T13:34:45.242Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:52b59d89-63ea-4683-b920-7ca2a36b51cc ServiceName:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 ServiceVersion:1.0 ServiceUUID:9dfe125f-b0af-458c-9072-fe2538a83f36 ServiceInvariantUUID:fb2dc051-de24-4766-9c47-994c8d5a0431 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactUUID:be742e24-eea6-4edc-86bd-beedc8ec33f4 ArtifactChecksum:YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f3c4dfd7-82d9 0 ResourceCustomizationUUID:136aeb8c-5891-456d-a4bf-383ed78d0d18 ResourceInvariantUUID:383a85a2-d7af-4c97-bc09-4b6581c8c9ef ResourceName:pNF f3c4dfd7-82d9 ResourceType:PNF ResourceUUID:874a0dc3-2f4c-46cb-8f84-8747b567f730 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:34:45.243Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:34:45.294Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:34:45.295Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:34:45.295Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:34:45.295Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 from URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:45.295Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:34:45.295Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:45.577Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:34:45.581Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar be742e24-eea6-4edc-86bd-beedc8ec33f4 88024 2023-03-23T13:34:45.582Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:34:45.582Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:45.582Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:34:45.582Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:45.582Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:45.582Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578485582, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:46.583Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:34:46.583Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:34:46.584Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4, URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar to file: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:46.584Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:46.584Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:46.584Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:46.659Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4617437396387064575/Definitions/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml 2023-03-23T13:34:47.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:34:47.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:34:47.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:47.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:34:47.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:47.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:47.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:47.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:47.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:47.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:47.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3c4dfd7-82d9 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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:34:47.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:34:47.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:34:47.282Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:34:47.282Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:34:47.282Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:34:47.282Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:34:47.282Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 Description:catalog service description Model UUID:9dfe125f-b0af-458c-9072-fe2538a83f36 Model Version:NULL Model InvariantUuid:fb2dc051-de24-4766-9c47-994c8d5a0431 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-23T13:34:47.323Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||ERROR|500||Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists 2023-03-23T13:34:47.323Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:34:47.323Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists) 2023-03-23T13:34:47.323Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:34:47.323Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:47.323Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:47.323Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578487323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:48.324Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:34:48.324Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists) 2023-03-23T13:34:48.324Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:34:48.324Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:34:48.325Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:34:48.325Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578488324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:34:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:34:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:34:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578442932, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:34:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578443978, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } 2023-03-23T13:34:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578444979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-23T13:34:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578476198, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:34:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:34:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:34:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:34:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:34:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:34:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:34:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:34:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:34:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578485582, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:34:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578487323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } 2023-03-23T13:34:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:34:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578488324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } 2023-03-23T13:34:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:34:49.326Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:34:49.351Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:34:49.355Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:34:49.356Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:34:49.356Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:34:49.356Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:34:49.356Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:34:49.356Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:34:49.356Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:34:49.356Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:34:49.356Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:34:49.371Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:35:19.371Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:35:19.382Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and serviceModelVersionId: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T13:35:19.382Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb2dc051-de24-4766-9c47-994c8d5a0431 2023-03-23T13:35:19.383Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 2023-03-23T13:35:19.388Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:35:19.405Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||Invoke 2023-03-23T13:35:19.405Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[31b09446-345c-41b5-84a7-170e1ef95ecc], X-ECOMP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-TransactionId=[], X-ONAP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], Content-Type=[application/merge-patch+json]} 2023-03-23T13:35:19.414Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:35:19.547Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:35:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[290880], x-aai-txid=[1-aai-resources-230323-13:35:17:599-86815], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:35:19.547Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:35:19.548Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||InvokeReturn 2023-03-23T13:35:19.548Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:35:19.548Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:35:19.557Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:35:19.557Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52b59d89-63ea-4683-b920-7ca2a36b51cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:35:19.557Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:35:19.558Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:35:19.558Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:35:19.558Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578519557, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:35:20.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:35:20.596Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ed92f4e-8831-4dae-9fc4-c913f13bfd2c","serviceDescription":"service","serviceInvariantUUID":"115c97a5-6a7d-42b4-b591-3979a0412d3b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fe72a46-0d46-46e5-8866-e7fce4f0a06a","resourceInvariantUUID":"6e27cd0c-c310-40ee-9850-c0f1e80de350","resourceCustomizationUUID":"5f375cfc-5f6b-4d90-9e43-a0c43c59ed43","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":"ZTgxNDk5MjBjNTBhOTMxMzI4NmQ4YTBiNmZkYTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c041d87-eb2c-4d84-9d4d-31212d4468c6","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":"MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d62f33-82cc-40ce-8b50-84f0f1a34ead","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":"8f92056e-cf8a-42b6-a1c2-a316e42d926a","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":"1cc09c01-2b85-48eb-b655-deed1d092c01","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":"57ae6deb-27f1-493a-ab0e-a34b5603044d","artifactVersion":"2","generatedFromUUID":"8f92056e-cf8a-42b6-a1c2-a316e42d926a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTczMjFiNDA3Y2M4YzM4ZTZkOGIyN2ZmNmQ3MzJmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba26974d-114e-45b4-a5fd-935e1103ec61","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc1bac0f-0922-46bc-b871-8dcfd7221db1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:35:20.596Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:35:20.601Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:35:20.601Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:35:20.601Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:35:21.603Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:35:21.603Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:35:21.604Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:35:21.604Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:35:22.605Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:35:22.606Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:35:22.606Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:35:22.606Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:35:23.607Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:35:23.607Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:35:23.607Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:35:23.608Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:35:24.608Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:35:24.609Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:35:24.609Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:35:24.609Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:35:25.610Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:35:25.610Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:35:25.611Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:35:25.611Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:35:26.611Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:35:26.612Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:35:26.612Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:35:26.612Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:35:27.614Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ed92f4e-8831-4dae-9fc4-c913f13bfd2c", "serviceDescription": "service", "serviceInvariantUUID": "115c97a5-6a7d-42b4-b591-3979a0412d3b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5f375cfc-5f6b-4d90-9e43-a0c43c59ed43", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3fe72a46-0d46-46e5-8866-e7fce4f0a06a", "resourceInvariantUUID": "6e27cd0c-c310-40ee-9850-c0f1e80de350", "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": "MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3d62f33-82cc-40ce-8b50-84f0f1a34ead", "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": "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "generatedFromUUID": "8f92056e-cf8a-42b6-a1c2-a316e42d926a" }, "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc1bac0f-0922-46bc-b871-8dcfd7221db1" } ], "workloadContext": "Production" } 2023-03-23T13:35:27.615Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:35:27.615Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC 2023-03-23T13:35:27.615Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ServiceInvariantUUID:115c97a5-6a7d-42b4-b591-3979a0412d3b 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:fc1bac0f-0922-46bc-b871-8dcfd7221db1 ArtifactChecksum:ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 ResourceInvariantUUID:6e27cd0c-c310-40ee-9850-c0f1e80de350 ResourceName:basic_vm ResourceType:VF ResourceUUID:3fe72a46-0d46-46e5-8866-e7fce4f0a06a 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:b3d62f33-82cc-40ce-8b50-84f0f1a34ead ArtifactChecksum:MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ= 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:8f92056e-cf8a-42b6-a1c2-a316e42d926a 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:57ae6deb-27f1-493a-ab0e-a34b5603044d 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:57ae6deb-27f1-493a-ab0e-a34b5603044d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:35:27.616Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:35:27.662Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:35:27.662Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:35:27.662Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:35:27.662Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:35:27.663Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:35:27.663Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:35:27.687Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:35:27.687Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@f219405 2023-03-23T13:35:27.687Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:35:27.687Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-23T13:35:27.688Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fc1bac0f-0922-46bc-b871-8dcfd7221db1 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:35:27.688Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:35:27.688Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is not found) 2023-03-23T13:35:27.688Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:35:27.688Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:35:27.688Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:35:27.688Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578527688, "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-23T13:35:28.690Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:fc1bac0f-0922-46bc-b871-8dcfd7221db1) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T13:35:28.735Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists 2023-03-23T13:35:28.735Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:35:28.735Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists) 2023-03-23T13:35:28.735Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:35:28.735Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:35:28.735Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:35:28.735Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578528735, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:35:29.736Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:35:29.736Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists) 2023-03-23T13:35:29.737Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:35:29.737Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:35:29.737Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:35:29.737Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578529736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:35:30.739Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:35:30.765Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:35:30.770Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:35:30.770Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:35:30.771Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:35:30.771Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:35:30.771Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:35:30.771Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:35:30.771Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:35:30.771Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:35:30.771Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:35:30.785Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:35:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:35:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:35:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578519557, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:35:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:35:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:35:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:35:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:35:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:35:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:35:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:35:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:35:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T13:35:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:35:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:35:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:35:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:35:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:35:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T13:35:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:35:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:35:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:35:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:35:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:35:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:35:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:35:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:35:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578527688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:35:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:35:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:35:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578528735, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } 2023-03-23T13:35:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:35:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:35:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578529736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } 2023-03-23T13:35:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:00.786Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:36:00.794Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and serviceModelVersionId: 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c 2023-03-23T13:36:00.795Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 115c97a5-6a7d-42b4-b591-3979a0412d3b 2023-03-23T13:36:00.795Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 2023-03-23T13:36:00.800Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:36:00.814Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:36:00.816Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||Invoke 2023-03-23T13:36:00.823Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:36:00.958Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||InvokeReturn 2023-03-23T13:36:00.959Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:35:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[233680], x-aai-txid=[2-aai-resources-230323-13:35:59:007-15484], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:36:00.959Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:36:00.960Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:36:00.960Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:36:00.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:36:00.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:36:00.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:36:00.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:00.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:00.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578560971, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:36:01.996Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:36:01.996Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e3bccc0-8ad1-4022-86f4-d2d991531fa7","serviceName":"Demo_pNF_qmKu0IiQtL14aXlj0mwS","serviceVersion":"1.0","serviceUUID":"341816f4-b803-48c2-a119-f19f49c5bd1d","serviceDescription":"catalog service description","serviceInvariantUUID":"9e2cbbd4-72c1-4cb5-80ec-e27641a6346d","resources":[{"resourceInstanceName":"pNF 6d59ded1-c82a 0","resourceName":"pNF 6d59ded1-c82a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea1fcd1c-d846-49f4-b834-d17c91d4a50f","resourceInvariantUUID":"6162da41-54f1-4a9d-952d-ef60abf2c385","resourceCustomizationUUID":"133eb4b6-41ad-4583-ae08-82e55429d115","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml","artifactChecksum":"M2FmMTk5YTBlMDk2NzFiMjllZDc5OGI1MDgzNzI2NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0904a2-78b4-4ecb-9a70-2931bbb9c21b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec4d823e-c577-4b4c-8e5e-cb630f15820c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078d2cfc-8998-4bf7-a369-5e8ad54715f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE2NGIzNmJkODcwN2UxNGU3Yzc5OWJmMTM0N2NhZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25222fd2-e730-4168-abe9-a048b94cdd70","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fbe962c5-b706-4278-91e9-1d6dbe1e189e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f58b800-d52f-4763-8628-4e97323e3bba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactChecksum":"MWE4ZjMxN2Q2YmU5ZmY3ZDI0MWI2Zjc5ZTk2NTQ5ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f42cec2-76b3-42c0-ab97-708f567c534c","artifactVersion":"1"},{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactChecksum":"YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a56c270e-58ea-485c-8867-834e220b0cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:36:01.997Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:01.997Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:01.997Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:01.997Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:02.998Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:02.998Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:02.998Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:02.998Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:03.999Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:03.999Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:03.999Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:04.000Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:05.000Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:05.001Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:05.001Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:05.001Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:06.001Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:06.002Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:06.002Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:06.002Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:07.003Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:07.003Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:07.004Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:07.004Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:08.005Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:08.005Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:08.006Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:08.006Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:09.007Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:09.008Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:09.008Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:09.008Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:10.009Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "serviceName": "Demo_pNF_qmKu0IiQtL14aXlj0mwS", "serviceVersion": "1.0", "serviceUUID": "341816f4-b803-48c2-a119-f19f49c5bd1d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9e2cbbd4-72c1-4cb5-80ec-e27641a6346d", "resources": [ { "resourceInstanceName": "pNF 6d59ded1-c82a 0", "resourceCustomizationUUID": "133eb4b6-41ad-4583-ae08-82e55429d115", "resourceName": "pNF 6d59ded1-c82a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea1fcd1c-d846-49f4-b834-d17c91d4a50f", "resourceInvariantUUID": "6162da41-54f1-4a9d-952d-ef60abf2c385", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactChecksum": "YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a56c270e-58ea-485c-8867-834e220b0cd0" } ], "workloadContext": "Production" } 2023-03-23T13:36:10.010Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:36:10.010Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC 2023-03-23T13:36:10.010Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:4e3bccc0-8ad1-4022-86f4-d2d991531fa7 ServiceName:Demo_pNF_qmKu0IiQtL14aXlj0mwS ServiceVersion:1.0 ServiceUUID:341816f4-b803-48c2-a119-f19f49c5bd1d ServiceInvariantUUID:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactUUID:a56c270e-58ea-485c-8867-834e220b0cd0 ArtifactChecksum:YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d59ded1-c82a 0 ResourceCustomizationUUID:133eb4b6-41ad-4583-ae08-82e55429d115 ResourceInvariantUUID:6162da41-54f1-4a9d-952d-ef60abf2c385 ResourceName:pNF 6d59ded1-c82a ResourceType:PNF ResourceUUID:ea1fcd1c-d846-49f4-b834-d17c91d4a50f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:36:10.011Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:36:10.063Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:36:10.064Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:36:10.064Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:36:10.064Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0 from URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:10.064Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:36:10.065Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:10.340Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:36:10.343Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar a56c270e-58ea-485c-8867-834e220b0cd0 88008 2023-03-23T13:36:10.343Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:36:10.343Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:10.343Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:36:10.344Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:10.344Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:10.344Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578570343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:11.345Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:36:11.346Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:36:11.346Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0, URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar to file: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:11.347Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:11.347Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:11.348Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:11.430Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1558709445697535502/Definitions/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml 2023-03-23T13:36:12.067Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:36:12.068Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:36:12.068Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:12.068Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:36:12.068Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d59ded1-c82a 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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:12.068Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:12.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:12.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:12.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:12.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:12.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:36:12.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:36:12.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:12.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:12.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T13:36:12.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:36:12.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:36:12.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:12.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:12.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T13:36:12.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:36:12.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:36:12.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:12.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:12.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:12.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:12.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:12.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:12.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:12.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:12.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:12.071Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:12.071Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qmKu0IiQtL14aXlj0mwS Description:catalog service description Model UUID:341816f4-b803-48c2-a119-f19f49c5bd1d Model Version:NULL Model InvariantUuid:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 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-23T13:36:12.108Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||ERROR|500||Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists 2023-03-23T13:36:12.108Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:36:12.108Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists) 2023-03-23T13:36:12.108Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:36:12.108Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:12.108Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:12.109Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578572108, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:13.109Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:36:13.110Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists) 2023-03-23T13:36:13.110Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:36:13.110Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:13.111Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:13.111Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578573109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:14.111Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:36:14.136Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:36:14.141Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:36:14.141Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:36:14.141Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:36:14.141Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:36:14.142Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:36:14.142Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:36:14.142Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:36:14.142Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:36:14.142Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:36:14.154Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:36:44.155Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:36:44.166Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and serviceModelVersionId: 341816f4-b803-48c2-a119-f19f49c5bd1d 2023-03-23T13:36:44.166Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 2023-03-23T13:36:44.166Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 2023-03-23T13:36:44.171Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:36:44.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:36:44.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||Invoke 2023-03-23T13:36:44.188Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:36:44.327Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||InvokeReturn 2023-03-23T13:36:44.327Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:36:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[647264], x-aai-txid=[0-aai-resources-230323-13:36:42:374-70846], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:36:44.327Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:36:44.332Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:36:44.332Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:36:44.343Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:36:44.344Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:36:44.344Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:36:44.344Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:44.344Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:44.344Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578604344, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:36:45.375Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:36:45.375Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"eb1868dd-7bb4-4ba1-a9ef-373145db848d","serviceName":"Demo_pNF_pHxYVKghYIVeXvrjUC6W","serviceVersion":"1.0","serviceUUID":"74311808-79e5-4380-99af-4632cacfcb23","serviceDescription":"catalog service description","serviceInvariantUUID":"da95f872-9813-42b5-bf68-ed5422161feb","resources":[{"resourceInstanceName":"pNF d1fbb461-99b7 0","resourceName":"pNF d1fbb461-99b7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"340c1941-d3e9-4226-ac19-f57c4cf51179","resourceInvariantUUID":"5ce10c3c-bbcd-405e-a1b5-b469478cda74","resourceCustomizationUUID":"fb618d18-b805-4f0f-b435-556ef3e97d85","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml","artifactChecksum":"ZGE2OTg2YTJhM2Y1YTliYTYxYjFkOTM0Mzk4YTJlZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72bb70ef-3971-40bf-87b0-0548301b7faa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"100afad2-b565-4db5-81d9-f99f2fc5f662","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edd74bbe-7662-423d-831c-1326c5bc1b32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml","artifactChecksum":"Y2M3YzAyZGFlMTI4Yjc5MTJiODE1NzEyZTNlOWQxZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6cd9b0fb-9b61-4243-a070-0682195e341f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1de2baf6-265c-4841-8396-1f916435b6e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39edcd22-b0ec-40f4-8a4a-542ff7ede2c2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactChecksum":"NWNkYThkMDU2MGZjMGViMzM2NGFjZjA1MDkxNjgxNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"641d030b-db38-4daa-aa68-9698f243f0a8","artifactVersion":"1"},{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactChecksum":"ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bae75039-32d0-4ba8-ab06-41f1c7e6af02","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:36:45.375Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:45.376Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:45.376Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:45.376Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:46.376Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:46.377Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:46.377Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:46.377Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:47.377Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:47.378Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:47.378Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:47.378Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:48.378Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:48.379Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:48.379Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:48.379Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578560971, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578570343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578572108, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578573109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578604344, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:36:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:36:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:36:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:36:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:36:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:36:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:36:49.379Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:49.380Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:49.380Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:49.380Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:50.381Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:50.381Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:50.382Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:50.382Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:51.382Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:51.383Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:51.383Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:51.383Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:52.384Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:36:52.384Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:52.385Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:52.385Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:53.385Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "serviceName": "Demo_pNF_pHxYVKghYIVeXvrjUC6W", "serviceVersion": "1.0", "serviceUUID": "74311808-79e5-4380-99af-4632cacfcb23", "serviceDescription": "catalog service description", "serviceInvariantUUID": "da95f872-9813-42b5-bf68-ed5422161feb", "resources": [ { "resourceInstanceName": "pNF d1fbb461-99b7 0", "resourceCustomizationUUID": "fb618d18-b805-4f0f-b435-556ef3e97d85", "resourceName": "pNF d1fbb461-99b7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "340c1941-d3e9-4226-ac19-f57c4cf51179", "resourceInvariantUUID": "5ce10c3c-bbcd-405e-a1b5-b469478cda74", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactChecksum": "ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bae75039-32d0-4ba8-ab06-41f1c7e6af02" } ], "workloadContext": "Production" } 2023-03-23T13:36:53.386Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:36:53.386Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 74311808-79e5-4380-99af-4632cacfcb23 ASDC 2023-03-23T13:36:53.386Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:eb1868dd-7bb4-4ba1-a9ef-373145db848d ServiceName:Demo_pNF_pHxYVKghYIVeXvrjUC6W ServiceVersion:1.0 ServiceUUID:74311808-79e5-4380-99af-4632cacfcb23 ServiceInvariantUUID:da95f872-9813-42b5-bf68-ed5422161feb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactUUID:bae75039-32d0-4ba8-ab06-41f1c7e6af02 ArtifactChecksum:ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d1fbb461-99b7 0 ResourceCustomizationUUID:fb618d18-b805-4f0f-b435-556ef3e97d85 ResourceInvariantUUID:5ce10c3c-bbcd-405e-a1b5-b469478cda74 ResourceName:pNF d1fbb461-99b7 ResourceType:PNF ResourceUUID:340c1941-d3e9-4226-ac19-f57c4cf51179 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:36:53.386Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74311808-79e5-4380-99af-4632cacfcb23 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:36:53.430Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:36:53.430Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:36:53.430Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:36:53.431Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 from URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:53.431Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:36:53.431Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:53.722Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:36:53.725Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar bae75039-32d0-4ba8-ab06-41f1c7e6af02 88025 2023-03-23T13:36:53.725Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T13:36:53.725Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:53.725Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:36:53.725Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:53.725Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:53.725Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578613725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:54.726Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:36:54.727Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:36:54.727Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02, URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar to file: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:54.727Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:54.728Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:54.728Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:54.826Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17427033271822059870/Definitions/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml 2023-03-23T13:36:55.364Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:36:55.364Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:36:55.364Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:55.364Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:36:55.364Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:55.364Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:55.364Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1fbb461-99b7 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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:55.364Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:55.365Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:55.366Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:55.366Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:55.366Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:55.366Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:36:55.366Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:36:55.366Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_pHxYVKghYIVeXvrjUC6W Description:catalog service description Model UUID:74311808-79e5-4380-99af-4632cacfcb23 Model Version:NULL Model InvariantUuid:da95f872-9813-42b5-bf68-ed5422161feb 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-23T13:36:55.408Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||ERROR|500||Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists 2023-03-23T13:36:55.408Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T13:36:55.409Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists) 2023-03-23T13:36:55.409Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:36:55.409Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:55.409Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:55.409Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578615408, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:56.409Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T13:36:56.410Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists) 2023-03-23T13:36:56.410Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:36:56.410Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:36:56.410Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:36:56.410Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578616409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:36:57.411Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:36:57.435Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:36:57.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:36:57.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:36:57.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:36:57.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:36:57.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:36:57.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:36:57.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:36:57.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:36:57.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:36:57.454Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:37:27.454Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:37:27.467Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and serviceModelVersionId: 74311808-79e5-4380-99af-4632cacfcb23 2023-03-23T13:37:27.468Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da95f872-9813-42b5-bf68-ed5422161feb 2023-03-23T13:37:27.469Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 2023-03-23T13:37:27.475Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:37:27.493Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:37:27.495Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||Invoke 2023-03-23T13:37:27.502Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:37:27.649Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||InvokeReturn 2023-03-23T13:37:27.649Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:37:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[282760], x-aai-txid=[0-aai-resources-230323-13:37:25:685-25652], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:37:27.650Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:37:27.651Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:37:27.651Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:37:27.659Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:37:27.659Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb1868dd-7bb4-4ba1-a9ef-373145db848d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:37:27.660Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:37:27.660Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:27.660Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:27.660Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578647659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:37:28.702Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:37:28.702Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4728c90c-52d9-4976-a0bc-e8a7fe12e2ec","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1b4600dd-fe59-4506-baf6-ead4f27719b5","serviceDescription":"service","serviceInvariantUUID":"55bd29ae-4f90-43c1-b5b3-b0be8bca6573","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f","resourceInvariantUUID":"7641635d-b469-4196-b44a-501d66e2e4ea","resourceCustomizationUUID":"ad2c6752-a967-4c03-a1ad-7d0bc9416167","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":"YjQyZjk3ZTNhOThlN2VlMGYwYzk4OWU5YWZkNzkyNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f07bf3f-d075-4518-8a6d-80b0a410251f","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":"OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61e68242-5134-44b0-8a25-c4898f994284","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":"bf063fe8-58d7-42b9-8083-715116e43845","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":"e365c34c-7674-4f6f-978f-efc59a9ed64a","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":"f10c145e-3751-45fa-9349-f55d5408727c","artifactVersion":"2","generatedFromUUID":"46441173-75ed-4253-a744-db24a703f0cc"},{"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":"1d944166-2285-41aa-a799-c43608e4377c","artifactVersion":"2","generatedFromUUID":"bf063fe8-58d7-42b9-8083-715116e43845"},{"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":"46441173-75ed-4253-a744-db24a703f0cc","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":"f2d3c315-b11a-409d-b941-fa3617d47aae","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":"MTE1NDQ4ZDc4NDgyYTFkZDM2OWRhY2U2ZTk0ZTIyNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9733096-033e-4d69-9a49-4d906610e91e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49915f74-047d-460a-9f8b-1b76125fe0de","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:37:28.703Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:37:28.703Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:28.703Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:28.704Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:37:29.705Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:37:29.706Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:29.706Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:29.706Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:37:30.707Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:37:30.708Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:30.708Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:30.708Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:37:31.710Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:37:31.710Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:31.710Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:31.710Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:37:32.711Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:37:32.712Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:32.712Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:32.712Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:37:33.713Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:37:33.714Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:33.714Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:33.714Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:37:34.715Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:37:34.715Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:34.715Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:34.715Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:37:35.718Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:37:35.719Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:35.719Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:35.719Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:37:36.720Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:37:36.720Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:36.720Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:36.720Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:37:37.722Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:37:37.722Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:37.722Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:37.722Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:37:38.724Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1b4600dd-fe59-4506-baf6-ead4f27719b5", "serviceDescription": "service", "serviceInvariantUUID": "55bd29ae-4f90-43c1-b5b3-b0be8bca6573", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "ad2c6752-a967-4c03-a1ad-7d0bc9416167", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f", "resourceInvariantUUID": "7641635d-b469-4196-b44a-501d66e2e4ea", "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": "OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61e68242-5134-44b0-8a25-c4898f994284", "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": "bf063fe8-58d7-42b9-8083-715116e43845", "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": "1d944166-2285-41aa-a799-c43608e4377c", "generatedFromUUID": "bf063fe8-58d7-42b9-8083-715116e43845" }, "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": "f10c145e-3751-45fa-9349-f55d5408727c", "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": "1d944166-2285-41aa-a799-c43608e4377c", "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": "46441173-75ed-4253-a744-db24a703f0cc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "49915f74-047d-460a-9f8b-1b76125fe0de" } ], "workloadContext": "Production" } 2023-03-23T13:37:38.724Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:37:38.724Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC 2023-03-23T13:37:38.725Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:4728c90c-52d9-4976-a0bc-e8a7fe12e2ec ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1b4600dd-fe59-4506-baf6-ead4f27719b5 ServiceInvariantUUID:55bd29ae-4f90-43c1-b5b3-b0be8bca6573 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:49915f74-047d-460a-9f8b-1b76125fe0de ArtifactChecksum:YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:ad2c6752-a967-4c03-a1ad-7d0bc9416167 ResourceInvariantUUID:7641635d-b469-4196-b44a-501d66e2e4ea ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f 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:61e68242-5134-44b0-8a25-c4898f994284 ArtifactChecksum:OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ= 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:bf063fe8-58d7-42b9-8083-715116e43845 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:1d944166-2285-41aa-a799-c43608e4377c 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:f10c145e-3751-45fa-9349-f55d5408727c 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:1d944166-2285-41aa-a799-c43608e4377c 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:46441173-75ed-4253-a744-db24a703f0cc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:37:38.725Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T13:37:38.815Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:37:38.816Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:37:38.816Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:37:38.816Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 49915f74-047d-460a-9f8b-1b76125fe0de from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T13:37:38.816Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:37:38.816Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T13:37:39.348Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:37:39.354Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 49915f74-047d-460a-9f8b-1b76125fe0de 164492 2023-03-23T13:37:39.354Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T13:37:39.354Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T13:37:39.354Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:37:39.355Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:39.355Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:39.355Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578659354, "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-23T13:37:40.356Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:37:40.357Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:37:40.357Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 49915f74-047d-460a-9f8b-1b76125fe0de, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-23T13:37:40.357Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-03-23T13:37:40.358Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-23T13:37:40.358Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-23T13:37:40.470Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7236279103359630470/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-03-23T13:37:41.324Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:37:41.325Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:37:41.325Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-23T13:37:41.325Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-03-23T13:37:41.325Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-23T13:37:41.325Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-23T13:37:41.325Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-23T13:37:41.325Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-03-23T13:37:41.325Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:37:41.325Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.325Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:41.325Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-23T13:37:41.325Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:37:41.325Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:37:41.326Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.326Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:41.326Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-23T13:37:41.326Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:37:41.326Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:37:41.327Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.327Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:41.327Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.327Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-23T13:37:41.328Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-03-23T13:37:41.328Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-03-23T13:37:41.328Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-23T13:37:41.328Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.328Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-23T13:37:41.328Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.329Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-23T13:37:41.329Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:37:41.329Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.329Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-23T13:37:41.329Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:37:41.330Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.330Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-23T13:37:41.330Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:37:41.330Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.330Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-23T13:37:41.331Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:37:41.331Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.331Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-03-23T13:37:41.331Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-03-23T13:37:41.331Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=b4312ffa-306e-4233-b46a-85367a3f144c 2023-03-23T13:37:41.332Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.332Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:41.332Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.333Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:41.333Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.333Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:41.334Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:41.334Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:41.334Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:1b4600dd-fe59-4506-baf6-ead4f27719b5 Model Version:NULL Model InvariantUuid:55bd29ae-4f90-43c1-b5b3-b0be8bca6573 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:d47da374-b03f-4be3-8025-b5138e3b39aa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7641635d-b469-4196-b44a-501d66e2e4ea Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ad2c6752-a967-4c03-a1ad-7d0bc9416167 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:83a4000a-27bf-4675-97a8-708b8b582b25 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:f616cd44-b3af-477c-b21a-fe8896395243 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:72c9016f-be54-4450-b30f-fe01fccc3b53 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:4136ca1e-2587-47d2-8335-d46885b49993 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b4312ffa-306e-4233-b46a-85367a3f144c ModelInvariantUuid:af490eb4-0085-4c61-baad-e79a2fc6253e ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:858a2434-08bb-45fa-9bc4-8d983f2b5fd3 ModelVersion:2.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:f6fa90dc-5ff1-4599-9f0f-5898df20894d ModelInvariantUuid:274b24b6-d416-497b-b456-bd09a6989259 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:432a8270-8981-49fe-9e1d-cb7051059904 ModelVersion:2.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-23T13:37:41.352Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:37:41.357Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2023-03-23T13:37:41.357Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f 2023-03-23T13:37:41.357Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 61e68242-5134-44b0-8a25-c4898f994284 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-03-23T13:37:41.357Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:37:41.358Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:41.456Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:37:41.456Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 61e68242-5134-44b0-8a25-c4898f994284 1565 2023-03-23T13:37:41.456Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:41.456Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:41.456Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:37:41.457Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:41.457Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:41.457Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578661456, "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-23T13:37:42.457Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "72c9016f-be54-4450-b30f-fe01fccc3b53", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4136ca1e-2587-47d2-8335-d46885b49993", "vfModuleModelCustomizationUUID": "4e57d6c0-4697-4852-802a-74f0820b2d71", "isBase": true, "artifacts": [ "bf063fe8-58d7-42b9-8083-715116e43845", "1d944166-2285-41aa-a799-c43608e4377c" ], "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": "83a4000a-27bf-4675-97a8-708b8b582b25", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f616cd44-b3af-477c-b21a-fe8896395243", "vfModuleModelCustomizationUUID": "5944fe90-027c-4f42-b1c3-75ad6351fc93", "isBase": false, "artifacts": [ "46441173-75ed-4253-a744-db24a703f0cc" ], "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-23T13:37:42.461Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4136ca1e-2587-47d2-8335-d46885b49993 VfModuleModelInvariantUUID:72c9016f-be54-4450-b30f-fe01fccc3b53 VfModuleModelDescription:NULL Artifacts UUID List:{ bf063fe8-58d7-42b9-8083-715116e43845 , 1d944166-2285-41aa-a799-c43608e4377c } 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:f616cd44-b3af-477c-b21a-fe8896395243 VfModuleModelInvariantUUID:83a4000a-27bf-4675-97a8-708b8b582b25 VfModuleModelDescription:NULL Artifacts UUID List:{ 46441173-75ed-4253-a744-db24a703f0cc } 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-23T13:37:42.462Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "72c9016f-be54-4450-b30f-fe01fccc3b53", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4136ca1e-2587-47d2-8335-d46885b49993", "vfModuleModelCustomizationUUID": "4e57d6c0-4697-4852-802a-74f0820b2d71", "isBase": true, "artifacts": [ "bf063fe8-58d7-42b9-8083-715116e43845", "1d944166-2285-41aa-a799-c43608e4377c" ], "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": "83a4000a-27bf-4675-97a8-708b8b582b25", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f616cd44-b3af-477c-b21a-fe8896395243", "vfModuleModelCustomizationUUID": "5944fe90-027c-4f42-b1c3-75ad6351fc93", "isBase": false, "artifacts": [ "46441173-75ed-4253-a744-db24a703f0cc" ], "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-23T13:37:42.462Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4136ca1e-2587-47d2-8335-d46885b49993 VfModuleModelInvariantUUID:72c9016f-be54-4450-b30f-fe01fccc3b53 VfModuleModelDescription:NULL Artifacts UUID List:{ bf063fe8-58d7-42b9-8083-715116e43845 , 1d944166-2285-41aa-a799-c43608e4377c } 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:f616cd44-b3af-477c-b21a-fe8896395243 VfModuleModelInvariantUUID:83a4000a-27bf-4675-97a8-708b8b582b25 VfModuleModelDescription:NULL Artifacts UUID List:{ 46441173-75ed-4253-a744-db24a703f0cc } 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-23T13:37:42.462Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bf063fe8-58d7-42b9-8083-715116e43845 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-03-23T13:37:42.462Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:37:42.462Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:42.544Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:37:42.544Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml bf063fe8-58d7-42b9-8083-715116e43845 914 2023-03-23T13:37:42.544Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:42.546Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:42.546Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:37:42.546Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:42.546Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:42.546Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578662544, "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-23T13:37:43.547Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f10c145e-3751-45fa-9349-f55d5408727c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-03-23T13:37:43.547Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:37:43.547Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:43.644Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:37:43.645Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f10c145e-3751-45fa-9349-f55d5408727c 12 2023-03-23T13:37:43.645Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:43.645Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:43.645Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:37:43.645Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:43.645Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:43.645Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578663645, "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-23T13:37:44.646Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1d944166-2285-41aa-a799-c43608e4377c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-03-23T13:37:44.646Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:37:44.646Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:44.739Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:37:44.740Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 1d944166-2285-41aa-a799-c43608e4377c 96 2023-03-23T13:37:44.740Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:44.740Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:44.740Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:37:44.740Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:44.740Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:44.740Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578664740, "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-23T13:37:45.741Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 46441173-75ed-4253-a744-db24a703f0cc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-03-23T13:37:45.742Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:37:45.742Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:45.865Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:37:45.866Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 46441173-75ed-4253-a744-db24a703f0cc 20206 2023-03-23T13:37:45.866Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:45.867Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:45.867Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:37:45.867Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:45.867Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:45.867Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578665866, "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-23T13:37:46.874Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1b4600dd-fe59-4506-baf6-ead4f27719b5 2023-03-23T13:37:46.874Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f 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-23T13:37:46.893Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c3a67a9, org.onap.sdc.toscaparser.api.parameters.Input@55a2b0b9, org.onap.sdc.toscaparser.api.parameters.Input@1d77d9d4, org.onap.sdc.toscaparser.api.parameters.Input@7beb259f, org.onap.sdc.toscaparser.api.parameters.Input@64730264] 2023-03-23T13:37:46.895Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:46.895Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:46.895Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2023-03-23T13:37:46.895Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ad2c6752-a967-4c03-a1ad-7d0bc9416167 2023-03-23T13:37:46.895Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ad2c6752-a967-4c03-a1ad-7d0bc9416167 matches Tosca VF Customization UUID: ad2c6752-a967-4c03-a1ad-7d0bc9416167 2023-03-23T13:37:46.895Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ad2c6752-a967-4c03-a1ad-7d0bc9416167 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-23T13:37:46.900Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:46.900Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:46.901Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ad2c6752-a967-4c03-a1ad-7d0bc9416167: {\"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-23T13:37:46.901Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@256b8fa7 2023-03-23T13:37:46.901Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:46.901Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-23T13:37:46.901Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5944fe90-027c-4f42-b1c3-75ad6351fc93 2023-03-23T13:37:46.901Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5944fe90-027c-4f42-b1c3-75ad6351fc93 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-23T13:37:46.908Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:46.908Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-23T13:37:46.908Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:37:46.908Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:46.908Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-23T13:37:46.908Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:37:46.908Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:46.908Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-03-23T13:37:46.909Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ad2c6752-a967-4c03-a1ad-7d0bc9416167 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:37:46.912Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:46.912Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:46.912Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1b4600dd-fe59-4506-baf6-ead4f27719b5: basic_cnf_macro 2023-03-23T13:37:46.912Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:46.912Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:46.912Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:46.912Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:46.913Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:46.913Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:46.913Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:46.913Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:46.913Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:37:46.913Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:37:46.913Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:47.001Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f 2 ASDC deployResourceStructure 2023-03-23T13:37:47.002Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:47.002Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:47.002Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:37:47.002Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:47.002Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:47.002Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578667002, "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-23T13:37:48.003Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:48.004Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:48.004Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:37:48.005Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:48.005Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:48.005Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578668003, "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-23T13:37:49.007Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:49.007Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:49.007Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:37:49.007Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:49.007Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:49.007Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578669007, "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-23T13:37:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:37:49.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:37:49.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:37:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:37:50.008Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:50.008Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:50.008Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:37:50.009Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:50.009Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:50.009Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578670008, "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-23T13:37:51.011Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:51.011Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:51.011Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:37:51.011Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:51.011Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:51.011Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578671011, "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-23T13:37:52.013Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:52.013Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:37:52.013Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:37:52.013Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:37:52.013Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:37:52.013Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578672013, "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-23T13:37:53.014Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:37:53.038Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:37:53.041Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:37:53.042Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:37:53.042Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:37:53.042Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:37:53.042Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:37:53.042Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:37:53.042Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:37:53.042Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:37:53.042Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:37:53.056Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:38:23.057Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:38:23.071Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and serviceModelVersionId: 1b4600dd-fe59-4506-baf6-ead4f27719b5 2023-03-23T13:38:23.071Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55bd29ae-4f90-43c1-b5b3-b0be8bca6573 2023-03-23T13:38:23.072Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 2023-03-23T13:38:23.078Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:38:23.096Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||Invoke 2023-03-23T13:38:23.096Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4728c90c-52d9-4976-a0bc-e8a7fe12e2ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6abd2982-242a-4aec-88f8-bf6c22a292ee], X-ECOMP-RequestID=[4728c90c-52d9-4976-a0bc-e8a7fe12e2ec], X-TransactionId=[], X-ONAP-RequestID=[4728c90c-52d9-4976-a0bc-e8a7fe12e2ec], Content-Type=[application/merge-patch+json]} 2023-03-23T13:38:23.103Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:38:23.252Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:38:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[376888], x-aai-txid=[2-aai-resources-230323-13:38:21:287-1490], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:38:23.252Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:38:23.252Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||InvokeReturn 2023-03-23T13:38:23.253Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:38:23.253Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:38:23.264Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:38:23.264Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:38:23.265Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:38:23.265Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:23.265Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:23.265Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578703264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:38:24.294Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:38:24.294Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8a75e09b-0672-4b8f-8480-8d9afbb54cb3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"99e8fd40-7a66-4d28-9695-b786c986bf94","serviceDescription":"service","serviceInvariantUUID":"e2ff2e6f-e1b2-4caa-a71c-33793763c749","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2fa16e7b-c45f-41bf-b922-74ffe18edada","resourceInvariantUUID":"47774d5e-7c3e-4537-ab81-1d814930dba0","resourceCustomizationUUID":"a62c265d-7164-43af-8645-482167f456c9","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":"MDc3YzcwNzJmMDI4YzJiMGIxMTQyMDA3M2RmODVjZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3fbfbfb-a1e5-4448-a00e-e0829d14554f","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":"NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e15a011-b20f-4c23-b94b-9042f21695c8","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":"f699ba35-8ec7-415e-a0f3-01827cd64410","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":"a0f081f1-3679-4cbd-bc4d-ad897d54c0f4","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":"92e51b8c-657f-4f82-85fa-cc074aa86873","artifactVersion":"2","generatedFromUUID":"f699ba35-8ec7-415e-a0f3-01827cd64410"},{"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":"OWQ1MWMzOGZjMDJlOWU4MTEyNzJjMjVhMzVkZDY3NzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"929007d7-af73-48dd-8fa7-ec7cf924bb03","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":"Zjk2MWMwZWU2MWIyNWE3NjRiNmI4MzY4YzhlYzM0YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7f17690-b53d-4bcb-af4e-54f7c827c8c7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45749d9b-1023-46ce-89d4-a30395ff33d7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:38:24.294Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:38:24.294Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:24.294Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:24.294Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:38:25.295Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:38:25.296Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:25.296Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:25.296Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:38:26.297Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:38:26.297Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:26.297Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:26.297Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:38:27.298Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:38:27.298Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:27.298Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:27.298Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:38:28.299Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:38:28.300Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:28.300Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:28.300Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:38:29.300Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:38:29.301Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:29.301Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:29.301Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:38:30.302Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:38:30.303Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:30.303Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:30.304Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:38:31.306Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:38:31.306Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:31.306Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:31.306Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:38:32.307Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "99e8fd40-7a66-4d28-9695-b786c986bf94", "serviceDescription": "service", "serviceInvariantUUID": "e2ff2e6f-e1b2-4caa-a71c-33793763c749", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "a62c265d-7164-43af-8645-482167f456c9", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2fa16e7b-c45f-41bf-b922-74ffe18edada", "resourceInvariantUUID": "47774d5e-7c3e-4537-ab81-1d814930dba0", "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": "NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e15a011-b20f-4c23-b94b-9042f21695c8", "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": "f699ba35-8ec7-415e-a0f3-01827cd64410", "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "generatedFromUUID": "f699ba35-8ec7-415e-a0f3-01827cd64410" }, "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45749d9b-1023-46ce-89d4-a30395ff33d7" } ], "workloadContext": "Production" } 2023-03-23T13:38:32.308Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:38:32.308Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC 2023-03-23T13:38:32.308Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:8a75e09b-0672-4b8f-8480-8d9afbb54cb3 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:99e8fd40-7a66-4d28-9695-b786c986bf94 ServiceInvariantUUID:e2ff2e6f-e1b2-4caa-a71c-33793763c749 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:45749d9b-1023-46ce-89d4-a30395ff33d7 ArtifactChecksum:NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:a62c265d-7164-43af-8645-482167f456c9 ResourceInvariantUUID:47774d5e-7c3e-4537-ab81-1d814930dba0 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:2fa16e7b-c45f-41bf-b922-74ffe18edada 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:8e15a011-b20f-4c23-b94b-9042f21695c8 ArtifactChecksum:NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU= 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:f699ba35-8ec7-415e-a0f3-01827cd64410 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:92e51b8c-657f-4f82-85fa-cc074aa86873 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:92e51b8c-657f-4f82-85fa-cc074aa86873 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:38:32.308Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T13:38:32.380Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:38:32.380Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:38:32.380Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:38:32.381Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T13:38:32.381Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:38:32.381Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T13:38:32.671Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:38:32.676Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 45749d9b-1023-46ce-89d4-a30395ff33d7 84212 2023-03-23T13:38:32.676Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:32.676Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:32.676Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:38:32.677Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:32.677Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:32.677Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578712676, "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-23T13:38:33.677Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:38:33.678Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:38:33.678Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-23T13:38:33.678Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-03-23T13:38:33.679Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-23T13:38:33.679Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-23T13:38:33.788Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16632996261241252277/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-23T13:38:34.652Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:38:34.652Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:38:34.652Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-23T13:38:34.652Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:38:34.652Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-23T13:38:34.652Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-23T13:38:34.652Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-23T13:38:34.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-23T13:38:34.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-23T13:38:34.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-03-23T13:38:34.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:34.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:38:34.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:34.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:34.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-23T13:38:34.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:38:34.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:38:34.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:34.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:34.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-23T13:38:34.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:34.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-23T13:38:34.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:38:34.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:34.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-23T13:38:34.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:38:34.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:34.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-23T13:38:34.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:38:34.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:34.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-23T13:38:34.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-23T13:38:34.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-23T13:38:34.656Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5f02057e-1dfa-49f2-9303-c7899254e781 2023-03-23T13:38:34.656Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:34.656Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:34.656Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:34.656Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:34.656Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:34.656Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:34.656Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:34.656Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:34.656Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:99e8fd40-7a66-4d28-9695-b786c986bf94 Model Version:NULL Model InvariantUuid:e2ff2e6f-e1b2-4caa-a71c-33793763c749 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:dc2b8971-db28-48f1-884a-d1346674612a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:47774d5e-7c3e-4537-ab81-1d814930dba0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a62c265d-7164-43af-8645-482167f456c9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a0a7d775-a4e1-4eab-a9ec-d993995c5365 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:feb7d241-df1e-4df5-95be-b173ef3e0d25 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5f02057e-1dfa-49f2-9303-c7899254e781 ModelInvariantUuid:8c361f87-2cfb-4b75-a76a-baa892d15edd ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:4da865f2-7c2b-4856-8511-d89558b8eea5 ModelVersion:2.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:23425068-7792-4d7c-927b-fc19af8a5620 ModelInvariantUuid:42099f32-b65b-4e6c-87fb-c2b6b19c4a7e ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:bf5745c6-d674-4384-a13e-92394cc68ed5 ModelVersion:2.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-23T13:38:34.671Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:38:34.676Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2023-03-23T13:38:34.676Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada 2023-03-23T13:38:34.676Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8e15a011-b20f-4c23-b94b-9042f21695c8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-03-23T13:38:34.676Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:38:34.676Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:34.750Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:38:34.751Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8e15a011-b20f-4c23-b94b-9042f21695c8 792 2023-03-23T13:38:34.751Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:34.751Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:34.751Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:38:34.751Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:34.751Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:34.751Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578714751, "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-23T13:38:35.753Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a0a7d775-a4e1-4eab-a9ec-d993995c5365", "vfModuleModelVersion": "1", "vfModuleModelUUID": "feb7d241-df1e-4df5-95be-b173ef3e0d25", "vfModuleModelCustomizationUUID": "59a7c42e-2896-40e3-adb3-c4dc1eafe111", "isBase": true, "artifacts": [ "f699ba35-8ec7-415e-a0f3-01827cd64410", "92e51b8c-657f-4f82-85fa-cc074aa86873" ], "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-23T13:38:35.757Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:feb7d241-df1e-4df5-95be-b173ef3e0d25 VfModuleModelInvariantUUID:a0a7d775-a4e1-4eab-a9ec-d993995c5365 VfModuleModelDescription:NULL Artifacts UUID List:{ f699ba35-8ec7-415e-a0f3-01827cd64410 , 92e51b8c-657f-4f82-85fa-cc074aa86873 } 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-23T13:38:35.760Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a0a7d775-a4e1-4eab-a9ec-d993995c5365", "vfModuleModelVersion": "1", "vfModuleModelUUID": "feb7d241-df1e-4df5-95be-b173ef3e0d25", "vfModuleModelCustomizationUUID": "59a7c42e-2896-40e3-adb3-c4dc1eafe111", "isBase": true, "artifacts": [ "f699ba35-8ec7-415e-a0f3-01827cd64410", "92e51b8c-657f-4f82-85fa-cc074aa86873" ], "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-23T13:38:35.760Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:feb7d241-df1e-4df5-95be-b173ef3e0d25 VfModuleModelInvariantUUID:a0a7d775-a4e1-4eab-a9ec-d993995c5365 VfModuleModelDescription:NULL Artifacts UUID List:{ f699ba35-8ec7-415e-a0f3-01827cd64410 , 92e51b8c-657f-4f82-85fa-cc074aa86873 } 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-23T13:38:35.760Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f699ba35-8ec7-415e-a0f3-01827cd64410 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-03-23T13:38:35.761Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:38:35.761Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:35.855Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:38:35.856Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml f699ba35-8ec7-415e-a0f3-01827cd64410 5033 2023-03-23T13:38:35.856Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:35.856Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:35.856Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:38:35.856Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:35.856Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:35.856Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578715856, "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-23T13:38:36.858Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92e51b8c-657f-4f82-85fa-cc074aa86873 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-03-23T13:38:36.858Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:38:36.858Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:36.955Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:38:36.955Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 92e51b8c-657f-4f82-85fa-cc074aa86873 903 2023-03-23T13:38:36.955Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:36.955Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:36.955Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:38:36.956Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:36.956Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:36.956Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578716955, "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-23T13:38:37.956Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 99e8fd40-7a66-4d28-9695-b786c986bf94 2023-03-23T13:38:37.957Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2fa16e7b-c45f-41bf-b922-74ffe18edada 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-23T13:38:37.980Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@395272b9, org.onap.sdc.toscaparser.api.parameters.Input@21254865, org.onap.sdc.toscaparser.api.parameters.Input@78974111, org.onap.sdc.toscaparser.api.parameters.Input@5d4af7d5, org.onap.sdc.toscaparser.api.parameters.Input@7727917f] 2023-03-23T13:38:37.981Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:37.982Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:37.982Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2023-03-23T13:38:37.982Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a62c265d-7164-43af-8645-482167f456c9 2023-03-23T13:38:37.982Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a62c265d-7164-43af-8645-482167f456c9 matches Tosca VF Customization UUID: a62c265d-7164-43af-8645-482167f456c9 2023-03-23T13:38:37.982Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a62c265d-7164-43af-8645-482167f456c9 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-23T13:38:37.985Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:37.985Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:37.986Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a62c265d-7164-43af-8645-482167f456c9: {\"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-23T13:38:37.986Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34696c97 2023-03-23T13:38:37.986Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:37.986Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-03-23T13:38:37.986Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59a7c42e-2896-40e3-adb3-c4dc1eafe111 2023-03-23T13:38:37.986Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59a7c42e-2896-40e3-adb3-c4dc1eafe111 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-23T13:38:37.990Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:37.990Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-23T13:38:37.990Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:38:37.990Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:37.990Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-23T13:38:37.990Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:38:37.990Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:37.990Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-03-23T13:38:37.991Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-03-23T13:38:37.991Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-03-23T13:38:37.991Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5f02057e-1dfa-49f2-9303-c7899254e781 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-23T13:38:37.995Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:37.995Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-23T13:38:37.995Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-03-23T13:38:37.995Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:37.996Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-03-23T13:38:37.996Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a62c265d-7164-43af-8645-482167f456c9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:38:37.999Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:37.999Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:37.999Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 99e8fd40-7a66-4d28-9695-b786c986bf94: basic_vm_macro 2023-03-23T13:38:37.999Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:37.999Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:37.999Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:37.999Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:37.999Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:38.000Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:38.000Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:38.000Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:38.000Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:38:38.000Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:38:38.000Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:38.181Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2fa16e7b-c45f-41bf-b922-74ffe18edada 1 ASDC deployResourceStructure 2023-03-23T13:38:38.181Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:38.181Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:38.181Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:38:38.181Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:38.181Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:38.181Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578718181, "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-23T13:38:39.182Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:39.182Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:39.183Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:38:39.183Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:39.183Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:39.183Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578719182, "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-23T13:38:40.183Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:40.183Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:40.183Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:38:40.184Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:40.184Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:40.184Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578720183, "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-23T13:38:41.184Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:41.184Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||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-23T13:38:41.184Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:38:41.185Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:38:41.185Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:38:41.185Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578721184, "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-23T13:38:42.185Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:38:42.207Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:38:42.211Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:38:42.211Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:38:42.211Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:38:42.211Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:38:42.211Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:38:42.211Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:38:42.211Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:38:42.211Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:38:42.211Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:38:42.226Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:38:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:38:49.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578613725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578615408, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578616409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578647659, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:38:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:38:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578659354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578661456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578662544, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578663645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578664740, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578665866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-03-23T13:38:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578667002, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-23T13:38:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578668003, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-03-23T13:38:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:38:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:38:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578669007, "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-23T13:38:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:12.227Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:39:12.237Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and serviceModelVersionId: 99e8fd40-7a66-4d28-9695-b786c986bf94 2023-03-23T13:39:12.237Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2ff2e6f-e1b2-4caa-a71c-33793763c749 2023-03-23T13:39:12.238Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 2023-03-23T13:39:12.249Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:39:12.275Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||Invoke 2023-03-23T13:39:12.275Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55089f6f-f9a6-495d-a7dc-0bb4529c7024], X-ECOMP-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], X-TransactionId=[], X-ONAP-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], Content-Type=[application/merge-patch+json]} 2023-03-23T13:39:12.279Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:39:12.446Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:39:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[164], vertex-id=[340032], x-aai-txid=[1-aai-resources-230323-13:39:10:464-60849], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:39:12.446Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:39:12.447Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||InvokeReturn 2023-03-23T13:39:12.447Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:39:12.447Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:39:12.455Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:39:12.455Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:39:12.455Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:39:12.455Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:39:12.455Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:39:12.455Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578752455, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:39:13.485Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:39:13.485Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"40698359-543a-4c50-8f8e-beb234359e90","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"98e58ff4-6fad-4c70-91be-d344b953a829","serviceDescription":"service","serviceInvariantUUID":"8e8c9270-29cc-44e2-b9f1-8924ef0852e8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3b86d439-9524-46df-8081-8ef325868ca7","resourceInvariantUUID":"2a2b72c7-9cda-472e-8491-c51822e0125b","resourceCustomizationUUID":"91e67a71-7073-461b-9b5b-53d7594b17c2","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":"NWUzOGNiZWI2NjhjYjY2ODBiMDcxNmFkZjRlM2VlMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2580bc3e-6b2e-47df-9d97-5c3ad32316aa","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":"e4c641e2-1546-4808-aca1-71f5979b1dfd","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":"cbfb905e-cc25-47e9-8277-68b17cc21378","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":"OWQyYmY1NmVkZjhhOWQwZDE3ZTljOWMyNjFlYWQ2Y2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0ea17e1e-26d3-4a37-b776-79f836999a33","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":"6f87bf03-741b-4ee7-ad3b-54e371025d8f","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":"aec8bb80-751d-4e97-9003-7fc42c9553f7","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":"a9b9092f-9fa7-450c-af92-e910775adcbe","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":"YzZlYjEzMDFmNzAxMTczMDYzNjQ1MzIzYWViMTE4MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70449544-8692-4c44-9aaf-2759537f6516","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e10da24-5e58-46ae-83e7-a91529888b0e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:39:13.485Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:39:13.485Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:39:13.485Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:39:13.485Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:39:14.486Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:39:14.486Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:39:14.486Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:39:14.486Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:39:15.487Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:39:15.487Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:39:15.487Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:39:15.487Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:39:16.489Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:39:16.489Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:39:16.489Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:39:16.489Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:39:17.491Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:39:17.491Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:39:17.491Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:39:17.491Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:39:18.492Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:39:18.492Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:39:18.492Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:39:18.492Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:39:19.493Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:39:19.493Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:39:19.493Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:39:19.494Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:39:20.494Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:39:20.495Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:39:20.495Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:39:20.495Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "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-23T13:39:21.496Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:39:21.496Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:39:21.496Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:39:21.496Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:39:22.497Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "98e58ff4-6fad-4c70-91be-d344b953a829", "serviceDescription": "service", "serviceInvariantUUID": "8e8c9270-29cc-44e2-b9f1-8924ef0852e8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "91e67a71-7073-461b-9b5b-53d7594b17c2", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3b86d439-9524-46df-8081-8ef325868ca7", "resourceInvariantUUID": "2a2b72c7-9cda-472e-8491-c51822e0125b", "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": "Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e10da24-5e58-46ae-83e7-a91529888b0e" } ], "workloadContext": "Production" } 2023-03-23T13:39:22.497Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:39:22.497Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC 2023-03-23T13:39:22.498Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:40698359-543a-4c50-8f8e-beb234359e90 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:98e58ff4-6fad-4c70-91be-d344b953a829 ServiceInvariantUUID:8e8c9270-29cc-44e2-b9f1-8924ef0852e8 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:0e10da24-5e58-46ae-83e7-a91529888b0e ArtifactChecksum:Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:91e67a71-7073-461b-9b5b-53d7594b17c2 ResourceInvariantUUID:2a2b72c7-9cda-472e-8491-c51822e0125b ResourceName:test-pnf ResourceType:PNF ResourceUUID:3b86d439-9524-46df-8081-8ef325868ca7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:39:22.498Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T13:39:22.550Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:39:22.551Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:39:22.551Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:39:22.551Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T13:39:22.551Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:39:22.551Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T13:39:22.584Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:39:22.584Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@23b4b321 2023-03-23T13:39:22.584Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:39:22.584Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-23T13:39:22.584Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0e10da24-5e58-46ae-83e7-a91529888b0e Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:39:22.585Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T13:39:22.585Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is not found) 2023-03-23T13:39:22.585Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:39:22.585Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:39:22.585Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:39:22.585Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578762585, "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-23T13:39:23.586Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:0e10da24-5e58-46ae-83e7-a91529888b0e) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T13:39:23.605Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:39:23.605Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3b86d439-9524-46df-8081-8ef325868ca7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:39:23.609Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||test-pnf 0 2023-03-23T13:39:23.610Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3b86d439-9524-46df-8081-8ef325868ca7 2023-03-23T13:39:23.610Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 98e58ff4-6fad-4c70-91be-d344b953a829 2023-03-23T13:39:23.610Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 98e58ff4-6fad-4c70-91be-d344b953a829 2023-03-23T13:39:23.610Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3b86d439-9524-46df-8081-8ef325868ca7 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-23T13:39:23.616Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Exception : java.lang.NullPointerException: null at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$2da00d2a.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-23T13:39:23.638Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback java.lang.NullPointerException: null at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$2da00d2a.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-23T13:39:23.641Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 3b86d439-9524-46df-8081-8ef325868ca7 0 ASDC deployResourceStructure 2023-03-23T13:39:23.642Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||ERROR|500||Exception occurred org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback. at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$2da00d2a.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-23T13:39:23.642Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T13:39:23.642Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.) 2023-03-23T13:39:23.642Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:39:23.642Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:39:23.642Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:39:23.642Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578763642, "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-23T13:39:24.643Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:39:24.663Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:39:24.668Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:39:24.669Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:39:24.669Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:39:24.669Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:39:24.669Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:39:24.669Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:39:24.669Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:39:24.669Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-23T13:39:24.669Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:39:24.680Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:39:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:39:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version615: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version616: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-23T13:39:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:39:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T13:39:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=90, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:39:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 90: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T13:39:49.203Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=90, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:39:49.204Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T13:39:49.204Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:39:49.208Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:39:49.209Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:39:49.209Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:39:49.209Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4037, offsetEpoch=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-23T13:39:49.209Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:39:49.209Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:39:50.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578670008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-03-23T13:39:50.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578671011, "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-23T13:39:50.228Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578672013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578703264, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.229Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578712676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578714751, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578715856, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578716955, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578718181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.230Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578719182, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578720183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578721184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578752455, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.231Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578107915, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578762585, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578763642, "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-23T13:39:50.232Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:39:54.680Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:39:54.691Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40698359-543a-4c50-8f8e-beb234359e90 and serviceModelVersionId: 98e58ff4-6fad-4c70-91be-d344b953a829 2023-03-23T13:39:54.692Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e8c9270-29cc-44e2-b9f1-8924ef0852e8 2023-03-23T13:39:54.692Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 2023-03-23T13:39:54.696Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:39:54.710Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||Invoke 2023-03-23T13:39:54.710Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[12b42137-50ea-4644-8e44-21cb492c4388], X-ECOMP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-TransactionId=[], X-ONAP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], Content-Type=[application/merge-patch+json]} 2023-03-23T13:39:54.717Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T13:39:54.864Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:39:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[290952], x-aai-txid=[2-aai-resources-230323-13:39:52:900-59092], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:39:54.864Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:39:54.865Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||InvokeReturn 2023-03-23T13:39:54.866Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:39:54.866Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:39:54.875Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:39:54.875Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40698359-543a-4c50-8f8e-beb234359e90 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-23T13:39:54.875Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:39:54.875Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:39:54.875Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:39:54.875Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578794875, "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-23T13:39:55.904Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T13:39:55.905Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-23T13:39:55.906Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-23T13:39:55.907Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-23T13:39:55.907Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 2 disconnected. 2023-03-23T13:39:55.907Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cancelled in-flight METADATA request with correlation id 1020999 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-23T13:39:55.908Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:39:55.908Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:39:55.908Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:39:55.908Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T13:39:55.911Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-7dd6c46c-d845-4bea-bb66-cf54953421e2 2023-03-23T13:39:55.911Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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=22, 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-23T13:39:55.912Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:39:55.912Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T13:39:58.346Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:01.364Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:04.372Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:07.381Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:10.390Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:13.400Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:16.411Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:19.420Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:22.430Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:25.439Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:28.453Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:31.462Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:34.473Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:37.485Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:40.502Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:43.523Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:46.531Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:40:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:40:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:40:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T13:40:49.192Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=91, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-7dd6c46c-d845-4bea-bb66-cf54953421e2', protocol='range'} 2023-03-23T13:40:49.192Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=91, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:40:49.199Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T13:40:49.199Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T13:40:49.199Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T13:40:49.199Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T13:40:49.199Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T13:40:49.199Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T13:40:49.200Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 91: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-7dd6c46c-d845-4bea-bb66-cf54953421e2=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T13:40:49.213Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=91, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-7dd6c46c-d845-4bea-bb66-cf54953421e2', protocol='range'} 2023-03-23T13:40:49.213Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=91, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:40:49.213Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:40:49.214Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T13:40:49.214Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:40:49.214Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:40:49.218Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:40:49.218Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:40:49.218Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:40:49.218Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:40:49.218Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:40:49.218Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:40:49.218Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=13, 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-23T13:40:49.218Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:40:49.218Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:40:49.218Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4069, offsetEpoch=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-23T13:40:49.218Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:40:49.218Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:40:50.238Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:40:50.238Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578794875, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-23T13:40:50.239Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:40:50.270Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:40:50.271Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:40:50.275Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:40:50.275Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:40:50.275Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:40:50.276Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:40:51.276Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:40:51.277Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:40:51.277Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:40:51.277Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:40:52.278Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:40:52.279Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:40:52.279Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:40:52.279Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:40:53.280Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:40:53.280Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:40:53.280Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:40:53.281Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:40:54.281Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:40:54.282Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:40:54.282Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:40:54.282Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:40:55.283Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:40:55.283Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:40:55.283Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:40:55.283Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:40:56.284Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:40:56.284Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:40:56.284Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:40:56.284Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:40:57.285Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T13:40:57.285Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:40:57.285Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T13:40:57.285Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:40:57.285Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:40:57.323Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:40:57.323Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:40:57.323Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:40:57.324Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T13:40:57.324Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:40:57.324Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T13:40:57.345Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:40:57.346Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4f8d5cc1 2023-03-23T13:40:57.346Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:40:57.346Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T13:40:57.346Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:40:57.346Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T13:40:57.346Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T13:40:57.346Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:40:57.346Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:40:57.347Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:40:57.347Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578857346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:40:58.347Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T13:40:58.363Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:40:58.363Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:40:58.366Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T13:40:58.367Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T13:40:58.367Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T13:40:58.367Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:40:58.367Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T13:40:58.385Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:40:58.385Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@66aca79d 2023-03-23T13:40:58.385Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:40:58.386Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T13:40:58.386Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:40:58.386Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T13:40:58.386Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T13:40:58.386Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:40:58.386Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:40:58.386Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:40:58.386Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578858386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:40:59.388Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T13:40:59.388Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:40:59.424Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:40:59.429Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:40:59.429Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:41:29.430Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:41:29.470Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:41:29.476Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:41:29.476Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:41:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:41:49.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:41:49.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:41:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:41:59.476Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:41:59.500Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:41:59.505Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:41:59.505Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:42:29.506Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:42:29.529Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:42:29.533Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:42:29.533Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:42:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:42:49.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:42:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:42:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:42:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:42:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T13:42:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:42:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:42:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:42:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:42:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:42:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T13:42:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:42:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:42:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:42:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:42:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:42:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:42:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:42:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:42:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578857346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:42:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:42:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:42:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679578858386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:42:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:42:59.534Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:42:59.562Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:42:59.568Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:42:59.568Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:43:29.568Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:43:29.596Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:43:29.601Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:43:29.601Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:43:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:43:59.601Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:43:59.621Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:43:59.624Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:43:59.624Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:44:29.625Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:44:29.654Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:44:29.659Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:44:29.659Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:44:49.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:44:59.660Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:44:59.687Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:44:59.692Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:44:59.692Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:45:29.692Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:45:29.706Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:45:29.710Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:45:29.710Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:45:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:45:50.281Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:45:50.281Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-7dd6c46c-d845-4bea-bb66-cf54953421e2 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-23T13:45:50.282Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T13:45:50.282Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T13:45:52.885Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:45:52.907Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:45:52.907Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T13:45:52.911Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=92, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:45:52.912Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 92: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T13:45:52.926Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=92, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:45:52.927Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T13:45:52.927Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:45:52.930Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:45:52.930Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:45:52.930Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:45:52.930Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4079, offsetEpoch=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-23T13:45:52.930Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:45:52.930Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:45:59.710Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T13:45:59.711Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:45:59.722Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T13:45:59.723Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T13:45:59.723Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T13:45:59.728Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:45:59.745Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:45:59.746Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T13:45:59.749Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T13:45:59.781Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T13:45:59.784Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 13:45:57 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[27], x-aai-txid=[1-aai-resources-230323-13:45:57:928-53425], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:45:59.789Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T13:45:59.794Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:45:59.795Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T13:45:59.795Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:45:59.795Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T13:45:59.802Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:45:59.803Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:45:59.803Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T13:45:59.803Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:45:59.803Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:45:59.803Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579159803, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:45:59.823Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:45:59.824Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579159803, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T13:45:59.824Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|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-23T13:46:00.823Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:46:00.823Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"cb9a0670-fdaa-4040-a746-0cec6c8479df","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e45fd639-5114-45d1-8f98-09296814703b","serviceDescription":"service","serviceInvariantUUID":"aea2f03e-4830-4f22-b445-64179a3c2e96","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"21654d5c-6d16-44b1-ad0c-32ccb7e1c047","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":"MzgzZjcxNDdkYTIwNjQyNWQxYjVhYjAzMmY1NjE1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"531d7c0d-fb6b-40c7-a592-63ed9bf18f6f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d361ab15-4d9e-4f87-a173-2592c49ee813","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:46:00.823Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:46:00.823Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:00.823Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:00.824Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:46:01.825Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:46:01.825Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:01.825Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:01.825Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:02.827Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e45fd639-5114-45d1-8f98-09296814703b", "serviceDescription": "service", "serviceInvariantUUID": "aea2f03e-4830-4f22-b445-64179a3c2e96", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "21654d5c-6d16-44b1-ad0c-32ccb7e1c047", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d361ab15-4d9e-4f87-a173-2592c49ee813" } ], "workloadContext": "Production" } 2023-03-23T13:46:02.827Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:46:02.828Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45fd639-5114-45d1-8f98-09296814703b ASDC 2023-03-23T13:46:02.829Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:cb9a0670-fdaa-4040-a746-0cec6c8479df ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e45fd639-5114-45d1-8f98-09296814703b ServiceInvariantUUID:aea2f03e-4830-4f22-b445-64179a3c2e96 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:d361ab15-4d9e-4f87-a173-2592c49ee813 ArtifactChecksum:ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-23T13:46:02.829Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45fd639-5114-45d1-8f98-09296814703b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:46:02.874Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:46:02.875Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:46:02.875Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:46:02.875Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:46:02.875Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:46:02.875Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:46:02.905Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:46:02.905Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6d2f239a 2023-03-23T13:46:02.905Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:46:02.905Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-23T13:46:02.905Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d361ab15-4d9e-4f87-a173-2592c49ee813 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:46:02.905Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:46:02.905Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is not found) 2023-03-23T13:46:02.906Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:46:02.906Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:02.906Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:02.906Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579162905, "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-23T13:46:03.906Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:d361ab15-4d9e-4f87-a173-2592c49ee813) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T13:46:03.943Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists 2023-03-23T13:46:03.944Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:46:03.944Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists) 2023-03-23T13:46:03.944Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:46:03.944Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:03.944Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:03.944Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579163944, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:04.945Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:46:04.945Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-23T13:46:04.945Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:46:04.945Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:04.945Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:04.945Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579164945, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:05.947Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:46:05.967Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:46:05.970Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:46:05.970Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:46:05.970Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:46:05.970Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:46:05.970Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:46:05.971Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:46:05.971Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:46:05.971Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:46:05.971Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:46:05.979Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:46:35.980Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:46:35.987Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and serviceModelVersionId: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T13:46:35.988Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea2f03e-4830-4f22-b445-64179a3c2e96 2023-03-23T13:46:35.989Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 2023-03-23T13:46:36.000Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:46:36.018Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||Invoke 2023-03-23T13:46:36.019Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[225fdfcf-bbe5-47ba-9860-7abd5b6245ff], X-ECOMP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-TransactionId=[], X-ONAP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], Content-Type=[application/merge-patch+json]} 2023-03-23T13:46:36.025Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:46:36.164Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:46:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[278568], x-aai-txid=[0-aai-resources-230323-13:46:34:205-13561], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:46:36.165Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:46:36.165Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||InvokeReturn 2023-03-23T13:46:36.165Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:46:36.165Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:46:36.175Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:46:36.176Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb9a0670-fdaa-4040-a746-0cec6c8479df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:46:36.176Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:46:36.176Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:36.176Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:36.176Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579196176, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:46:37.197Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:46:37.197Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"52b59d89-63ea-4683-b920-7ca2a36b51cc","serviceName":"Demo_pNF_nNhaXs3XD4ZVVBsHuxA1","serviceVersion":"1.0","serviceUUID":"9dfe125f-b0af-458c-9072-fe2538a83f36","serviceDescription":"catalog service description","serviceInvariantUUID":"fb2dc051-de24-4766-9c47-994c8d5a0431","resources":[{"resourceInstanceName":"pNF f3c4dfd7-82d9 0","resourceName":"pNF f3c4dfd7-82d9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"874a0dc3-2f4c-46cb-8f84-8747b567f730","resourceInvariantUUID":"383a85a2-d7af-4c97-bc09-4b6581c8c9ef","resourceCustomizationUUID":"136aeb8c-5891-456d-a4bf-383ed78d0d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml","artifactChecksum":"ZmEwMzQwYmI3YTEzZmM5OTg0NjI1YWNmMjhhNmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b27ec1ed-5edb-4b3b-a795-9de5b034918c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf7b8044-e51d-495f-bc10-1c4e1bbe8e5d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0dd1941-bdee-43cb-9c6d-d92b577a8e26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml","artifactChecksum":"YWJhZGVmMDkzYTU3ODU0ZTYyMTM5ODM4MDc0MzkxZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d960d7-f59f-4895-9e7b-8d1e255fe83c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ed2b9da-b57f-4348-beba-0f4fa1e2c029","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85ab0328-16f6-4a47-8691-103fef1f16d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactChecksum":"MDg3Nzk5MTRiMThhNTljYTJkYWQxNjc5YzFkZWI5NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae48e3b-9444-44f7-9567-b3707c5b5795","artifactVersion":"1"},{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactChecksum":"YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be742e24-eea6-4edc-86bd-beedc8ec33f4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:46:37.197Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:46:37.198Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:37.198Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:37.198Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:38.198Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:46:38.198Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:38.199Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:38.199Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:39.201Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:46:39.201Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:39.201Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:39.201Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:40.202Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:46:40.202Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:40.202Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:40.202Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:41.203Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:46:41.203Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:41.203Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:41.203Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:42.204Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:46:42.204Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:42.204Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:42.204Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:43.209Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:46:43.210Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:43.210Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:43.210Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:44.210Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:46:44.210Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:44.211Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:44.211Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:45.211Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "serviceName": "Demo_pNF_nNhaXs3XD4ZVVBsHuxA1", "serviceVersion": "1.0", "serviceUUID": "9dfe125f-b0af-458c-9072-fe2538a83f36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fb2dc051-de24-4766-9c47-994c8d5a0431", "resources": [ { "resourceInstanceName": "pNF f3c4dfd7-82d9 0", "resourceCustomizationUUID": "136aeb8c-5891-456d-a4bf-383ed78d0d18", "resourceName": "pNF f3c4dfd7-82d9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "874a0dc3-2f4c-46cb-8f84-8747b567f730", "resourceInvariantUUID": "383a85a2-d7af-4c97-bc09-4b6581c8c9ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactChecksum": "YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be742e24-eea6-4edc-86bd-beedc8ec33f4" } ], "workloadContext": "Production" } 2023-03-23T13:46:45.211Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:46:45.211Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC 2023-03-23T13:46:45.212Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:52b59d89-63ea-4683-b920-7ca2a36b51cc ServiceName:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 ServiceVersion:1.0 ServiceUUID:9dfe125f-b0af-458c-9072-fe2538a83f36 ServiceInvariantUUID:fb2dc051-de24-4766-9c47-994c8d5a0431 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactUUID:be742e24-eea6-4edc-86bd-beedc8ec33f4 ArtifactChecksum:YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f3c4dfd7-82d9 0 ResourceCustomizationUUID:136aeb8c-5891-456d-a4bf-383ed78d0d18 ResourceInvariantUUID:383a85a2-d7af-4c97-bc09-4b6581c8c9ef ResourceName:pNF f3c4dfd7-82d9 ResourceType:PNF ResourceUUID:874a0dc3-2f4c-46cb-8f84-8747b567f730 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:46:45.212Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:46:45.245Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:46:45.246Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:46:45.246Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:46:45.247Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 from URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:45.247Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:46:45.247Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:45.525Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:46:45.528Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar be742e24-eea6-4edc-86bd-beedc8ec33f4 88024 2023-03-23T13:46:45.530Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:46:45.530Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:45.530Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:46:45.531Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:45.531Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:45.531Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579205530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:46.532Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:46:46.533Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:46:46.534Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4, URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar to file: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:46.534Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:46.535Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:46.535Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:46.631Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7970620389753142374/Definitions/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml 2023-03-23T13:46:47.304Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:46:47.304Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:46:47.304Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:47.304Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:46:47.304Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:47.304Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:47.304Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:47.304Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:47.304Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:47.304Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:47.304Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3c4dfd7-82d9 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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:46:47.304Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:46:47.305Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:46:47.305Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:46:47.305Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:46:47.305Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:46:47.305Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:46:47.305Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:46:47.305Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:46:47.305Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:46:47.306Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:46:47.306Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:46:47.306Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:46:47.306Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:46:47.306Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:46:47.306Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:46:47.306Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:46:47.306Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:46:47.306Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:46:47.306Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:46:47.306Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:46:47.306Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:46:47.306Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 Description:catalog service description Model UUID:9dfe125f-b0af-458c-9072-fe2538a83f36 Model Version:NULL Model InvariantUuid:fb2dc051-de24-4766-9c47-994c8d5a0431 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-23T13:46:47.350Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||ERROR|500||Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists 2023-03-23T13:46:47.351Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:46:47.351Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists) 2023-03-23T13:46:47.351Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:46:47.351Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:47.351Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:47.351Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579207351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:48.353Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:46:48.353Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists) 2023-03-23T13:46:48.353Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:46:48.353Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:46:48.354Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:46:48.354Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579208353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579162905, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579163944, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579164945, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579196176, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579205530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579207351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } 2023-03-23T13:46:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:46:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579208353, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } 2023-03-23T13:46:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:46:49.354Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:46:49.374Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:46:49.379Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:46:49.379Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:46:49.379Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:46:49.379Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:46:49.379Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:46:49.379Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:46:49.380Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:46:49.380Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:46:49.380Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:46:49.387Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:47:19.387Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:47:19.397Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and serviceModelVersionId: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T13:47:19.397Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb2dc051-de24-4766-9c47-994c8d5a0431 2023-03-23T13:47:19.398Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 2023-03-23T13:47:19.402Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:47:19.426Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||Invoke 2023-03-23T13:47:19.427Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ef8f2b8-2b1a-4dbc-b4a1-3642c0f8b1a4], X-ECOMP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-TransactionId=[], X-ONAP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], Content-Type=[application/merge-patch+json]} 2023-03-23T13:47:19.431Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:47:19.583Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:47:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[290880], x-aai-txid=[0-aai-resources-230323-13:47:17:610-50967], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:47:19.584Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:47:19.584Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||InvokeReturn 2023-03-23T13:47:19.584Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:47:19.584Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:47:19.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:47:19.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52b59d89-63ea-4683-b920-7ca2a36b51cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:47:19.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:47:19.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:47:19.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:47:19.594Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579239594, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:47:20.627Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:47:20.627Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ed92f4e-8831-4dae-9fc4-c913f13bfd2c","serviceDescription":"service","serviceInvariantUUID":"115c97a5-6a7d-42b4-b591-3979a0412d3b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fe72a46-0d46-46e5-8866-e7fce4f0a06a","resourceInvariantUUID":"6e27cd0c-c310-40ee-9850-c0f1e80de350","resourceCustomizationUUID":"5f375cfc-5f6b-4d90-9e43-a0c43c59ed43","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":"ZTgxNDk5MjBjNTBhOTMxMzI4NmQ4YTBiNmZkYTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c041d87-eb2c-4d84-9d4d-31212d4468c6","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":"MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d62f33-82cc-40ce-8b50-84f0f1a34ead","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":"8f92056e-cf8a-42b6-a1c2-a316e42d926a","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":"1cc09c01-2b85-48eb-b655-deed1d092c01","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":"57ae6deb-27f1-493a-ab0e-a34b5603044d","artifactVersion":"2","generatedFromUUID":"8f92056e-cf8a-42b6-a1c2-a316e42d926a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTczMjFiNDA3Y2M4YzM4ZTZkOGIyN2ZmNmQ3MzJmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba26974d-114e-45b4-a5fd-935e1103ec61","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc1bac0f-0922-46bc-b871-8dcfd7221db1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:47:20.628Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:47:20.628Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:47:20.628Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:47:20.628Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:47:21.629Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:47:21.629Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:47:21.629Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:47:21.629Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:47:22.630Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:47:22.631Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:47:22.631Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:47:22.631Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:47:23.631Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:47:23.632Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:47:23.632Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:47:23.632Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:47:24.632Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:47:24.632Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:47:24.632Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:47:24.632Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:47:25.633Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:47:25.634Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:47:25.634Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:47:25.634Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:47:26.635Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:47:26.635Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:47:26.635Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:47:26.635Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:47:27.636Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ed92f4e-8831-4dae-9fc4-c913f13bfd2c", "serviceDescription": "service", "serviceInvariantUUID": "115c97a5-6a7d-42b4-b591-3979a0412d3b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5f375cfc-5f6b-4d90-9e43-a0c43c59ed43", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3fe72a46-0d46-46e5-8866-e7fce4f0a06a", "resourceInvariantUUID": "6e27cd0c-c310-40ee-9850-c0f1e80de350", "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": "MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3d62f33-82cc-40ce-8b50-84f0f1a34ead", "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": "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "generatedFromUUID": "8f92056e-cf8a-42b6-a1c2-a316e42d926a" }, "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc1bac0f-0922-46bc-b871-8dcfd7221db1" } ], "workloadContext": "Production" } 2023-03-23T13:47:27.636Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:47:27.637Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC 2023-03-23T13:47:27.637Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ServiceInvariantUUID:115c97a5-6a7d-42b4-b591-3979a0412d3b 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:fc1bac0f-0922-46bc-b871-8dcfd7221db1 ArtifactChecksum:ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 ResourceInvariantUUID:6e27cd0c-c310-40ee-9850-c0f1e80de350 ResourceName:basic_vm ResourceType:VF ResourceUUID:3fe72a46-0d46-46e5-8866-e7fce4f0a06a 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:b3d62f33-82cc-40ce-8b50-84f0f1a34ead ArtifactChecksum:MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ= 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:8f92056e-cf8a-42b6-a1c2-a316e42d926a 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:57ae6deb-27f1-493a-ab0e-a34b5603044d 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:57ae6deb-27f1-493a-ab0e-a34b5603044d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:47:27.637Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:47:27.682Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:47:27.683Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:47:27.684Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:47:27.684Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:47:27.684Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:47:27.684Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:47:27.717Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:47:27.717Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@22cf5308 2023-03-23T13:47:27.718Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:47:27.718Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-23T13:47:27.718Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fc1bac0f-0922-46bc-b871-8dcfd7221db1 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:47:27.718Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:47:27.718Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is not found) 2023-03-23T13:47:27.718Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:47:27.718Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:47:27.719Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:47:27.719Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579247718, "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-23T13:47:28.719Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:fc1bac0f-0922-46bc-b871-8dcfd7221db1) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T13:47:28.763Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists 2023-03-23T13:47:28.763Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:47:28.763Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists) 2023-03-23T13:47:28.763Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:47:28.764Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:47:28.764Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:47:28.764Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579248763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:47:29.767Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:47:29.767Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists) 2023-03-23T13:47:29.767Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:47:29.767Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:47:29.768Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:47:29.768Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579249767, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:47:30.768Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:47:31.100Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:47:31.106Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:47:31.106Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:47:31.106Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:47:31.106Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:47:31.106Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:47:31.106Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:47:31.106Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:47:31.107Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:47:31.107Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:47:31.116Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:47:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:47:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:47:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579239594, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:47:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:47:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:47:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:47:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:47:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:47:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:47:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579247718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:47:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:47:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:47:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579248763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } 2023-03-23T13:47:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:47:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:47:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579249767, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } 2023-03-23T13:47:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:01.117Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:48:01.122Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and serviceModelVersionId: 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c 2023-03-23T13:48:01.122Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 115c97a5-6a7d-42b4-b591-3979a0412d3b 2023-03-23T13:48:01.122Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 2023-03-23T13:48:01.126Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:48:01.140Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||Invoke 2023-03-23T13:48:01.140Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7cae333-7592-489c-9f6d-2414bc7c30cf], X-ECOMP-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], X-TransactionId=[], X-ONAP-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], Content-Type=[application/merge-patch+json]} 2023-03-23T13:48:01.147Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:48:01.282Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:47:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[233680], x-aai-txid=[1-aai-resources-230323-13:47:59:327-61766], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:48:01.283Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:48:01.284Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||InvokeReturn 2023-03-23T13:48:01.285Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:48:01.287Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:48:01.294Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:48:01.294Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:48:01.295Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:48:01.295Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:01.295Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:01.295Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579281295, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:48:02.309Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:48:02.309Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4e3bccc0-8ad1-4022-86f4-d2d991531fa7","serviceName":"Demo_pNF_qmKu0IiQtL14aXlj0mwS","serviceVersion":"1.0","serviceUUID":"341816f4-b803-48c2-a119-f19f49c5bd1d","serviceDescription":"catalog service description","serviceInvariantUUID":"9e2cbbd4-72c1-4cb5-80ec-e27641a6346d","resources":[{"resourceInstanceName":"pNF 6d59ded1-c82a 0","resourceName":"pNF 6d59ded1-c82a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea1fcd1c-d846-49f4-b834-d17c91d4a50f","resourceInvariantUUID":"6162da41-54f1-4a9d-952d-ef60abf2c385","resourceCustomizationUUID":"133eb4b6-41ad-4583-ae08-82e55429d115","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml","artifactChecksum":"M2FmMTk5YTBlMDk2NzFiMjllZDc5OGI1MDgzNzI2NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0904a2-78b4-4ecb-9a70-2931bbb9c21b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec4d823e-c577-4b4c-8e5e-cb630f15820c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078d2cfc-8998-4bf7-a369-5e8ad54715f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE2NGIzNmJkODcwN2UxNGU3Yzc5OWJmMTM0N2NhZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25222fd2-e730-4168-abe9-a048b94cdd70","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fbe962c5-b706-4278-91e9-1d6dbe1e189e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f58b800-d52f-4763-8628-4e97323e3bba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactChecksum":"MWE4ZjMxN2Q2YmU5ZmY3ZDI0MWI2Zjc5ZTk2NTQ5ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f42cec2-76b3-42c0-ab97-708f567c534c","artifactVersion":"1"},{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactChecksum":"YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a56c270e-58ea-485c-8867-834e220b0cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:48:02.310Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:02.310Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:02.310Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:02.310Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:03.311Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:03.311Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:03.312Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:03.312Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:04.313Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:04.313Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:04.313Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:04.313Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:05.314Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:05.314Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:05.314Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:05.314Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:06.315Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:06.315Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:06.315Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:06.315Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:07.316Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:07.317Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:07.317Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:07.317Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:08.317Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:08.318Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:08.318Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:08.318Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:09.318Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:09.319Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:09.319Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:09.319Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:10.319Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "serviceName": "Demo_pNF_qmKu0IiQtL14aXlj0mwS", "serviceVersion": "1.0", "serviceUUID": "341816f4-b803-48c2-a119-f19f49c5bd1d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9e2cbbd4-72c1-4cb5-80ec-e27641a6346d", "resources": [ { "resourceInstanceName": "pNF 6d59ded1-c82a 0", "resourceCustomizationUUID": "133eb4b6-41ad-4583-ae08-82e55429d115", "resourceName": "pNF 6d59ded1-c82a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea1fcd1c-d846-49f4-b834-d17c91d4a50f", "resourceInvariantUUID": "6162da41-54f1-4a9d-952d-ef60abf2c385", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactChecksum": "YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a56c270e-58ea-485c-8867-834e220b0cd0" } ], "workloadContext": "Production" } 2023-03-23T13:48:10.319Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:48:10.319Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC 2023-03-23T13:48:10.320Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:4e3bccc0-8ad1-4022-86f4-d2d991531fa7 ServiceName:Demo_pNF_qmKu0IiQtL14aXlj0mwS ServiceVersion:1.0 ServiceUUID:341816f4-b803-48c2-a119-f19f49c5bd1d ServiceInvariantUUID:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactUUID:a56c270e-58ea-485c-8867-834e220b0cd0 ArtifactChecksum:YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d59ded1-c82a 0 ResourceCustomizationUUID:133eb4b6-41ad-4583-ae08-82e55429d115 ResourceInvariantUUID:6162da41-54f1-4a9d-952d-ef60abf2c385 ResourceName:pNF 6d59ded1-c82a ResourceType:PNF ResourceUUID:ea1fcd1c-d846-49f4-b834-d17c91d4a50f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:48:10.320Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:48:10.341Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:48:10.342Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:48:10.342Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:48:10.342Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0 from URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:10.342Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:48:10.342Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:10.632Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:48:10.636Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar a56c270e-58ea-485c-8867-834e220b0cd0 88008 2023-03-23T13:48:10.636Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:48:10.636Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:10.636Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:48:10.637Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:10.637Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:10.638Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579290636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:11.639Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:48:11.641Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:48:11.641Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0, URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar to file: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:11.641Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:11.642Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:11.642Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:11.728Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP453501537761068277/Definitions/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml 2023-03-23T13:48:12.320Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d59ded1-c82a 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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:12.321Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T13:48:12.322Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:48:12.322Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:48:12.322Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:12.322Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:12.322Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:12.322Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:12.322Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:12.322Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:12.322Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:12.322Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:12.322Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:12.322Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:12.322Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qmKu0IiQtL14aXlj0mwS Description:catalog service description Model UUID:341816f4-b803-48c2-a119-f19f49c5bd1d Model Version:NULL Model InvariantUuid:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 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-23T13:48:12.362Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||ERROR|500||Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists 2023-03-23T13:48:12.362Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:48:12.362Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists) 2023-03-23T13:48:12.362Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:48:12.363Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:12.363Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:12.363Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579292362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:13.363Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:48:13.364Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists) 2023-03-23T13:48:13.364Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:48:13.364Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:13.364Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:13.365Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579293363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:14.365Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:48:14.384Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:48:14.389Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:48:14.389Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:48:14.389Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:48:14.389Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:48:14.389Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:48:14.389Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:48:14.390Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:48:14.390Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:48:14.390Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:48:14.398Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:48:44.399Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:48:44.407Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and serviceModelVersionId: 341816f4-b803-48c2-a119-f19f49c5bd1d 2023-03-23T13:48:44.408Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 2023-03-23T13:48:44.409Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 2023-03-23T13:48:44.415Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:48:44.435Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:48:44.437Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||Invoke 2023-03-23T13:48:44.442Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:48:44.583Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||InvokeReturn 2023-03-23T13:48:44.584Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:48:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[647264], x-aai-txid=[0-aai-resources-230323-13:48:42:622-20208], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:48:44.584Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:48:44.584Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:48:44.584Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:48:44.589Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:48:44.589Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:48:44.589Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:48:44.589Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:44.589Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:44.589Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579324589, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:48:45.616Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:48:45.617Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"eb1868dd-7bb4-4ba1-a9ef-373145db848d","serviceName":"Demo_pNF_pHxYVKghYIVeXvrjUC6W","serviceVersion":"1.0","serviceUUID":"74311808-79e5-4380-99af-4632cacfcb23","serviceDescription":"catalog service description","serviceInvariantUUID":"da95f872-9813-42b5-bf68-ed5422161feb","resources":[{"resourceInstanceName":"pNF d1fbb461-99b7 0","resourceName":"pNF d1fbb461-99b7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"340c1941-d3e9-4226-ac19-f57c4cf51179","resourceInvariantUUID":"5ce10c3c-bbcd-405e-a1b5-b469478cda74","resourceCustomizationUUID":"fb618d18-b805-4f0f-b435-556ef3e97d85","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml","artifactChecksum":"ZGE2OTg2YTJhM2Y1YTliYTYxYjFkOTM0Mzk4YTJlZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72bb70ef-3971-40bf-87b0-0548301b7faa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"100afad2-b565-4db5-81d9-f99f2fc5f662","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edd74bbe-7662-423d-831c-1326c5bc1b32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml","artifactChecksum":"Y2M3YzAyZGFlMTI4Yjc5MTJiODE1NzEyZTNlOWQxZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6cd9b0fb-9b61-4243-a070-0682195e341f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1de2baf6-265c-4841-8396-1f916435b6e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39edcd22-b0ec-40f4-8a4a-542ff7ede2c2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactChecksum":"NWNkYThkMDU2MGZjMGViMzM2NGFjZjA1MDkxNjgxNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"641d030b-db38-4daa-aa68-9698f243f0a8","artifactVersion":"1"},{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactChecksum":"ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bae75039-32d0-4ba8-ab06-41f1c7e6af02","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:48:45.617Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:45.617Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:45.617Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:45.617Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:46.618Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:46.618Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:46.619Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:46.619Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:47.619Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:47.620Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:47.620Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:47.620Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:48.621Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:48.621Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:48.621Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:48.621Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "cds-sdc-listener", "timestamp": 1679579259419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "ves-openapi-manager", "timestamp": 1679579257475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.180Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "policy-distribution-id", "timestamp": 1679579260272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "multicloud-k8s", "timestamp": 1679579257723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "cds-sdc-listener", "timestamp": 1679579259419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "ves-openapi-manager", "timestamp": 1679579257475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "policy-distribution-id", "timestamp": 1679579260272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.181Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "multicloud-k8s", "timestamp": 1679579257723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "cds-sdc-listener", "timestamp": 1679579259419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "ves-openapi-manager", "timestamp": 1679579257475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "policy-distribution-id", "timestamp": 1679579260272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "multicloud-k8s", "timestamp": 1679579257723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "aai-model-loader", "timestamp": 1679579271160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.182Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "cds-sdc-listener", "timestamp": 1679579259419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "ves-openapi-manager", "timestamp": 1679579257475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.183Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "policy-distribution-id", "timestamp": 1679579260272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "multicloud-k8s", "timestamp": 1679579257723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "aai-model-loader", "timestamp": 1679579271160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "cds-sdc-listener", "timestamp": 1679579259419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "ves-openapi-manager", "timestamp": 1679579257475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.184Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "policy-distribution-id", "timestamp": 1679579260272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "multicloud-k8s", "timestamp": 1679579257723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "aai-model-loader", "timestamp": 1679579271160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "cds-sdc-listener", "timestamp": 1679579259419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "ves-openapi-manager", "timestamp": 1679579257475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "policy-distribution-id", "timestamp": 1679579260272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.185Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "multicloud-k8s", "timestamp": 1679579257723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "aai-model-loader", "timestamp": 1679579271160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "cds-sdc-listener", "timestamp": 1679579259419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "ves-openapi-manager", "timestamp": 1679579257475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "policy-distribution-id", "timestamp": 1679579260272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "multicloud-k8s", "timestamp": 1679579257723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.186Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679579274450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "aai-model-loader", "timestamp": 1679579271160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "cds-sdc-listener", "timestamp": 1679579259419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "ves-openapi-manager", "timestamp": 1679579257475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "policy-distribution-id", "timestamp": 1679579260272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.187Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "multicloud-k8s", "timestamp": 1679579257723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679579274450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "aai-model-loader", "timestamp": 1679579271160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "cds-sdc-listener", "timestamp": 1679579259419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:48:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.188Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "ves-openapi-manager", "timestamp": 1679579257475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "policy-distribution-id", "timestamp": 1679579260272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "multicloud-k8s", "timestamp": 1679579257723, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679579274450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "aai-model-loader", "timestamp": 1679579271160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "cds-sdc-listener", "timestamp": 1679579278277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.189Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "policy-distribution-id", "timestamp": 1679579277112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679579274450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "aai-model-loader", "timestamp": 1679579271160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "policy-distribution-id", "timestamp": 1679579278118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679579274450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.190Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "aai-model-loader", "timestamp": 1679579271160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:48:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.191Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "policy-distribution-id", "timestamp": 1679579279120, "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-23T13:48:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 2023-03-23T13:48:49.226Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 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-23T13:48:49.245Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.245Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579281295, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:48:49.245Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.245Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.245Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679579274450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.246Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.246Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.246Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "aai-model-loader", "timestamp": 1679579280340, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:48:49.246Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.246Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.246Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.246Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.246Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.246Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679579274450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.247Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.247Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.248Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.248Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.248Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.248Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679579274450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.248Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.248Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.248Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.249Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.249Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.249Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679579274450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:48:49.249Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.249Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.249Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.249Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.249Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.249Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "aai-model-loader", "timestamp": 1679579284036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:48:49.250Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.250Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.250Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679579284230, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:48:49.250Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.250Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.250Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.250Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.250Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.250Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "aai-model-loader", "timestamp": 1679579285038, "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-23T13:48:49.261Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 2023-03-23T13:48:49.261Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 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-23T13:48:49.283Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.284Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.284Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.284Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.284Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679579285956, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:48:49.284Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.285Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.285Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.285Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.285Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.285Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679579286959, "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-23T13:48:49.298Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 2023-03-23T13:48:49.298Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 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-23T13:48:49.318Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.319Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:48:49.319Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.319Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.319Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579290636, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:48:49.319Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.319Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.320Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579292362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } 2023-03-23T13:48:49.320Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.320Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.320Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579293363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } 2023-03-23T13:48:49.320Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.320Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.320Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579324589, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:48:49.320Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.321Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.321Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.321Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.321Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.321Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.321Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.321Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.322Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.322Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.322Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:48:49.322Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:48:49.322Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:48:49.622Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:49.622Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:49.622Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:49.622Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:50.623Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:50.623Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:50.623Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:50.623Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:51.623Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:51.624Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:51.624Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:51.624Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:52.624Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:48:52.625Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:52.625Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:52.625Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:53.625Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "serviceName": "Demo_pNF_pHxYVKghYIVeXvrjUC6W", "serviceVersion": "1.0", "serviceUUID": "74311808-79e5-4380-99af-4632cacfcb23", "serviceDescription": "catalog service description", "serviceInvariantUUID": "da95f872-9813-42b5-bf68-ed5422161feb", "resources": [ { "resourceInstanceName": "pNF d1fbb461-99b7 0", "resourceCustomizationUUID": "fb618d18-b805-4f0f-b435-556ef3e97d85", "resourceName": "pNF d1fbb461-99b7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "340c1941-d3e9-4226-ac19-f57c4cf51179", "resourceInvariantUUID": "5ce10c3c-bbcd-405e-a1b5-b469478cda74", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactChecksum": "ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bae75039-32d0-4ba8-ab06-41f1c7e6af02" } ], "workloadContext": "Production" } 2023-03-23T13:48:53.626Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:48:53.626Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 74311808-79e5-4380-99af-4632cacfcb23 ASDC 2023-03-23T13:48:53.626Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:eb1868dd-7bb4-4ba1-a9ef-373145db848d ServiceName:Demo_pNF_pHxYVKghYIVeXvrjUC6W ServiceVersion:1.0 ServiceUUID:74311808-79e5-4380-99af-4632cacfcb23 ServiceInvariantUUID:da95f872-9813-42b5-bf68-ed5422161feb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactUUID:bae75039-32d0-4ba8-ab06-41f1c7e6af02 ArtifactChecksum:ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d1fbb461-99b7 0 ResourceCustomizationUUID:fb618d18-b805-4f0f-b435-556ef3e97d85 ResourceInvariantUUID:5ce10c3c-bbcd-405e-a1b5-b469478cda74 ResourceName:pNF d1fbb461-99b7 ResourceType:PNF ResourceUUID:340c1941-d3e9-4226-ac19-f57c4cf51179 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:48:53.626Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74311808-79e5-4380-99af-4632cacfcb23 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:48:53.662Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:48:53.663Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:48:53.663Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:48:53.663Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 from URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:53.663Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:48:53.663Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:53.983Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:48:53.988Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar bae75039-32d0-4ba8-ab06-41f1c7e6af02 88025 2023-03-23T13:48:53.988Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T13:48:53.988Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:53.988Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:48:53.988Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:53.988Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:53.989Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579333988, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:54.989Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:48:54.990Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:48:54.991Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02, URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar to file: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:54.991Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:54.992Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:54.993Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:55.117Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10449712194697195166/Definitions/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml 2023-03-23T13:48:55.691Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:48:55.691Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:48:55.691Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:55.691Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:48:55.691Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:55.692Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:55.692Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1fbb461-99b7 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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:55.692Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:55.692Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:55.692Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:55.692Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:48:55.692Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:48:55.692Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:55.692Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:55.692Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T13:48:55.692Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:55.693Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:48:55.694Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:48:55.694Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_pHxYVKghYIVeXvrjUC6W Description:catalog service description Model UUID:74311808-79e5-4380-99af-4632cacfcb23 Model Version:NULL Model InvariantUuid:da95f872-9813-42b5-bf68-ed5422161feb 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-23T13:48:55.734Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||ERROR|500||Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists 2023-03-23T13:48:55.735Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T13:48:55.735Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists) 2023-03-23T13:48:55.735Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:48:55.735Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:55.735Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:55.735Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579335735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:56.736Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T13:48:56.736Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists) 2023-03-23T13:48:56.736Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:48:56.736Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:48:56.737Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:48:56.737Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579336736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:48:57.738Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:48:57.758Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:48:57.762Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:48:57.762Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:48:57.762Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:48:57.762Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:48:57.762Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:48:57.762Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:48:57.762Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:48:57.763Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:48:57.763Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:48:57.775Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:49:27.775Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:49:27.787Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and serviceModelVersionId: 74311808-79e5-4380-99af-4632cacfcb23 2023-03-23T13:49:27.788Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da95f872-9813-42b5-bf68-ed5422161feb 2023-03-23T13:49:27.789Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 2023-03-23T13:49:27.794Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:49:27.811Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:49:27.813Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||Invoke 2023-03-23T13:49:27.820Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:49:27.975Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||InvokeReturn 2023-03-23T13:49:27.977Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:49:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[282760], x-aai-txid=[1-aai-resources-230323-13:49:26:005-39266], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:49:27.978Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:49:27.978Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:49:27.978Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:49:27.991Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:49:27.992Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb1868dd-7bb4-4ba1-a9ef-373145db848d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:49:27.992Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:49:27.992Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:27.992Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:27.992Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579367992, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:49:29.020Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:49:29.020Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4728c90c-52d9-4976-a0bc-e8a7fe12e2ec","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1b4600dd-fe59-4506-baf6-ead4f27719b5","serviceDescription":"service","serviceInvariantUUID":"55bd29ae-4f90-43c1-b5b3-b0be8bca6573","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f","resourceInvariantUUID":"7641635d-b469-4196-b44a-501d66e2e4ea","resourceCustomizationUUID":"ad2c6752-a967-4c03-a1ad-7d0bc9416167","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":"YjQyZjk3ZTNhOThlN2VlMGYwYzk4OWU5YWZkNzkyNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f07bf3f-d075-4518-8a6d-80b0a410251f","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":"OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61e68242-5134-44b0-8a25-c4898f994284","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":"bf063fe8-58d7-42b9-8083-715116e43845","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":"e365c34c-7674-4f6f-978f-efc59a9ed64a","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":"f10c145e-3751-45fa-9349-f55d5408727c","artifactVersion":"2","generatedFromUUID":"46441173-75ed-4253-a744-db24a703f0cc"},{"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":"1d944166-2285-41aa-a799-c43608e4377c","artifactVersion":"2","generatedFromUUID":"bf063fe8-58d7-42b9-8083-715116e43845"},{"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":"46441173-75ed-4253-a744-db24a703f0cc","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":"f2d3c315-b11a-409d-b941-fa3617d47aae","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":"MTE1NDQ4ZDc4NDgyYTFkZDM2OWRhY2U2ZTk0ZTIyNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9733096-033e-4d69-9a49-4d906610e91e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49915f74-047d-460a-9f8b-1b76125fe0de","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:49:29.020Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:49:29.021Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:29.021Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:29.021Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:49:30.021Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:49:30.022Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:30.022Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:30.022Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:49:31.022Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:49:31.023Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:31.023Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:31.023Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:49:32.024Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:49:32.024Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:32.024Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:32.024Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:49:33.025Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:49:33.025Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:33.025Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:33.025Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:49:34.026Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:49:34.026Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:34.026Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:34.026Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:49:35.027Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:49:35.027Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:35.027Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:35.027Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:49:36.028Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:49:36.028Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:36.028Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:36.029Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:49:37.029Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:49:37.029Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:37.030Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:37.030Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:49:38.030Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:49:38.031Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:38.031Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:38.031Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:49:39.038Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1b4600dd-fe59-4506-baf6-ead4f27719b5", "serviceDescription": "service", "serviceInvariantUUID": "55bd29ae-4f90-43c1-b5b3-b0be8bca6573", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "ad2c6752-a967-4c03-a1ad-7d0bc9416167", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f", "resourceInvariantUUID": "7641635d-b469-4196-b44a-501d66e2e4ea", "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": "OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61e68242-5134-44b0-8a25-c4898f994284", "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": "bf063fe8-58d7-42b9-8083-715116e43845", "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": "1d944166-2285-41aa-a799-c43608e4377c", "generatedFromUUID": "bf063fe8-58d7-42b9-8083-715116e43845" }, "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": "f10c145e-3751-45fa-9349-f55d5408727c", "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": "1d944166-2285-41aa-a799-c43608e4377c", "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": "46441173-75ed-4253-a744-db24a703f0cc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "49915f74-047d-460a-9f8b-1b76125fe0de" } ], "workloadContext": "Production" } 2023-03-23T13:49:39.038Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:49:39.038Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC 2023-03-23T13:49:39.038Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:4728c90c-52d9-4976-a0bc-e8a7fe12e2ec ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1b4600dd-fe59-4506-baf6-ead4f27719b5 ServiceInvariantUUID:55bd29ae-4f90-43c1-b5b3-b0be8bca6573 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:49915f74-047d-460a-9f8b-1b76125fe0de ArtifactChecksum:YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:ad2c6752-a967-4c03-a1ad-7d0bc9416167 ResourceInvariantUUID:7641635d-b469-4196-b44a-501d66e2e4ea ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f 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:61e68242-5134-44b0-8a25-c4898f994284 ArtifactChecksum:OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ= 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:bf063fe8-58d7-42b9-8083-715116e43845 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:1d944166-2285-41aa-a799-c43608e4377c 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:f10c145e-3751-45fa-9349-f55d5408727c 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:1d944166-2285-41aa-a799-c43608e4377c 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:46441173-75ed-4253-a744-db24a703f0cc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:49:39.038Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:49:39.146Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:49:39.146Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:49:39.146Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:49:39.146Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 49915f74-047d-460a-9f8b-1b76125fe0de from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T13:49:39.147Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:49:39.147Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T13:49:39.219Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:49:39.220Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7652a5a9 2023-03-23T13:49:39.220Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:49:39.220Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicCnfMacro" ] } } } 2023-03-23T13:49:39.220Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 49915f74-047d-460a-9f8b-1b76125fe0de Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:49:39.220Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:49:39.220Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||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-23T13:49:39.220Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:49:39.220Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:39.220Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:39.220Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579379220, "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-23T13:49:40.221Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:49915f74-047d-460a-9f8b-1b76125fe0de) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T13:49:40.279Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||ERROR|500||Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists 2023-03-23T13:49:40.279Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T13:49:40.280Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists) 2023-03-23T13:49:40.281Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:49:40.281Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:40.281Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:40.281Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579380279, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:49:41.282Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T13:49:41.282Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists) 2023-03-23T13:49:41.283Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:49:41.283Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:49:41.283Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:49:41.283Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579381282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:49:42.284Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:49:42.301Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:49:42.305Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:49:42.305Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:49:42.305Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:49:42.305Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:49:42.305Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:49:42.305Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:49:42.305Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:49:42.305Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:49:42.305Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:49:42.312Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:49:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:49:49.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:49:49.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:49:49.173Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:12.313Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:50:12.321Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and serviceModelVersionId: 1b4600dd-fe59-4506-baf6-ead4f27719b5 2023-03-23T13:50:12.321Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55bd29ae-4f90-43c1-b5b3-b0be8bca6573 2023-03-23T13:50:12.322Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 2023-03-23T13:50:12.327Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:50:12.340Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||Invoke 2023-03-23T13:50:12.340Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4728c90c-52d9-4976-a0bc-e8a7fe12e2ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2d5b5dc0-f73d-4cda-856a-3f21efa4c2d7], X-ECOMP-RequestID=[4728c90c-52d9-4976-a0bc-e8a7fe12e2ec], X-TransactionId=[], X-ONAP-RequestID=[4728c90c-52d9-4976-a0bc-e8a7fe12e2ec], Content-Type=[application/merge-patch+json]} 2023-03-23T13:50:12.347Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:50:12.493Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:50:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[376888], x-aai-txid=[0-aai-resources-230323-13:50:10:528-76493], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:50:12.493Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:50:12.495Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||InvokeReturn 2023-03-23T13:50:12.496Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:50:12.496Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:50:12.503Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:50:12.503Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:50:12.503Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:50:12.503Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:12.503Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:12.503Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579412503, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:50:13.523Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:50:13.523Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"8a75e09b-0672-4b8f-8480-8d9afbb54cb3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"99e8fd40-7a66-4d28-9695-b786c986bf94","serviceDescription":"service","serviceInvariantUUID":"e2ff2e6f-e1b2-4caa-a71c-33793763c749","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2fa16e7b-c45f-41bf-b922-74ffe18edada","resourceInvariantUUID":"47774d5e-7c3e-4537-ab81-1d814930dba0","resourceCustomizationUUID":"a62c265d-7164-43af-8645-482167f456c9","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":"MDc3YzcwNzJmMDI4YzJiMGIxMTQyMDA3M2RmODVjZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3fbfbfb-a1e5-4448-a00e-e0829d14554f","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":"NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e15a011-b20f-4c23-b94b-9042f21695c8","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":"f699ba35-8ec7-415e-a0f3-01827cd64410","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":"a0f081f1-3679-4cbd-bc4d-ad897d54c0f4","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":"92e51b8c-657f-4f82-85fa-cc074aa86873","artifactVersion":"2","generatedFromUUID":"f699ba35-8ec7-415e-a0f3-01827cd64410"},{"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":"OWQ1MWMzOGZjMDJlOWU4MTEyNzJjMjVhMzVkZDY3NzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"929007d7-af73-48dd-8fa7-ec7cf924bb03","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":"Zjk2MWMwZWU2MWIyNWE3NjRiNmI4MzY4YzhlYzM0YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7f17690-b53d-4bcb-af4e-54f7c827c8c7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45749d9b-1023-46ce-89d4-a30395ff33d7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:50:13.523Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:50:13.523Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:13.524Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:13.524Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:50:14.524Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:50:14.524Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:14.524Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:14.524Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:50:15.525Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:50:15.526Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:15.526Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:15.526Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:50:16.530Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:50:16.530Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:16.530Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:16.530Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:50:17.531Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:50:17.532Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:17.532Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:17.532Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:50:18.533Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:50:18.533Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:18.533Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:18.533Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:50:19.534Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:50:19.534Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:19.534Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:19.535Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:50:20.536Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:50:20.537Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:20.537Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:20.537Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:50:21.538Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "99e8fd40-7a66-4d28-9695-b786c986bf94", "serviceDescription": "service", "serviceInvariantUUID": "e2ff2e6f-e1b2-4caa-a71c-33793763c749", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "a62c265d-7164-43af-8645-482167f456c9", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2fa16e7b-c45f-41bf-b922-74ffe18edada", "resourceInvariantUUID": "47774d5e-7c3e-4537-ab81-1d814930dba0", "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": "NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e15a011-b20f-4c23-b94b-9042f21695c8", "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": "f699ba35-8ec7-415e-a0f3-01827cd64410", "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "generatedFromUUID": "f699ba35-8ec7-415e-a0f3-01827cd64410" }, "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45749d9b-1023-46ce-89d4-a30395ff33d7" } ], "workloadContext": "Production" } 2023-03-23T13:50:21.539Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:50:21.539Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC 2023-03-23T13:50:21.539Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:8a75e09b-0672-4b8f-8480-8d9afbb54cb3 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:99e8fd40-7a66-4d28-9695-b786c986bf94 ServiceInvariantUUID:e2ff2e6f-e1b2-4caa-a71c-33793763c749 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:45749d9b-1023-46ce-89d4-a30395ff33d7 ArtifactChecksum:NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:a62c265d-7164-43af-8645-482167f456c9 ResourceInvariantUUID:47774d5e-7c3e-4537-ab81-1d814930dba0 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:2fa16e7b-c45f-41bf-b922-74ffe18edada 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:8e15a011-b20f-4c23-b94b-9042f21695c8 ArtifactChecksum:NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU= 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:f699ba35-8ec7-415e-a0f3-01827cd64410 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:92e51b8c-657f-4f82-85fa-cc074aa86873 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:92e51b8c-657f-4f82-85fa-cc074aa86873 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:50:21.540Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:50:21.573Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:50:21.573Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:50:21.573Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:50:21.573Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T13:50:21.573Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:50:21.573Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T13:50:21.596Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||GET Response Status 404 2023-03-23T13:50:21.596Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2f45c69e 2023-03-23T13:50:21.596Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:50:21.597Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVmMacro" ] } } } 2023-03-23T13:50:21.597Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 45749d9b-1023-46ce-89d4-a30395ff33d7 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:50:21.597Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T13:50:21.597Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is not found) 2023-03-23T13:50:21.597Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:50:21.597Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:21.597Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:21.597Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579421597, "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-23T13:50:22.598Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:45749d9b-1023-46ce-89d4-a30395ff33d7) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T13:50:22.651Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||ERROR|500||Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists 2023-03-23T13:50:22.652Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T13:50:22.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists) 2023-03-23T13:50:22.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:50:22.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:22.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:22.653Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579422652, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:50:23.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T13:50:23.654Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists) 2023-03-23T13:50:23.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:50:23.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:23.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:23.655Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579423654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:50:24.656Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:50:24.678Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:50:24.681Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:50:24.681Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:50:24.682Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:50:24.682Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:50:24.682Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:50:24.682Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:50:24.682Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:50:24.682Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:50:24.682Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:50:24.690Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:50:49.172Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:50:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:50:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.175Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579333988, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579335735, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579336736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579367992, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.176Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.177Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579379220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.178Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579380279, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists" } 2023-03-23T13:50:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T13:50:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579381282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists" } 2023-03-23T13:50:49.179Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:50:54.690Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:50:54.699Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and serviceModelVersionId: 99e8fd40-7a66-4d28-9695-b786c986bf94 2023-03-23T13:50:54.700Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2ff2e6f-e1b2-4caa-a71c-33793763c749 2023-03-23T13:50:54.700Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 2023-03-23T13:50:54.706Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:50:54.720Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||Invoke 2023-03-23T13:50:54.720Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[01067878-c8b6-485b-8069-f5175daaa513], X-ECOMP-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], X-TransactionId=[], X-ONAP-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], Content-Type=[application/merge-patch+json]} 2023-03-23T13:50:54.729Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:50:54.881Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:50:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[340032], x-aai-txid=[2-aai-resources-230323-13:50:52:910-78496], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:50:54.881Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:50:54.882Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||InvokeReturn 2023-03-23T13:50:54.882Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:50:54.882Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:50:54.893Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:50:54.893Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:50:54.894Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:50:54.894Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:54.894Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:54.894Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579454893, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:50:55.917Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T13:50:55.917Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"40698359-543a-4c50-8f8e-beb234359e90","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"98e58ff4-6fad-4c70-91be-d344b953a829","serviceDescription":"service","serviceInvariantUUID":"8e8c9270-29cc-44e2-b9f1-8924ef0852e8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3b86d439-9524-46df-8081-8ef325868ca7","resourceInvariantUUID":"2a2b72c7-9cda-472e-8491-c51822e0125b","resourceCustomizationUUID":"91e67a71-7073-461b-9b5b-53d7594b17c2","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":"NWUzOGNiZWI2NjhjYjY2ODBiMDcxNmFkZjRlM2VlMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2580bc3e-6b2e-47df-9d97-5c3ad32316aa","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":"e4c641e2-1546-4808-aca1-71f5979b1dfd","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":"cbfb905e-cc25-47e9-8277-68b17cc21378","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":"OWQyYmY1NmVkZjhhOWQwZDE3ZTljOWMyNjFlYWQ2Y2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0ea17e1e-26d3-4a37-b776-79f836999a33","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":"6f87bf03-741b-4ee7-ad3b-54e371025d8f","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":"aec8bb80-751d-4e97-9003-7fc42c9553f7","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":"a9b9092f-9fa7-450c-af92-e910775adcbe","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":"YzZlYjEzMDFmNzAxMTczMDYzNjQ1MzIzYWViMTE4MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70449544-8692-4c44-9aaf-2759537f6516","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e10da24-5e58-46ae-83e7-a91529888b0e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:50:55.917Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:50:55.918Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:55.918Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:55.918Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:50:56.918Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:50:56.919Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:56.919Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:56.919Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:50:57.920Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:50:57.920Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:57.920Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:57.920Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:50:58.921Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:50:58.921Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:58.921Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:58.921Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:50:59.922Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:50:59.922Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:50:59.922Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:50:59.922Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:51:00.924Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:51:00.924Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:00.924Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:00.924Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:51:01.925Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:51:01.926Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:01.926Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:01.926Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:51:02.927Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:51:02.928Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:02.928Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:02.928Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "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-23T13:51:03.929Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:51:03.929Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:03.929Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:03.930Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:51:04.930Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "98e58ff4-6fad-4c70-91be-d344b953a829", "serviceDescription": "service", "serviceInvariantUUID": "8e8c9270-29cc-44e2-b9f1-8924ef0852e8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "91e67a71-7073-461b-9b5b-53d7594b17c2", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3b86d439-9524-46df-8081-8ef325868ca7", "resourceInvariantUUID": "2a2b72c7-9cda-472e-8491-c51822e0125b", "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": "Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e10da24-5e58-46ae-83e7-a91529888b0e" } ], "workloadContext": "Production" } 2023-03-23T13:51:04.931Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:51:04.931Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC 2023-03-23T13:51:04.931Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:40698359-543a-4c50-8f8e-beb234359e90 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:98e58ff4-6fad-4c70-91be-d344b953a829 ServiceInvariantUUID:8e8c9270-29cc-44e2-b9f1-8924ef0852e8 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:0e10da24-5e58-46ae-83e7-a91529888b0e ArtifactChecksum:Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:91e67a71-7073-461b-9b5b-53d7594b17c2 ResourceInvariantUUID:2a2b72c7-9cda-472e-8491-c51822e0125b ResourceName:test-pnf ResourceType:PNF ResourceUUID:3b86d439-9524-46df-8081-8ef325868ca7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:51:04.931Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:51:04.953Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:51:04.953Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:51:04.953Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:51:04.953Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T13:51:04.954Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-03-23T13:51:04.954Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T13:51:05.262Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-03-23T13:51:05.267Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0e10da24-5e58-46ae-83e7-a91529888b0e 111099 2023-03-23T13:51:05.267Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T13:51:05.267Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T13:51:05.267Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:51:05.267Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:05.267Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:05.268Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579465267, "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-23T13:51:06.268Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:51:06.269Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-03-23T13:51:06.269Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T13:51:06.270Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-03-23T13:51:06.270Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T13:51:06.271Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T13:51:06.401Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9043813136023064292/Definitions/service-TestPnfMacro-template.yml 2023-03-23T13:51:07.011Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:51:07.012Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:51:07.012Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T13:51:07.012Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:51:07.012Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T13:51:07.012Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T13:51:07.012Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T13:51:07.012Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T13:51:07.012Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T13:51:07.012Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T13:51:07.013Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T13:51:07.013Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-03-23T13:51:07.013Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:51:07.013Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:51:07.013Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-23T13:51:07.013Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:51:07.013Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:51:07.013Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:51:07.014Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:aeba33bd-e3e5-4835-acd1-0c71dd9a7bec Model Version:NULL Model InvariantUuid:e4d33f9e-91f6-490b-8695-18970cb067db 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-23T13:51:07.030Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3b86d439-9524-46df-8081-8ef325868ca7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:51:07.034Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||test-pnf 0 2023-03-23T13:51:07.034Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3b86d439-9524-46df-8081-8ef325868ca7 2023-03-23T13:51:07.034Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 98e58ff4-6fad-4c70-91be-d344b953a829 2023-03-23T13:51:07.034Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 98e58ff4-6fad-4c70-91be-d344b953a829 2023-03-23T13:51:07.034Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3b86d439-9524-46df-8081-8ef325868ca7 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-23T13:51:07.044Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17f43631, org.onap.sdc.toscaparser.api.parameters.Input@664da34a, org.onap.sdc.toscaparser.api.parameters.Input@66e27e57, org.onap.sdc.toscaparser.api.parameters.Input@53bf0225, org.onap.sdc.toscaparser.api.parameters.Input@654cf3dd] 2023-03-23T13:51:07.044Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:51:07.044Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:51:07.044Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid aeba33bd-e3e5-4835-acd1-0c71dd9a7bec: test-pnf 2023-03-23T13:51:07.044Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Processing PNF resource: 3b86d439-9524-46df-8081-8ef325868ca7 2023-03-23T13:51:07.044Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:51:07.044Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:51:07.044Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||WARN|500||Resource customization UUID: dbd519a5-d33f-4ac5-979c-98d248931ed4 is NOT the same as notified resource customizationUUID: 91e67a71-7073-461b-9b5b-53d7594b17c2 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-23T13:51:07.084Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3b86d439-9524-46df-8081-8ef325868ca7 0 ASDC deployResourceStructure 2023-03-23T13:51:07.084Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T13:51:07.084Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T13:51:07.084Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T13:51:07.084Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:07.084Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:07.084Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579467084, "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-23T13:51:08.085Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:51:08.104Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:51:08.108Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:51:08.108Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:51:08.108Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:51:08.108Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:51:08.108Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:51:08.108Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:51:08.109Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:51:08.109Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:51:08.109Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:51:08.115Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:51:38.115Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:51:38.123Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40698359-543a-4c50-8f8e-beb234359e90 and serviceModelVersionId: 98e58ff4-6fad-4c70-91be-d344b953a829 2023-03-23T13:51:38.123Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e8c9270-29cc-44e2-b9f1-8924ef0852e8 2023-03-23T13:51:38.124Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 2023-03-23T13:51:38.127Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:51:38.140Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||Invoke 2023-03-23T13:51:38.140Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de34dde9-8171-4763-b205-87d2b3b326e5], X-ECOMP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-TransactionId=[], X-ONAP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], Content-Type=[application/merge-patch+json]} 2023-03-23T13:51:38.145Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:51:38.427Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:51:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[279], vertex-id=[290952], x-aai-txid=[0-aai-resources-230323-13:51:36:324-32501], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:51:38.427Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:51:38.428Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||InvokeReturn 2023-03-23T13:51:38.428Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:51:38.428Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:51:38.438Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:51:38.439Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40698359-543a-4c50-8f8e-beb234359e90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:51:38.439Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:51:38.439Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:38.439Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:38.439Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579498439, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:51:39.461Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T13:51:39.461Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-23T13:51:39.463Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-23T13:51:39.463Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-23T13:51:39.463Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cancelled in-flight METADATA request with correlation id 1021119 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-23T13:51:39.464Z||pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:51:39.464Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:51:39.464Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:51:39.464Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T13:51:39.468Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ba444194-e8e9-4a64-94f3-e51d47d927e4 2023-03-23T13:51:39.469Z||pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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=22, 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-23T13:51:39.469Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:51:39.470Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T13:51:42.269Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:51:45.278Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:51:48.289Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:51:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:51:49.185Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:51:49.185Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T13:51:49.189Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=93, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:51:49.190Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=93, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ba444194-e8e9-4a64-94f3-e51d47d927e4', protocol='range'} 2023-03-23T13:51:49.194Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T13:51:49.194Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T13:51:49.194Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T13:51:49.194Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T13:51:49.194Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T13:51:49.194Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T13:51:49.195Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 93: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ba444194-e8e9-4a64-94f3-e51d47d927e4=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T13:51:49.208Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=93, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:51:49.208Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=93, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ba444194-e8e9-4a64-94f3-e51d47d927e4', protocol='range'} 2023-03-23T13:51:49.208Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T13:51:49.208Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:51:49.209Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:51:49.209Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:51:49.211Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:51:49.211Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:51:49.211Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:51:49.211Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4210, offsetEpoch=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-23T13:51:49.211Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:51:49.211Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:51:49.212Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:51:49.212Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:51:49.212Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:51:49.212Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:51:49.212Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:51:49.212Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=13, 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-23T13:51:50.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579412503, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:51:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:51:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:51:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T13:51:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:51:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T13:51:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:51:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:51:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:51:50.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579421597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:51:50.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579422652, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists" } 2023-03-23T13:51:50.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579423654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists" } 2023-03-23T13:51:50.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579454893, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:51:50.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:51:50.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:51:50.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:51:50.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T13:51:50.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:51:50.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:51:50.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.238Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:51:50.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.238Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:51:50.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.238Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679578795904, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:51:50.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579465267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:51:50.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579467084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T13:51:50.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.239Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579498439, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:51:50.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:51:50.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:51:50.266Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:51:50.268Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:51:50.268Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:50.268Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:50.268Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:51:51.269Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:51:51.269Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:51.269Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:51.269Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:51:52.270Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:51:52.270Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:52.270Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:52.270Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:51:53.271Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:51:53.271Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:53.272Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:53.272Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:51:54.272Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:51:54.273Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:54.273Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:54.273Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:51:55.273Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:51:55.274Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:55.274Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:55.274Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:51:56.275Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:51:56.275Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:56.275Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:56.275Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:51:57.276Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T13:51:57.276Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:51:57.276Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T13:51:57.277Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:51:57.277Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:51:57.297Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:51:57.297Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:51:57.297Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:51:57.297Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T13:51:57.297Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T13:51:57.297Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T13:51:57.335Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T13:51:57.335Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@664d5d0f 2023-03-23T13:51:57.335Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:51:57.335Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T13:51:57.335Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:51:57.335Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T13:51:57.335Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T13:51:57.336Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:51:57.336Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:57.336Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:57.336Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579517335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:51:58.336Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T13:51:58.365Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:51:58.365Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:51:58.369Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T13:51:58.369Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T13:51:58.369Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T13:51:58.369Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T13:51:58.369Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T13:51:58.384Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T13:51:58.384Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@41c0e322 2023-03-23T13:51:58.385Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:51:58.385Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T13:51:58.385Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:51:58.385Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T13:51:58.385Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T13:51:58.385Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:51:58.385Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:51:58.385Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:51:58.385Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579518385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:51:59.386Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T13:51:59.386Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:51:59.421Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:51:59.424Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:51:59.424Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:52:29.424Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:52:29.435Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:52:29.436Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:52:29.436Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:52:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:52:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:52:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:52:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:52:59.436Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:52:59.449Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:52:59.451Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:52:59.451Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:53:29.451Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:53:29.467Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:53:29.469Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:53:29.469Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:53:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:53:49.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:53:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:53:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:53:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:53:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T13:53:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:53:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:53:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:53:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:53:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:53:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T13:53:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:53:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:53:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:53:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:53:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:53:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:53:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:53:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:53:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579517335, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:53:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:53:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:53:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579518385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:53:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:53:59.469Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:53:59.495Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:53:59.498Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:53:59.498Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:54:29.498Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:54:29.515Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:54:29.517Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:54:29.517Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:54:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:54:59.518Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:54:59.535Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:54:59.537Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:54:59.537Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:55:29.538Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:55:29.556Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:55:29.558Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:55:29.558Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:55:49.173Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:55:59.558Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:55:59.577Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:55:59.578Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:55:59.578Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:56:29.578Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:56:29.595Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:56:29.597Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T13:56:29.598Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T13:56:49.175Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:56:50.282Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T13:56:50.283Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-ba444194-e8e9-4a64-94f3-e51d47d927e4 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-23T13:56:50.283Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T13:56:50.283Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T13:56:52.852Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T13:56:52.864Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:56:52.864Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T13:56:52.868Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=94, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:56:52.868Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 94: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T13:56:52.881Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=94, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T13:56:52.882Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T13:56:52.882Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T13:56:52.884Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T13:56:52.884Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:56:52.884Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:56:52.884Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4244, offsetEpoch=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-23T13:56:52.885Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T13:56:52.885Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T13:56:59.598Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T13:56:59.598Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:56:59.605Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T13:56:59.606Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T13:56:59.607Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T13:56:59.617Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:56:59.632Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T13:56:59.633Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2639387-2c4f-45f0-86ac-92a9f6f275b4], X-ECOMP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-TransactionId=[], X-ONAP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], Content-Type=[application/merge-patch+json]} 2023-03-23T13:56:59.639Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T13:56:59.676Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 13:56:57 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[34], x-aai-txid=[1-aai-resources-230323-13:56:57:817-63759], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:56:59.677Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?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/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T13:56:59.678Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T13:56:59.681Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:56:59.681Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T13:56:59.681Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:56:59.684Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T13:56:59.693Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:56:59.693Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T13:56:59.693Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T13:56:59.693Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:56:59.693Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:56:59.693Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579819693, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:56:59.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:56:59.712Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679579819693, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T13:56:59.713Z||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-23T13:57:00.714Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:57:00.715Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"cb9a0670-fdaa-4040-a746-0cec6c8479df","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e45fd639-5114-45d1-8f98-09296814703b","serviceDescription":"service","serviceInvariantUUID":"aea2f03e-4830-4f22-b445-64179a3c2e96","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"21654d5c-6d16-44b1-ad0c-32ccb7e1c047","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":"MzgzZjcxNDdkYTIwNjQyNWQxYjVhYjAzMmY1NjE1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"531d7c0d-fb6b-40c7-a592-63ed9bf18f6f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d361ab15-4d9e-4f87-a173-2592c49ee813","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:57:00.715Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:57:00.715Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:00.715Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:00.715Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T13:57:01.716Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:57:01.716Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:01.716Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:01.716Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:02.717Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e45fd639-5114-45d1-8f98-09296814703b", "serviceDescription": "service", "serviceInvariantUUID": "aea2f03e-4830-4f22-b445-64179a3c2e96", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "21654d5c-6d16-44b1-ad0c-32ccb7e1c047", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d361ab15-4d9e-4f87-a173-2592c49ee813" } ], "workloadContext": "Production" } 2023-03-23T13:57:02.717Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:57:02.717Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45fd639-5114-45d1-8f98-09296814703b ASDC 2023-03-23T13:57:02.717Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:cb9a0670-fdaa-4040-a746-0cec6c8479df ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e45fd639-5114-45d1-8f98-09296814703b ServiceInvariantUUID:aea2f03e-4830-4f22-b445-64179a3c2e96 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:d361ab15-4d9e-4f87-a173-2592c49ee813 ArtifactChecksum:ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-23T13:57:02.717Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45fd639-5114-45d1-8f98-09296814703b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:57:02.746Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:57:02.746Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:57:02.746Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:57:02.746Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:57:02.746Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T13:57:02.747Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T13:57:02.786Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T13:57:02.786Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@57ff5018 2023-03-23T13:57:02.786Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:57:02.787Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-23T13:57:02.787Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d361ab15-4d9e-4f87-a173-2592c49ee813 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:57:02.787Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:57:02.787Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is not found) 2023-03-23T13:57:02.787Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:57:02.787Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:02.787Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:02.787Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579822787, "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-23T13:57:03.788Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:d361ab15-4d9e-4f87-a173-2592c49ee813) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T13:57:03.823Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists 2023-03-23T13:57:03.823Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:57:03.823Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists) 2023-03-23T13:57:03.823Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:57:03.823Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:03.823Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:03.823Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579823823, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:04.824Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T13:57:04.824Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-23T13:57:04.824Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:57:04.825Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:04.825Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:04.825Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579824824, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:05.826Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:57:05.842Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:57:05.844Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:57:05.844Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:57:05.844Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:57:05.844Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:57:05.845Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:57:05.845Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:57:05.845Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:57:05.845Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:57:05.845Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:57:05.853Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:57:35.854Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:57:35.861Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and serviceModelVersionId: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T13:57:35.861Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea2f03e-4830-4f22-b445-64179a3c2e96 2023-03-23T13:57:35.863Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 2023-03-23T13:57:35.876Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:57:35.896Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||Invoke 2023-03-23T13:57:35.897Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ade72bfa-4762-469b-b760-cbbaefc8bc5a], X-ECOMP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-TransactionId=[], X-ONAP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], Content-Type=[application/merge-patch+json]} 2023-03-23T13:57:35.904Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:57:36.035Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:57:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[278568], x-aai-txid=[1-aai-resources-230323-13:57:34:080-80549], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:57:36.035Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:57:36.036Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||InvokeReturn 2023-03-23T13:57:36.036Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:57:36.037Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:57:36.052Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:57:36.052Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb9a0670-fdaa-4040-a746-0cec6c8479df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:57:36.053Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:57:36.053Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:36.053Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:36.053Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579856052, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:57:37.073Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:57:37.073Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"52b59d89-63ea-4683-b920-7ca2a36b51cc","serviceName":"Demo_pNF_nNhaXs3XD4ZVVBsHuxA1","serviceVersion":"1.0","serviceUUID":"9dfe125f-b0af-458c-9072-fe2538a83f36","serviceDescription":"catalog service description","serviceInvariantUUID":"fb2dc051-de24-4766-9c47-994c8d5a0431","resources":[{"resourceInstanceName":"pNF f3c4dfd7-82d9 0","resourceName":"pNF f3c4dfd7-82d9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"874a0dc3-2f4c-46cb-8f84-8747b567f730","resourceInvariantUUID":"383a85a2-d7af-4c97-bc09-4b6581c8c9ef","resourceCustomizationUUID":"136aeb8c-5891-456d-a4bf-383ed78d0d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml","artifactChecksum":"ZmEwMzQwYmI3YTEzZmM5OTg0NjI1YWNmMjhhNmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b27ec1ed-5edb-4b3b-a795-9de5b034918c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf7b8044-e51d-495f-bc10-1c4e1bbe8e5d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0dd1941-bdee-43cb-9c6d-d92b577a8e26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml","artifactChecksum":"YWJhZGVmMDkzYTU3ODU0ZTYyMTM5ODM4MDc0MzkxZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d960d7-f59f-4895-9e7b-8d1e255fe83c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ed2b9da-b57f-4348-beba-0f4fa1e2c029","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85ab0328-16f6-4a47-8691-103fef1f16d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactChecksum":"MDg3Nzk5MTRiMThhNTljYTJkYWQxNjc5YzFkZWI5NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae48e3b-9444-44f7-9567-b3707c5b5795","artifactVersion":"1"},{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactChecksum":"YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be742e24-eea6-4edc-86bd-beedc8ec33f4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:57:37.074Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:57:37.074Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:37.074Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:37.074Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:38.075Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:57:38.076Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:38.076Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:38.076Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:39.077Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:57:39.077Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:39.077Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:39.077Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:40.078Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:57:40.078Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:40.078Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:40.079Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:41.079Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:57:41.080Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:41.080Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:41.080Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:42.080Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:57:42.081Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:42.081Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:42.081Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:43.082Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:57:43.082Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:43.082Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:43.083Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:44.084Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:57:44.084Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:44.085Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:44.085Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:45.086Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "serviceName": "Demo_pNF_nNhaXs3XD4ZVVBsHuxA1", "serviceVersion": "1.0", "serviceUUID": "9dfe125f-b0af-458c-9072-fe2538a83f36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fb2dc051-de24-4766-9c47-994c8d5a0431", "resources": [ { "resourceInstanceName": "pNF f3c4dfd7-82d9 0", "resourceCustomizationUUID": "136aeb8c-5891-456d-a4bf-383ed78d0d18", "resourceName": "pNF f3c4dfd7-82d9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "874a0dc3-2f4c-46cb-8f84-8747b567f730", "resourceInvariantUUID": "383a85a2-d7af-4c97-bc09-4b6581c8c9ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactChecksum": "YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be742e24-eea6-4edc-86bd-beedc8ec33f4" } ], "workloadContext": "Production" } 2023-03-23T13:57:45.086Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:57:45.087Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC 2023-03-23T13:57:45.087Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:52b59d89-63ea-4683-b920-7ca2a36b51cc ServiceName:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 ServiceVersion:1.0 ServiceUUID:9dfe125f-b0af-458c-9072-fe2538a83f36 ServiceInvariantUUID:fb2dc051-de24-4766-9c47-994c8d5a0431 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactUUID:be742e24-eea6-4edc-86bd-beedc8ec33f4 ArtifactChecksum:YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f3c4dfd7-82d9 0 ResourceCustomizationUUID:136aeb8c-5891-456d-a4bf-383ed78d0d18 ResourceInvariantUUID:383a85a2-d7af-4c97-bc09-4b6581c8c9ef ResourceName:pNF f3c4dfd7-82d9 ResourceType:PNF ResourceUUID:874a0dc3-2f4c-46cb-8f84-8747b567f730 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:57:45.087Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:57:45.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:57:45.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:57:45.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:57:45.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 from URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:45.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T13:57:45.122Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:45.433Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T13:57:45.436Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar be742e24-eea6-4edc-86bd-beedc8ec33f4 88024 2023-03-23T13:57:45.436Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:57:45.436Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:45.437Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:57:45.437Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:45.438Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:45.438Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579865436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:46.439Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:57:46.439Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:57:46.440Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4, URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar to file: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:46.440Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:46.440Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:46.441Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:46.555Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2357671355520400602/Definitions/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml 2023-03-23T13:57:47.131Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:57:47.131Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T13:57:47.131Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:47.131Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:57:47.132Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:47.132Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:47.132Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:47.132Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:47.132Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:47.132Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:47.132Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3c4dfd7-82d9 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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T13:57:47.132Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T13:57:47.132Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:57:47.132Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:57:47.133Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:57:47.133Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T13:57:47.133Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:57:47.133Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:57:47.133Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:57:47.133Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T13:57:47.133Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T13:57:47.133Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:57:47.133Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:57:47.133Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:57:47.133Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:57:47.134Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:57:47.134Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:57:47.134Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:57:47.134Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:57:47.134Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:57:47.134Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:57:47.134Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:57:47.134Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 Description:catalog service description Model UUID:9dfe125f-b0af-458c-9072-fe2538a83f36 Model Version:NULL Model InvariantUuid:fb2dc051-de24-4766-9c47-994c8d5a0431 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-23T13:57:47.178Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||ERROR|500||Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists 2023-03-23T13:57:47.179Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:57:47.179Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists) 2023-03-23T13:57:47.179Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:57:47.179Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:47.179Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:47.179Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579867179, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:48.180Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T13:57:48.180Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists) 2023-03-23T13:57:48.180Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:57:48.180Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:57:48.180Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:57:48.180Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579868180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:57:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:57:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579822787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579823823, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579824824, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679579856052, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:57:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:57:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.182Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc 2023-03-23T13:57:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579865436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:57:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579867179, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } 2023-03-23T13:57:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:57:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:57:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579868180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } 2023-03-23T13:57:49.184Z||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: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:57:49.203Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:57:49.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:57:49.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:57:49.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:57:49.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:57:49.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:57:49.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:57:49.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:57:49.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:57:49.206Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:57:49.214Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:58:19.214Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:58:19.221Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and serviceModelVersionId: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T13:58:19.222Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb2dc051-de24-4766-9c47-994c8d5a0431 2023-03-23T13:58:19.223Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 2023-03-23T13:58:19.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:58:19.254Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T13:58:19.255Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||Invoke 2023-03-23T13:58:19.266Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:58:19.444Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||InvokeReturn 2023-03-23T13:58:19.444Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:58:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[173], vertex-id=[290880], x-aai-txid=[2-aai-resources-230323-13:58:17:444-59359], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:58:19.447Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:58:19.448Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:58:19.448Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:58:19.457Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:58:19.457Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52b59d89-63ea-4683-b920-7ca2a36b51cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:58:19.457Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:58:19.457Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:58:19.457Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:58:19.457Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579899457, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:58:20.473Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:58:20.473Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ed92f4e-8831-4dae-9fc4-c913f13bfd2c","serviceDescription":"service","serviceInvariantUUID":"115c97a5-6a7d-42b4-b591-3979a0412d3b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fe72a46-0d46-46e5-8866-e7fce4f0a06a","resourceInvariantUUID":"6e27cd0c-c310-40ee-9850-c0f1e80de350","resourceCustomizationUUID":"5f375cfc-5f6b-4d90-9e43-a0c43c59ed43","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":"ZTgxNDk5MjBjNTBhOTMxMzI4NmQ4YTBiNmZkYTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c041d87-eb2c-4d84-9d4d-31212d4468c6","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":"MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d62f33-82cc-40ce-8b50-84f0f1a34ead","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":"8f92056e-cf8a-42b6-a1c2-a316e42d926a","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":"1cc09c01-2b85-48eb-b655-deed1d092c01","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":"57ae6deb-27f1-493a-ab0e-a34b5603044d","artifactVersion":"2","generatedFromUUID":"8f92056e-cf8a-42b6-a1c2-a316e42d926a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTczMjFiNDA3Y2M4YzM4ZTZkOGIyN2ZmNmQ3MzJmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba26974d-114e-45b4-a5fd-935e1103ec61","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc1bac0f-0922-46bc-b871-8dcfd7221db1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:58:20.473Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:58:20.473Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:58:20.473Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:58:20.473Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T13:58:21.474Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:58:21.475Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:58:21.475Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:58:21.475Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T13:58:22.476Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:58:22.477Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:58:22.477Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:58:22.477Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T13:58:23.478Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:58:23.478Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:58:23.478Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:58:23.479Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T13:58:24.480Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:58:24.480Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:58:24.480Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:58:24.480Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T13:58:25.481Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:58:25.482Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:58:25.482Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:58:25.482Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T13:58:26.484Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:58:26.484Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:58:26.484Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:58:26.484Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:58:27.487Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ed92f4e-8831-4dae-9fc4-c913f13bfd2c", "serviceDescription": "service", "serviceInvariantUUID": "115c97a5-6a7d-42b4-b591-3979a0412d3b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5f375cfc-5f6b-4d90-9e43-a0c43c59ed43", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3fe72a46-0d46-46e5-8866-e7fce4f0a06a", "resourceInvariantUUID": "6e27cd0c-c310-40ee-9850-c0f1e80de350", "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": "MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3d62f33-82cc-40ce-8b50-84f0f1a34ead", "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": "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "generatedFromUUID": "8f92056e-cf8a-42b6-a1c2-a316e42d926a" }, "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc1bac0f-0922-46bc-b871-8dcfd7221db1" } ], "workloadContext": "Production" } 2023-03-23T13:58:27.487Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:58:27.487Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC 2023-03-23T13:58:27.487Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ServiceInvariantUUID:115c97a5-6a7d-42b4-b591-3979a0412d3b 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:fc1bac0f-0922-46bc-b871-8dcfd7221db1 ArtifactChecksum:ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 ResourceInvariantUUID:6e27cd0c-c310-40ee-9850-c0f1e80de350 ResourceName:basic_vm ResourceType:VF ResourceUUID:3fe72a46-0d46-46e5-8866-e7fce4f0a06a 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:b3d62f33-82cc-40ce-8b50-84f0f1a34ead ArtifactChecksum:MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ= 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:8f92056e-cf8a-42b6-a1c2-a316e42d926a 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:57ae6deb-27f1-493a-ab0e-a34b5603044d 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:57ae6deb-27f1-493a-ab0e-a34b5603044d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T13:58:27.488Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:58:27.518Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:58:27.519Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:58:27.519Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:58:27.519Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:58:27.519Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T13:58:27.519Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T13:58:27.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T13:58:27.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7a8c4f5a 2023-03-23T13:58:27.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T13:58:27.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-23T13:58:27.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fc1bac0f-0922-46bc-b871-8dcfd7221db1 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T13:58:27.564Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:58:27.564Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is not found) 2023-03-23T13:58:27.564Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T13:58:27.564Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:58:27.564Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:58:27.564Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579907564, "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-23T13:58:28.565Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:fc1bac0f-0922-46bc-b871-8dcfd7221db1) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T13:58:28.604Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists 2023-03-23T13:58:28.604Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:58:28.604Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists) 2023-03-23T13:58:28.604Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:58:28.604Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:58:28.604Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:58:28.604Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579908604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:58:29.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T13:58:29.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists) 2023-03-23T13:58:29.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:58:29.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:58:29.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:58:29.605Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579909605, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:58:30.606Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:58:30.621Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:58:30.623Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:58:30.623Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:58:30.623Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:58:30.623Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:58:30.623Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:58:30.624Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:58:30.624Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:58:30.624Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:58:30.624Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:58:30.631Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:58:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:58:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:58:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679579899457, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:58:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:58:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:58:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:58:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:58:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:58:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-23T13:58:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:58:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:58:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T13:58:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:58:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579907564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T13:58:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:58:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:58:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579908604, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } 2023-03-23T13:58:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:58:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:58:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579909605, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } 2023-03-23T13:58:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:00.632Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:59:00.637Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and serviceModelVersionId: 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c 2023-03-23T13:59:00.637Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 115c97a5-6a7d-42b4-b591-3979a0412d3b 2023-03-23T13:59:00.638Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 2023-03-23T13:59:00.644Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:59:00.662Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||Invoke 2023-03-23T13:59:00.663Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b58d78fd-6ccf-4716-ab9b-20a03e54f8b0], X-ECOMP-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], X-TransactionId=[], X-ONAP-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], Content-Type=[application/merge-patch+json]} 2023-03-23T13:59:00.667Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:59:00.815Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:58:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[233680], x-aai-txid=[0-aai-resources-230323-13:58:58:844-99721], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:59:00.816Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:59:00.817Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||InvokeReturn 2023-03-23T13:59:00.817Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:59:00.817Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:59:00.833Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:59:00.834Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:59:00.834Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:59:00.834Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:00.835Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:00.835Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579940834, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:59:01.856Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:59:01.856Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"4e3bccc0-8ad1-4022-86f4-d2d991531fa7","serviceName":"Demo_pNF_qmKu0IiQtL14aXlj0mwS","serviceVersion":"1.0","serviceUUID":"341816f4-b803-48c2-a119-f19f49c5bd1d","serviceDescription":"catalog service description","serviceInvariantUUID":"9e2cbbd4-72c1-4cb5-80ec-e27641a6346d","resources":[{"resourceInstanceName":"pNF 6d59ded1-c82a 0","resourceName":"pNF 6d59ded1-c82a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea1fcd1c-d846-49f4-b834-d17c91d4a50f","resourceInvariantUUID":"6162da41-54f1-4a9d-952d-ef60abf2c385","resourceCustomizationUUID":"133eb4b6-41ad-4583-ae08-82e55429d115","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml","artifactChecksum":"M2FmMTk5YTBlMDk2NzFiMjllZDc5OGI1MDgzNzI2NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0904a2-78b4-4ecb-9a70-2931bbb9c21b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec4d823e-c577-4b4c-8e5e-cb630f15820c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078d2cfc-8998-4bf7-a369-5e8ad54715f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE2NGIzNmJkODcwN2UxNGU3Yzc5OWJmMTM0N2NhZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25222fd2-e730-4168-abe9-a048b94cdd70","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fbe962c5-b706-4278-91e9-1d6dbe1e189e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f58b800-d52f-4763-8628-4e97323e3bba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactChecksum":"MWE4ZjMxN2Q2YmU5ZmY3ZDI0MWI2Zjc5ZTk2NTQ5ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f42cec2-76b3-42c0-ab97-708f567c534c","artifactVersion":"1"},{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactChecksum":"YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a56c270e-58ea-485c-8867-834e220b0cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:59:01.856Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:01.856Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:01.856Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:01.857Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:02.857Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:02.858Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:02.858Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:02.858Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:03.859Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:03.859Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:03.859Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:03.859Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:04.860Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:04.860Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:04.861Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:04.861Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:05.862Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:05.863Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:05.863Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:05.863Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:06.864Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:06.864Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:06.865Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:06.865Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:07.865Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:07.866Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:07.866Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:07.866Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:08.869Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:08.869Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:08.869Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:08.869Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:09.870Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "serviceName": "Demo_pNF_qmKu0IiQtL14aXlj0mwS", "serviceVersion": "1.0", "serviceUUID": "341816f4-b803-48c2-a119-f19f49c5bd1d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9e2cbbd4-72c1-4cb5-80ec-e27641a6346d", "resources": [ { "resourceInstanceName": "pNF 6d59ded1-c82a 0", "resourceCustomizationUUID": "133eb4b6-41ad-4583-ae08-82e55429d115", "resourceName": "pNF 6d59ded1-c82a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea1fcd1c-d846-49f4-b834-d17c91d4a50f", "resourceInvariantUUID": "6162da41-54f1-4a9d-952d-ef60abf2c385", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactChecksum": "YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a56c270e-58ea-485c-8867-834e220b0cd0" } ], "workloadContext": "Production" } 2023-03-23T13:59:09.870Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:59:09.870Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC 2023-03-23T13:59:09.871Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:4e3bccc0-8ad1-4022-86f4-d2d991531fa7 ServiceName:Demo_pNF_qmKu0IiQtL14aXlj0mwS ServiceVersion:1.0 ServiceUUID:341816f4-b803-48c2-a119-f19f49c5bd1d ServiceInvariantUUID:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactUUID:a56c270e-58ea-485c-8867-834e220b0cd0 ArtifactChecksum:YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d59ded1-c82a 0 ResourceCustomizationUUID:133eb4b6-41ad-4583-ae08-82e55429d115 ResourceInvariantUUID:6162da41-54f1-4a9d-952d-ef60abf2c385 ResourceName:pNF 6d59ded1-c82a ResourceType:PNF ResourceUUID:ea1fcd1c-d846-49f4-b834-d17c91d4a50f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:59:09.871Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:59:09.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:59:09.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:59:09.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:59:09.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0 from URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:09.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T13:59:09.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:10.150Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T13:59:10.153Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar a56c270e-58ea-485c-8867-834e220b0cd0 88008 2023-03-23T13:59:10.153Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:59:10.154Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:10.154Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:59:10.154Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:10.154Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:10.154Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579950153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:11.154Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:59:11.155Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:59:11.155Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0, URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar to file: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:11.156Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:11.156Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:11.157Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:11.261Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14873144111389129052/Definitions/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml 2023-03-23T13:59:11.837Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:59:11.838Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T13:59:11.838Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:11.838Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:59:11.838Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d59ded1-c82a 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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:11.838Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:11.838Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:11.838Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:11.838Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:11.838Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:11.838Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T13:59:11.838Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T13:59:11.838Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:11.838Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:11.839Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T13:59:11.839Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T13:59:11.839Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:59:11.839Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:11.839Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:11.839Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T13:59:11.839Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T13:59:11.839Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:59:11.839Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:11.839Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:11.839Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:11.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:11.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:11.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:11.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:11.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:11.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:11.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:11.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qmKu0IiQtL14aXlj0mwS Description:catalog service description Model UUID:341816f4-b803-48c2-a119-f19f49c5bd1d Model Version:NULL Model InvariantUuid:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 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-23T13:59:11.885Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||ERROR|500||Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists 2023-03-23T13:59:11.885Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:59:11.886Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists) 2023-03-23T13:59:11.886Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:59:11.886Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:11.886Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:11.887Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579951885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:12.888Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T13:59:12.888Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists) 2023-03-23T13:59:12.888Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:59:12.889Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:12.889Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:12.889Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579952887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:13.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:59:13.911Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:59:13.914Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:59:13.914Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:59:13.915Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:59:13.915Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:59:13.915Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:59:13.915Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:59:13.915Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:59:13.916Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:59:13.916Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:59:13.924Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T13:59:43.924Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T13:59:43.935Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and serviceModelVersionId: 341816f4-b803-48c2-a119-f19f49c5bd1d 2023-03-23T13:59:43.935Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 2023-03-23T13:59:43.935Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 2023-03-23T13:59:43.938Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T13:59:43.962Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||Invoke 2023-03-23T13:59:43.962Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e3bccc0-8ad1-4022-86f4-d2d991531fa7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[53eddd47-5757-40ac-a9de-17cd4d2b16f8], X-ECOMP-RequestID=[4e3bccc0-8ad1-4022-86f4-d2d991531fa7], X-TransactionId=[], X-ONAP-RequestID=[4e3bccc0-8ad1-4022-86f4-d2d991531fa7], Content-Type=[application/merge-patch+json]} 2023-03-23T13:59:43.970Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T13:59:44.129Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 13:59:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[647264], x-aai-txid=[0-aai-resources-230323-13:59:42:146-84379], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T13:59:44.130Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T13:59:44.131Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||InvokeReturn 2023-03-23T13:59:44.131Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T13:59:44.132Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T13:59:44.140Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T13:59:44.140Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T13:59:44.140Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T13:59:44.141Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:44.141Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:44.141Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579984140, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:59:45.158Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T13:59:45.158Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"eb1868dd-7bb4-4ba1-a9ef-373145db848d","serviceName":"Demo_pNF_pHxYVKghYIVeXvrjUC6W","serviceVersion":"1.0","serviceUUID":"74311808-79e5-4380-99af-4632cacfcb23","serviceDescription":"catalog service description","serviceInvariantUUID":"da95f872-9813-42b5-bf68-ed5422161feb","resources":[{"resourceInstanceName":"pNF d1fbb461-99b7 0","resourceName":"pNF d1fbb461-99b7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"340c1941-d3e9-4226-ac19-f57c4cf51179","resourceInvariantUUID":"5ce10c3c-bbcd-405e-a1b5-b469478cda74","resourceCustomizationUUID":"fb618d18-b805-4f0f-b435-556ef3e97d85","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml","artifactChecksum":"ZGE2OTg2YTJhM2Y1YTliYTYxYjFkOTM0Mzk4YTJlZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72bb70ef-3971-40bf-87b0-0548301b7faa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"100afad2-b565-4db5-81d9-f99f2fc5f662","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edd74bbe-7662-423d-831c-1326c5bc1b32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml","artifactChecksum":"Y2M3YzAyZGFlMTI4Yjc5MTJiODE1NzEyZTNlOWQxZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6cd9b0fb-9b61-4243-a070-0682195e341f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1de2baf6-265c-4841-8396-1f916435b6e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39edcd22-b0ec-40f4-8a4a-542ff7ede2c2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactChecksum":"NWNkYThkMDU2MGZjMGViMzM2NGFjZjA1MDkxNjgxNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"641d030b-db38-4daa-aa68-9698f243f0a8","artifactVersion":"1"},{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactChecksum":"ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bae75039-32d0-4ba8-ab06-41f1c7e6af02","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T13:59:45.158Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:45.159Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:45.159Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:45.159Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:46.159Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:46.160Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:46.160Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:46.160Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:47.161Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:47.163Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:47.164Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:47.164Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:48.164Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:48.165Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:48.165Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:48.165Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:49.166Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:49.166Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:49.166Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:49.166Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679579940834, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:59:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:59:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:59:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:59:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:59:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:59:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T13:59:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T13:59:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.187Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T13:59:49.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.187Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579950153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T13:59:49.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.188Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579951885, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } 2023-03-23T13:59:49.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.189Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579952887, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } 2023-03-23T13:59:49.189Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.189Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679579984140, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T13:59:49.189Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.189Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:59:49.189Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.189Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T13:59:49.189Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.190Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T13:59:49.190Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:49.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T13:59:49.190Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T13:59:49.190Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T13:59:50.167Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:50.167Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:50.168Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:50.168Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:51.169Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:51.169Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:51.169Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:51.169Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:52.170Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T13:59:52.170Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:52.170Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:52.170Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:53.171Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "serviceName": "Demo_pNF_pHxYVKghYIVeXvrjUC6W", "serviceVersion": "1.0", "serviceUUID": "74311808-79e5-4380-99af-4632cacfcb23", "serviceDescription": "catalog service description", "serviceInvariantUUID": "da95f872-9813-42b5-bf68-ed5422161feb", "resources": [ { "resourceInstanceName": "pNF d1fbb461-99b7 0", "resourceCustomizationUUID": "fb618d18-b805-4f0f-b435-556ef3e97d85", "resourceName": "pNF d1fbb461-99b7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "340c1941-d3e9-4226-ac19-f57c4cf51179", "resourceInvariantUUID": "5ce10c3c-bbcd-405e-a1b5-b469478cda74", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactChecksum": "ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bae75039-32d0-4ba8-ab06-41f1c7e6af02" } ], "workloadContext": "Production" } 2023-03-23T13:59:53.172Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T13:59:53.172Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 74311808-79e5-4380-99af-4632cacfcb23 ASDC 2023-03-23T13:59:53.172Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:eb1868dd-7bb4-4ba1-a9ef-373145db848d ServiceName:Demo_pNF_pHxYVKghYIVeXvrjUC6W ServiceVersion:1.0 ServiceUUID:74311808-79e5-4380-99af-4632cacfcb23 ServiceInvariantUUID:da95f872-9813-42b5-bf68-ed5422161feb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactUUID:bae75039-32d0-4ba8-ab06-41f1c7e6af02 ArtifactChecksum:ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d1fbb461-99b7 0 ResourceCustomizationUUID:fb618d18-b805-4f0f-b435-556ef3e97d85 ResourceInvariantUUID:5ce10c3c-bbcd-405e-a1b5-b469478cda74 ResourceName:pNF d1fbb461-99b7 ResourceType:PNF ResourceUUID:340c1941-d3e9-4226-ac19-f57c4cf51179 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T13:59:53.172Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74311808-79e5-4380-99af-4632cacfcb23 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T13:59:53.201Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:59:53.201Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:59:53.201Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:59:53.201Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 from URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:53.202Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T13:59:53.202Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:53.518Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T13:59:53.522Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar bae75039-32d0-4ba8-ab06-41f1c7e6af02 88025 2023-03-23T13:59:53.522Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T13:59:53.523Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:53.523Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T13:59:53.523Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:53.523Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:53.524Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579993522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:54.524Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T13:59:54.525Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T13:59:54.525Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02, URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar to file: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:54.525Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:54.526Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:54.526Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:54.602Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10943418975947799494/Definitions/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml 2023-03-23T13:59:55.183Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T13:59:55.183Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T13:59:55.183Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:55.183Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T13:59:55.183Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:55.183Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:55.183Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1fbb461-99b7 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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:55.183Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:55.183Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:55.183Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:55.184Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T13:59:55.184Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T13:59:55.184Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:55.184Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:55.184Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T13:59:55.184Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T13:59:55.184Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:59:55.184Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:55.184Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:55.184Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T13:59:55.184Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T13:59:55.185Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T13:59:55.185Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:55.185Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:55.185Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:55.185Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:55.185Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:55.185Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:55.185Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:55.185Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:55.185Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T13:59:55.185Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T13:59:55.185Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_pHxYVKghYIVeXvrjUC6W Description:catalog service description Model UUID:74311808-79e5-4380-99af-4632cacfcb23 Model Version:NULL Model InvariantUuid:da95f872-9813-42b5-bf68-ed5422161feb 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-23T13:59:55.220Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||ERROR|500||Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists 2023-03-23T13:59:55.220Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T13:59:55.221Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists) 2023-03-23T13:59:55.221Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:59:55.221Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:55.221Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:55.221Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579995220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:56.221Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T13:59:56.222Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists) 2023-03-23T13:59:56.222Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T13:59:56.222Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T13:59:56.222Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T13:59:56.222Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579996221, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T13:59:57.222Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:59:57.239Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T13:59:57.241Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T13:59:57.241Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T13:59:57.242Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T13:59:57.242Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T13:59:57.242Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:59:57.242Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:59:57.242Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:59:57.242Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T13:59:57.242Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T13:59:57.247Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:00:27.247Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:00:27.252Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and serviceModelVersionId: 74311808-79e5-4380-99af-4632cacfcb23 2023-03-23T14:00:27.253Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da95f872-9813-42b5-bf68-ed5422161feb 2023-03-23T14:00:27.253Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 2023-03-23T14:00:27.258Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:00:27.272Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:00:27.273Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||Invoke 2023-03-23T14:00:27.276Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:00:27.417Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||InvokeReturn 2023-03-23T14:00:27.418Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:00:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[282760], x-aai-txid=[1-aai-resources-230323-14:00:25:452-16539], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:00:27.418Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:00:27.418Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:00:27.418Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:00:27.428Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:00:27.428Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb1868dd-7bb4-4ba1-a9ef-373145db848d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:00:27.428Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:00:27.428Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:27.428Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:27.428Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580027428, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:00:28.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:00:28.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"4728c90c-52d9-4976-a0bc-e8a7fe12e2ec","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1b4600dd-fe59-4506-baf6-ead4f27719b5","serviceDescription":"service","serviceInvariantUUID":"55bd29ae-4f90-43c1-b5b3-b0be8bca6573","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f","resourceInvariantUUID":"7641635d-b469-4196-b44a-501d66e2e4ea","resourceCustomizationUUID":"ad2c6752-a967-4c03-a1ad-7d0bc9416167","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":"YjQyZjk3ZTNhOThlN2VlMGYwYzk4OWU5YWZkNzkyNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f07bf3f-d075-4518-8a6d-80b0a410251f","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":"OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61e68242-5134-44b0-8a25-c4898f994284","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":"bf063fe8-58d7-42b9-8083-715116e43845","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":"e365c34c-7674-4f6f-978f-efc59a9ed64a","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":"f10c145e-3751-45fa-9349-f55d5408727c","artifactVersion":"2","generatedFromUUID":"46441173-75ed-4253-a744-db24a703f0cc"},{"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":"1d944166-2285-41aa-a799-c43608e4377c","artifactVersion":"2","generatedFromUUID":"bf063fe8-58d7-42b9-8083-715116e43845"},{"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":"46441173-75ed-4253-a744-db24a703f0cc","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":"f2d3c315-b11a-409d-b941-fa3617d47aae","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":"MTE1NDQ4ZDc4NDgyYTFkZDM2OWRhY2U2ZTk0ZTIyNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9733096-033e-4d69-9a49-4d906610e91e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49915f74-047d-460a-9f8b-1b76125fe0de","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:00:28.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:00:28.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:28.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:28.441Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:00:29.441Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:00:29.441Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:29.441Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:29.442Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:00:30.442Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:00:30.442Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:30.442Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:30.443Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:00:31.443Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:00:31.443Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:31.443Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:31.444Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:00:32.444Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:00:32.444Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:32.445Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:32.445Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:00:33.445Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:00:33.445Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:33.445Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:33.445Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:00:34.446Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:00:34.446Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:34.446Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:34.447Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:00:35.447Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:00:35.448Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:35.448Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:35.448Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:00:36.448Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:00:36.449Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:36.449Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:36.449Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:00:37.449Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:00:37.450Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:37.450Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:37.450Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:00:38.451Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1b4600dd-fe59-4506-baf6-ead4f27719b5", "serviceDescription": "service", "serviceInvariantUUID": "55bd29ae-4f90-43c1-b5b3-b0be8bca6573", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "ad2c6752-a967-4c03-a1ad-7d0bc9416167", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f", "resourceInvariantUUID": "7641635d-b469-4196-b44a-501d66e2e4ea", "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": "OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61e68242-5134-44b0-8a25-c4898f994284", "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": "bf063fe8-58d7-42b9-8083-715116e43845", "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": "1d944166-2285-41aa-a799-c43608e4377c", "generatedFromUUID": "bf063fe8-58d7-42b9-8083-715116e43845" }, "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": "f10c145e-3751-45fa-9349-f55d5408727c", "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": "1d944166-2285-41aa-a799-c43608e4377c", "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": "46441173-75ed-4253-a744-db24a703f0cc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "49915f74-047d-460a-9f8b-1b76125fe0de" } ], "workloadContext": "Production" } 2023-03-23T14:00:38.451Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:00:38.452Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC 2023-03-23T14:00:38.452Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:4728c90c-52d9-4976-a0bc-e8a7fe12e2ec ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1b4600dd-fe59-4506-baf6-ead4f27719b5 ServiceInvariantUUID:55bd29ae-4f90-43c1-b5b3-b0be8bca6573 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:49915f74-047d-460a-9f8b-1b76125fe0de ArtifactChecksum:YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:ad2c6752-a967-4c03-a1ad-7d0bc9416167 ResourceInvariantUUID:7641635d-b469-4196-b44a-501d66e2e4ea ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f 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:61e68242-5134-44b0-8a25-c4898f994284 ArtifactChecksum:OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ= 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:bf063fe8-58d7-42b9-8083-715116e43845 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:1d944166-2285-41aa-a799-c43608e4377c 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:f10c145e-3751-45fa-9349-f55d5408727c 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:1d944166-2285-41aa-a799-c43608e4377c 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:46441173-75ed-4253-a744-db24a703f0cc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:00:38.452Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:00:38.480Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:00:38.481Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:00:38.481Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:00:38.481Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 49915f74-047d-460a-9f8b-1b76125fe0de from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T14:00:38.481Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:00:38.481Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T14:00:38.504Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:00:38.505Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e66be2e 2023-03-23T14:00:38.505Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:00:38.505Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicCnfMacro" ] } } } 2023-03-23T14:00:38.505Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 49915f74-047d-460a-9f8b-1b76125fe0de Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:00:38.505Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||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-23T14:00:38.505Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||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-23T14:00:38.505Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:00:38.505Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:38.505Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:38.505Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580038505, "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-23T14:00:39.506Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:49915f74-047d-460a-9f8b-1b76125fe0de) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:00:39.549Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists 2023-03-23T14:00:39.549Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:00:39.549Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists) 2023-03-23T14:00:39.549Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:00:39.549Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:39.549Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:39.550Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580039549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:00:40.551Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:00:40.551Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists) 2023-03-23T14:00:40.551Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:00:40.552Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:00:40.552Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:00:40.552Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580040551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:00:41.553Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:00:41.569Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:00:41.571Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:00:41.571Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:00:41.571Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:00:41.572Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:00:41.572Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:00:41.572Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:00:41.572Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:00:41.572Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:00:41.572Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:00:41.576Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:00:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:00:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:00:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:00:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:11.576Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:01:11.584Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and serviceModelVersionId: 1b4600dd-fe59-4506-baf6-ead4f27719b5 2023-03-23T14:01:11.584Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55bd29ae-4f90-43c1-b5b3-b0be8bca6573 2023-03-23T14:01:11.584Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 2023-03-23T14:01:11.591Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:01:11.604Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:01:11.606Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||Invoke 2023-03-23T14:01:11.615Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:01:11.765Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||InvokeReturn 2023-03-23T14:01:11.766Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:01:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[376888], x-aai-txid=[2-aai-resources-230323-14:01:09:791-57493], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:01:11.766Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:01:11.767Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:01:11.767Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:01:11.780Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:01:11.780Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:01:11.780Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:01:11.780Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:11.780Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:11.780Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580071780, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:01:12.802Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:01:12.803Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"8a75e09b-0672-4b8f-8480-8d9afbb54cb3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"99e8fd40-7a66-4d28-9695-b786c986bf94","serviceDescription":"service","serviceInvariantUUID":"e2ff2e6f-e1b2-4caa-a71c-33793763c749","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2fa16e7b-c45f-41bf-b922-74ffe18edada","resourceInvariantUUID":"47774d5e-7c3e-4537-ab81-1d814930dba0","resourceCustomizationUUID":"a62c265d-7164-43af-8645-482167f456c9","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":"MDc3YzcwNzJmMDI4YzJiMGIxMTQyMDA3M2RmODVjZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3fbfbfb-a1e5-4448-a00e-e0829d14554f","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":"NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e15a011-b20f-4c23-b94b-9042f21695c8","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":"f699ba35-8ec7-415e-a0f3-01827cd64410","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":"a0f081f1-3679-4cbd-bc4d-ad897d54c0f4","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":"92e51b8c-657f-4f82-85fa-cc074aa86873","artifactVersion":"2","generatedFromUUID":"f699ba35-8ec7-415e-a0f3-01827cd64410"},{"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":"OWQ1MWMzOGZjMDJlOWU4MTEyNzJjMjVhMzVkZDY3NzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"929007d7-af73-48dd-8fa7-ec7cf924bb03","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":"Zjk2MWMwZWU2MWIyNWE3NjRiNmI4MzY4YzhlYzM0YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7f17690-b53d-4bcb-af4e-54f7c827c8c7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45749d9b-1023-46ce-89d4-a30395ff33d7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:01:12.803Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:01:12.803Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:12.804Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:12.804Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:01:13.805Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:01:13.805Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:13.805Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:13.805Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:01:14.806Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:01:14.806Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:14.807Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:14.807Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:01:15.808Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:01:15.808Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:15.808Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:15.808Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:01:16.809Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:01:16.809Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:16.809Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:16.810Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:01:17.810Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:01:17.811Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:17.811Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:17.811Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:01:18.812Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:01:18.812Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:18.812Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:18.812Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:01:19.813Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:01:19.814Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:19.814Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:19.814Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:01:20.815Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "99e8fd40-7a66-4d28-9695-b786c986bf94", "serviceDescription": "service", "serviceInvariantUUID": "e2ff2e6f-e1b2-4caa-a71c-33793763c749", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "a62c265d-7164-43af-8645-482167f456c9", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2fa16e7b-c45f-41bf-b922-74ffe18edada", "resourceInvariantUUID": "47774d5e-7c3e-4537-ab81-1d814930dba0", "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": "NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e15a011-b20f-4c23-b94b-9042f21695c8", "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": "f699ba35-8ec7-415e-a0f3-01827cd64410", "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "generatedFromUUID": "f699ba35-8ec7-415e-a0f3-01827cd64410" }, "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45749d9b-1023-46ce-89d4-a30395ff33d7" } ], "workloadContext": "Production" } 2023-03-23T14:01:20.815Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:01:20.816Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC 2023-03-23T14:01:20.816Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:8a75e09b-0672-4b8f-8480-8d9afbb54cb3 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:99e8fd40-7a66-4d28-9695-b786c986bf94 ServiceInvariantUUID:e2ff2e6f-e1b2-4caa-a71c-33793763c749 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:45749d9b-1023-46ce-89d4-a30395ff33d7 ArtifactChecksum:NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:a62c265d-7164-43af-8645-482167f456c9 ResourceInvariantUUID:47774d5e-7c3e-4537-ab81-1d814930dba0 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:2fa16e7b-c45f-41bf-b922-74ffe18edada 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:8e15a011-b20f-4c23-b94b-9042f21695c8 ArtifactChecksum:NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU= 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:f699ba35-8ec7-415e-a0f3-01827cd64410 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:92e51b8c-657f-4f82-85fa-cc074aa86873 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:92e51b8c-657f-4f82-85fa-cc074aa86873 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:01:20.816Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:01:20.848Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:01:20.849Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:01:20.849Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:01:20.849Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T14:01:20.849Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:01:20.849Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T14:01:20.873Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:01:20.873Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@771112c8 2023-03-23T14:01:20.874Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:01:20.874Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVmMacro" ] } } } 2023-03-23T14:01:20.874Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 45749d9b-1023-46ce-89d4-a30395ff33d7 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:01:20.874Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:01:20.874Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is not found) 2023-03-23T14:01:20.874Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:01:20.874Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:20.874Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:20.874Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580080874, "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-23T14:01:21.875Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:45749d9b-1023-46ce-89d4-a30395ff33d7) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:01:21.917Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists 2023-03-23T14:01:21.917Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:01:21.918Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists) 2023-03-23T14:01:21.918Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:01:21.918Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:21.918Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:21.918Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580081917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:01:22.919Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:01:22.919Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists) 2023-03-23T14:01:22.919Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:01:22.919Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:22.919Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:22.919Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580082919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:01:23.920Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:01:23.935Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:01:23.938Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:01:23.938Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:01:23.938Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:01:23.938Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:01:23.938Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:01:23.938Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:01:23.938Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:01:23.938Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:01:23.939Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:01:23.947Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:01:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:01:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.174Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:01:49.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:01:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:01:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579993522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:01:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579995220, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } 2023-03-23T14:01:49.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679579996221, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580027428, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:01:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-23T14:01:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-23T14:01:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-23T14:01:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:01:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580038505, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580039549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists" } 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580040551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists" } 2023-03-23T14:01:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:01:53.947Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:01:53.951Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and serviceModelVersionId: 99e8fd40-7a66-4d28-9695-b786c986bf94 2023-03-23T14:01:53.952Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2ff2e6f-e1b2-4caa-a71c-33793763c749 2023-03-23T14:01:53.952Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 2023-03-23T14:01:53.957Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:01:53.968Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:01:53.969Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||Invoke 2023-03-23T14:01:53.973Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:01:54.101Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||InvokeReturn 2023-03-23T14:01:54.102Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:01:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[125], vertex-id=[340032], x-aai-txid=[1-aai-resources-230323-14:01:52:148-72083], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:01:54.102Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:01:54.102Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:01:54.102Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:01:54.114Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:01:54.115Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:01:54.115Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:01:54.115Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:54.115Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:54.115Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580114115, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:01:55.140Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:01:55.140Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"40698359-543a-4c50-8f8e-beb234359e90","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"98e58ff4-6fad-4c70-91be-d344b953a829","serviceDescription":"service","serviceInvariantUUID":"8e8c9270-29cc-44e2-b9f1-8924ef0852e8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3b86d439-9524-46df-8081-8ef325868ca7","resourceInvariantUUID":"2a2b72c7-9cda-472e-8491-c51822e0125b","resourceCustomizationUUID":"91e67a71-7073-461b-9b5b-53d7594b17c2","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":"NWUzOGNiZWI2NjhjYjY2ODBiMDcxNmFkZjRlM2VlMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2580bc3e-6b2e-47df-9d97-5c3ad32316aa","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":"e4c641e2-1546-4808-aca1-71f5979b1dfd","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":"cbfb905e-cc25-47e9-8277-68b17cc21378","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":"OWQyYmY1NmVkZjhhOWQwZDE3ZTljOWMyNjFlYWQ2Y2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0ea17e1e-26d3-4a37-b776-79f836999a33","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":"6f87bf03-741b-4ee7-ad3b-54e371025d8f","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":"aec8bb80-751d-4e97-9003-7fc42c9553f7","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":"a9b9092f-9fa7-450c-af92-e910775adcbe","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":"YzZlYjEzMDFmNzAxMTczMDYzNjQ1MzIzYWViMTE4MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70449544-8692-4c44-9aaf-2759537f6516","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e10da24-5e58-46ae-83e7-a91529888b0e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:01:55.141Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:01:55.141Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:55.141Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:55.142Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:01:56.142Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:01:56.143Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:56.143Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:56.143Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:01:57.144Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:01:57.145Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:57.145Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:57.145Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:01:58.145Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:01:58.146Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:58.146Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:58.146Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:01:59.147Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:01:59.148Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:01:59.148Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:01:59.148Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:02:00.149Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:02:00.150Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:00.150Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:00.150Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:02:01.150Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:02:01.151Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:01.151Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:01.151Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:02:02.152Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:02:02.152Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:02.152Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:02.152Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:02:03.153Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:02:03.153Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:03.153Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:03.153Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:02:04.154Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "98e58ff4-6fad-4c70-91be-d344b953a829", "serviceDescription": "service", "serviceInvariantUUID": "8e8c9270-29cc-44e2-b9f1-8924ef0852e8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "91e67a71-7073-461b-9b5b-53d7594b17c2", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3b86d439-9524-46df-8081-8ef325868ca7", "resourceInvariantUUID": "2a2b72c7-9cda-472e-8491-c51822e0125b", "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": "Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e10da24-5e58-46ae-83e7-a91529888b0e" } ], "workloadContext": "Production" } 2023-03-23T14:02:04.154Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:02:04.154Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC 2023-03-23T14:02:04.154Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:40698359-543a-4c50-8f8e-beb234359e90 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:98e58ff4-6fad-4c70-91be-d344b953a829 ServiceInvariantUUID:8e8c9270-29cc-44e2-b9f1-8924ef0852e8 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:0e10da24-5e58-46ae-83e7-a91529888b0e ArtifactChecksum:Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:91e67a71-7073-461b-9b5b-53d7594b17c2 ResourceInvariantUUID:2a2b72c7-9cda-472e-8491-c51822e0125b ResourceName:test-pnf ResourceType:PNF ResourceUUID:3b86d439-9524-46df-8081-8ef325868ca7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:02:04.154Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:02:04.205Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:02:04.206Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:02:04.206Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:02:04.206Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:02:04.206Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:02:04.206Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:02:04.233Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:02:04.233Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@a7eb052 2023-03-23T14:02:04.233Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:02:04.233Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-23T14:02:04.233Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0e10da24-5e58-46ae-83e7-a91529888b0e Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:02:04.233Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:02:04.234Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is not found) 2023-03-23T14:02:04.234Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:02:04.234Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:04.234Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:04.234Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580124233, "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-23T14:02:05.235Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:0e10da24-5e58-46ae-83e7-a91529888b0e) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:02:05.276Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists 2023-03-23T14:02:05.277Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:02:05.277Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists) 2023-03-23T14:02:05.277Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:02:05.277Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:05.277Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:05.277Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580125277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:02:06.278Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:02:06.278Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists) 2023-03-23T14:02:06.278Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:02:06.278Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:06.278Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:06.279Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580126278, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:02:07.279Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:02:07.284Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:02:07.285Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:02:07.285Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:02:07.285Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:02:07.285Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:02:07.285Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:02:07.285Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:02:07.285Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:02:07.285Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:02:07.285Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:02:07.291Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:02:37.291Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:02:37.297Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40698359-543a-4c50-8f8e-beb234359e90 and serviceModelVersionId: 98e58ff4-6fad-4c70-91be-d344b953a829 2023-03-23T14:02:37.297Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e8c9270-29cc-44e2-b9f1-8924ef0852e8 2023-03-23T14:02:37.298Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 2023-03-23T14:02:37.301Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:02:37.315Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||Invoke 2023-03-23T14:02:37.315Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9c8dcc3e-47e3-449e-bb05-724935db3f46], X-ECOMP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-TransactionId=[], X-ONAP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], Content-Type=[application/merge-patch+json]} 2023-03-23T14:02:37.328Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:02:37.474Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:02:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[290952], x-aai-txid=[2-aai-resources-230323-14:02:35:504-40609], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:02:37.475Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:02:37.475Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||InvokeReturn 2023-03-23T14:02:37.475Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:02:37.475Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:02:37.485Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:02:37.485Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40698359-543a-4c50-8f8e-beb234359e90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:02:37.485Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:02:37.485Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:37.485Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:37.485Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580157485, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:02:38.500Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:02:38.500Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"e854ae11-ae3f-4d8f-a88a-1fbbc9e58766","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"aeba33bd-e3e5-4835-acd1-0c71dd9a7bec","serviceDescription":"service","serviceInvariantUUID":"e4d33f9e-91f6-490b-8695-18970cb067db","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a1a1e04-5501-44a7-a142-91d143a3b366","resourceInvariantUUID":"450c7e62-2077-4d5c-883a-b7df90325fc0","resourceCustomizationUUID":"dbd519a5-d33f-4ac5-979c-98d248931ed4","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":"NWMwYTgxZmU4Y2IzMzdmNWQ0MTVlNDk4MjU2YjlkYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e413cc6-8d46-4fb7-bbca-1192c860ee82","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":"434fdb8f-381d-4b97-a15b-b5a93cf09ea2","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":"db429dc3-10e4-4be9-9477-f692930ae9e7","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":"MDlkMTk2ZmNjNjg5MmQzZGIyNWM3Y2RhODRkZTc1M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6abf35e-6d0e-4f44-b7c1-88308233df4f","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":"54bbdb4b-8185-4b60-8f2d-148a83c48bf0","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":"b365966f-be2e-4703-b977-4436ef19efe5","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":"5f5a3958-59d8-425d-b585-580f621303d4","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":"ZTQ5OGMxYTFlODA5ZTQwNDI0NWI2MzIzN2UxZTMyM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47b80b8e-29bf-49d8-8840-00c162dcdebf","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d07b3e9-5961-4e62-8d98-91fdb263efdc","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:02:38.500Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:02:38.500Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:38.500Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:38.500Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:02:39.502Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:02:39.502Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:39.502Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:39.502Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:02:40.503Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:02:40.503Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:40.503Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:40.503Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:02:41.504Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:02:41.505Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:41.505Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:41.505Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:02:42.510Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:02:42.510Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:42.510Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:42.510Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:02:43.511Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:02:43.512Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:43.512Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:43.512Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:02:44.513Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:02:44.513Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:44.513Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:44.514Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:02:45.515Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:02:45.515Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:45.515Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:45.516Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "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-23T14:02:46.516Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:02:46.517Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:46.517Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:46.517Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:02:47.518Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "aeba33bd-e3e5-4835-acd1-0c71dd9a7bec", "serviceDescription": "service", "serviceInvariantUUID": "e4d33f9e-91f6-490b-8695-18970cb067db", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "dbd519a5-d33f-4ac5-979c-98d248931ed4", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2a1a1e04-5501-44a7-a142-91d143a3b366", "resourceInvariantUUID": "450c7e62-2077-4d5c-883a-b7df90325fc0", "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": "MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d07b3e9-5961-4e62-8d98-91fdb263efdc" } ], "workloadContext": "Production" } 2023-03-23T14:02:47.518Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:02:47.518Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ASDC 2023-03-23T14:02:47.518Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ServiceInvariantUUID:e4d33f9e-91f6-490b-8695-18970cb067db 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:3d07b3e9-5961-4e62-8d98-91fdb263efdc ArtifactChecksum:MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:dbd519a5-d33f-4ac5-979c-98d248931ed4 ResourceInvariantUUID:450c7e62-2077-4d5c-883a-b7df90325fc0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:2a1a1e04-5501-44a7-a142-91d143a3b366 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:02:47.519Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T14:02:47.558Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:02:47.559Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:02:47.559Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:02:47.559Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:02:47.559Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:02:47.559Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:02:47.578Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:02:47.578Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@d5c71ce 2023-03-23T14:02:47.578Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:02:47.579Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-23T14:02:47.579Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3d07b3e9-5961-4e62-8d98-91fdb263efdc Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:02:47.579Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:02:47.579Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is not found) 2023-03-23T14:02:47.580Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:02:47.580Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:47.580Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:47.580Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580167579, "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-23T14:02:48.581Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:3d07b3e9-5961-4e62-8d98-91fdb263efdc) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T14:02:48.602Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:02:48.602Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2a1a1e04-5501-44a7-a142-91d143a3b366 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-23T14:02:48.611Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||test-pnf 0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-23T14:02:48.633Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 2a1a1e04-5501-44a7-a142-91d143a3b366 test-pnf 2023-03-23T14:02:48.633Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||No resources found for Service: aeba33bd-e3e5-4835-acd1-0c71dd9a7bec 2023-03-23T14:02:48.633Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: aeba33bd-e3e5-4835-acd1-0c71dd9a7bec 2023-03-23T14:02:48.633Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 2a1a1e04-5501-44a7-a142-91d143a3b366 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-23T14:02:48.639Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Exception : java.lang.NullPointerException: null at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$2da00d2a.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-23T14:02:48.648Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback java.lang.NullPointerException: null at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$2da00d2a.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-23T14:02:48.653Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 2a1a1e04-5501-44a7-a142-91d143a3b366 0 ASDC deployResourceStructure 2023-03-23T14:02:48.654Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||Exception occurred org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback. at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$2da00d2a.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-23T14:02:48.654Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:02:48.654Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.) 2023-03-23T14:02:48.654Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:02:48.654Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:02:48.654Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:02:48.654Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580168654, "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-23T14:02:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:02:49.172Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version621: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version622: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-23T14:02:49.184Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:02:49.184Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:02:49.187Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=95, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:02:49.188Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 95: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:02:49.201Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=95, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:02:49.201Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:02:49.201Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:02:49.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:02:49.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:02:49.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:02:49.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4311, offsetEpoch=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-23T14:02:49.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:02:49.205Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:02:49.655Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:02:49.676Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:02:49.679Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:02:49.679Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:02:49.679Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:02:49.679Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:02:49.680Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:02:49.680Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:02:49.680Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:02:49.680Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-23T14:02:49.680Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:02:49.687Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:02:50.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.224Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580071780, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:02:50.225Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.225Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.225Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.225Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:02:50.225Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.226Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T14:02:50.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.226Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.226Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T14:02:50.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.226Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.226Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580080874, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580081917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists" } 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580082919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists" } 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580114115, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.227Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.229Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:02:50.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.230Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580124233, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:02:50.230Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.231Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580125277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists" } 2023-03-23T14:02:50.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.231Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580126278, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists" } 2023-03-23T14:02:50.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580157485, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:02:50.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.232Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.233Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:02:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679579499461, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:02:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580167579, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:02:50.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:02:50.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:02:50.234Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580168654, "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-23T14:02:50.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:03:19.687Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:03:19.695Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and serviceModelVersionId: aeba33bd-e3e5-4835-acd1-0c71dd9a7bec 2023-03-23T14:03:19.695Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4d33f9e-91f6-490b-8695-18970cb067db 2023-03-23T14:03:19.695Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 2023-03-23T14:03:19.700Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:03:19.711Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:03:19.711Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|INFO|500||Invoke 2023-03-23T14:03:19.722Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T14:03:19.870Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|INFO|500||InvokeReturn 2023-03-23T14:03:19.870Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:03:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[716896], x-aai-txid=[2-aai-resources-230323-14:03:17:897-40855], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:03:19.871Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:03:19.871Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:03:19.872Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:03:19.885Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:03:19.885Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-23T14:03:19.885Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:03:19.885Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:03:19.885Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:03:19.885Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580199885, "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-23T14:03:20.905Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T14:03:20.905Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-23T14:03:20.907Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-23T14:03:20.907Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cancelled in-flight METADATA request with correlation id 1021239 due to node 1 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-23T14:03:20.907Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 2 disconnected. 2023-03-23T14:03:20.908Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:03:20.908Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:03:20.908Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:03:20.909Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T14:03:20.912Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dc611503-0393-4831-8e80-ad163c3c909c 2023-03-23T14:03:20.913Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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=23, 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-23T14:03:20.913Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:03:20.913Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T14:03:22.427Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:03:25.437Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:03:28.445Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:03:31.462Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:03:34.471Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:03:37.480Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:03:40.491Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:03:43.502Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:03:46.514Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:03:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:03:49.184Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:03:49.184Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:03:49.189Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=96, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dc611503-0393-4831-8e80-ad163c3c909c', protocol='range'} 2023-03-23T14:03:49.189Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=96, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:03:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:03:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:03:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:03:49.194Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:03:49.195Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:03:49.195Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:03:49.195Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 96: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dc611503-0393-4831-8e80-ad163c3c909c=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:03:49.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=96, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:03:49.207Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=96, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dc611503-0393-4831-8e80-ad163c3c909c', protocol='range'} 2023-03-23T14:03:49.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:03:49.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:03:49.207Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:03:49.208Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:03:49.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:03:49.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:03:49.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:03:49.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4348, offsetEpoch=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-23T14:03:49.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:03:49.210Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:03:49.212Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:03:49.212Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:03:49.212Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:03:49.212Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:03:49.212Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:03:49.212Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=13, 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-23T14:03:50.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:03:50.259Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580199885, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-23T14:03:50.259Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:03:50.336Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:03:50.336Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:03:50.339Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:03:50.339Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:03:50.339Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:03:50.339Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:03:51.340Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:03:51.340Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:03:51.341Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:03:51.341Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:03:52.342Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:03:52.342Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:03:52.342Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:03:52.342Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:03:53.343Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:03:53.343Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:03:53.343Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:03:53.343Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:03:54.344Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:03:54.344Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:03:54.344Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:03:54.344Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:03:55.345Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:03:55.345Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:03:55.346Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:03:55.346Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:03:56.346Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:03:56.346Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:03:56.347Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:03:56.347Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:03:57.348Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T14:03:57.348Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:03:57.348Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T14:03:57.348Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:03:57.348Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:03:57.374Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:03:57.374Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:03:57.374Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:03:57.374Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T14:03:57.374Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:03:57.374Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T14:03:57.398Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:03:57.398Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@74ed73db 2023-03-23T14:03:57.398Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:03:57.398Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T14:03:57.398Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:03:57.399Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T14:03:57.399Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T14:03:57.399Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:03:57.399Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:03:57.399Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:03:57.399Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580237399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:03:58.399Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T14:03:58.417Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:03:58.417Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:03:58.421Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T14:03:58.421Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T14:03:58.421Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T14:03:58.421Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:03:58.422Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T14:03:58.436Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:03:58.436Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6ee49284 2023-03-23T14:03:58.436Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:03:58.436Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T14:03:58.436Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:03:58.437Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T14:03:58.437Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T14:03:58.437Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:03:58.437Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:03:58.437Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:03:58.437Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580238437, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:03:59.438Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T14:03:59.438Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:03:59.456Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:03:59.458Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:03:59.458Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:04:29.459Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:04:29.471Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:04:29.473Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:04:29.473Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:04:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:04:49.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:04:49.173Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:04:49.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:04:59.473Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:04:59.492Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:04:59.496Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:04:59.496Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:05:29.502Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:05:29.514Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:05:29.515Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:05:29.515Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:05:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:05:49.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:05:49.175Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:05:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:05:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:05:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T14:05:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:05:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:05:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:05:49.176Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:05:49.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:05:49.176Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T14:05:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:05:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:05:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:05:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:05:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:05:49.177Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:05:49.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:05:49.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:05:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580237399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:05:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:05:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:05:49.178Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580238437, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:05:49.178Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:05:59.516Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:05:59.526Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:05:59.529Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:05:59.529Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:06:29.529Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:06:29.547Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:06:29.549Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:06:29.550Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:06:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:06:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "cds-sdc-listener", "timestamp": 1679580359293, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "ves-openapi-manager", "timestamp": 1679580377341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "policy-distribution-id", "timestamp": 1679580360147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "aai-model-loader", "timestamp": 1679580381160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "multicloud-k8s", "timestamp": 1679580387685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679580384450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.185Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "cds-sdc-listener", "timestamp": 1679580359293, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "ves-openapi-manager", "timestamp": 1679580377341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.186Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "policy-distribution-id", "timestamp": 1679580360147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "aai-model-loader", "timestamp": 1679580381160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "multicloud-k8s", "timestamp": 1679580387685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679580384450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "cds-sdc-listener", "timestamp": 1679580359293, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "ves-openapi-manager", "timestamp": 1679580377341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "policy-distribution-id", "timestamp": 1679580360147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.188Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "aai-model-loader", "timestamp": 1679580381160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.189Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "multicloud-k8s", "timestamp": 1679580387685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.189Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679580384450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "cds-sdc-listener", "timestamp": 1679580359293, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "ves-openapi-manager", "timestamp": 1679580377341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "policy-distribution-id", "timestamp": 1679580360147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "aai-model-loader", "timestamp": 1679580381160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "multicloud-k8s", "timestamp": 1679580387685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679580384450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "cds-sdc-listener", "timestamp": 1679580359293, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "ves-openapi-manager", "timestamp": 1679580377341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "policy-distribution-id", "timestamp": 1679580360147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "aai-model-loader", "timestamp": 1679580381160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "multicloud-k8s", "timestamp": 1679580387685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679580384450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "cds-sdc-listener", "timestamp": 1679580359293, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.192Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "ves-openapi-manager", "timestamp": 1679580377341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "policy-distribution-id", "timestamp": 1679580360147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "aai-model-loader", "timestamp": 1679580381160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "multicloud-k8s", "timestamp": 1679580387685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679580384450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "ves-openapi-manager", "timestamp": 1679580377341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "cds-sdc-listener", "timestamp": 1679580359293, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "policy-distribution-id", "timestamp": 1679580360147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "aai-model-loader", "timestamp": 1679580381160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "multicloud-k8s", "timestamp": 1679580387685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679580384450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "cds-sdc-listener", "timestamp": 1679580359293, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "ves-openapi-manager", "timestamp": 1679580377341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.194Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "policy-distribution-id", "timestamp": 1679580360147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.195Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "aai-model-loader", "timestamp": 1679580381160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.195Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "multicloud-k8s", "timestamp": 1679580387685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.195Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679580384450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "cds-sdc-listener", "timestamp": 1679580359293, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "ves-openapi-manager", "timestamp": 1679580377341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "policy-distribution-id", "timestamp": 1679580360147, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "aai-model-loader", "timestamp": 1679580381160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "multicloud-k8s", "timestamp": 1679580387685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679580384450, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "cds-sdc-listener", "timestamp": 1679580397580, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.196Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "policy-distribution-id", "timestamp": 1679580396405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:06:49.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.197Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "aai-model-loader", "timestamp": 1679580396837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:06:49.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.197Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679580397442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:06:49.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.197Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "policy-distribution-id", "timestamp": 1679580397413, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T14:06:49.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.197Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "policy-distribution-id", "timestamp": 1679580398415, "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-23T14:06:49.214Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58f59170-a80c-45ab-9943-2f5e4ed723ec 2023-03-23T14:06:49.214Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58f59170-a80c-45ab-9943-2f5e4ed723ec 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-23T14:06:49.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679580399170, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T14:06:49.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.228Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1679580400173, "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-23T14:06:49.235Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58f59170-a80c-45ab-9943-2f5e4ed723ec 2023-03-23T14:06:49.235Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58f59170-a80c-45ab-9943-2f5e4ed723ec 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-23T14:06:49.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.246Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "aai-model-loader", "timestamp": 1679580400902, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T14:06:49.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:06:49.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:06:49.246Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "aai-model-loader", "timestamp": 1679580401904, "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-23T14:06:49.251Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58f59170-a80c-45ab-9943-2f5e4ed723ec 2023-03-23T14:06:49.251Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58f59170-a80c-45ab-9943-2f5e4ed723ec 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-23T14:06:59.550Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:06:59.567Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:06:59.570Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:06:59.570Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:07:29.570Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:07:29.585Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:07:29.589Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:07:29.589Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:07:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:07:59.589Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:07:59.600Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:07:59.602Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:07:59.602Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:08:29.602Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:08:29.618Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:08:29.620Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:08:29.621Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:08:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:08:50.375Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:08:50.376Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-dc611503-0393-4831-8e80-ad163c3c909c 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-23T14:08:50.376Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T14:08:50.376Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T14:08:52.981Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:08:52.995Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:08:52.995Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:08:52.999Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=97, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:08:53.000Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 97: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:08:53.015Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=97, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:08:53.016Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:08:53.016Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:08:53.019Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:08:53.019Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:08:53.020Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:08:53.020Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4422, offsetEpoch=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-23T14:08:53.020Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:08:53.020Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:08:59.621Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T14:08:59.621Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:08:59.629Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T14:08:59.629Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T14:08:59.630Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T14:08:59.634Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:08:59.648Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T14:08:59.648Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bf7296c6-6bcd-45d4-b75e-4c4db147a377], X-ECOMP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-TransactionId=[], X-ONAP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], Content-Type=[application/merge-patch+json]} 2023-03-23T14:08:59.655Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T14:08:59.694Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 14:08:57 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[34], x-aai-txid=[1-aai-resources-230323-14:08:57:830-65065], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:08:59.695Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?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/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T14:08:59.696Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T14:08:59.704Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:08:59.704Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T14:08:59.704Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:08:59.706Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T14:08:59.718Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:08:59.719Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:08:59.719Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T14:08:59.719Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:08:59.719Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:08:59.719Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580539719, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:08:59.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:08:59.739Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580539719, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T14:08:59.740Z||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-23T14:09:00.741Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:09:00.741Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"cb9a0670-fdaa-4040-a746-0cec6c8479df","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e45fd639-5114-45d1-8f98-09296814703b","serviceDescription":"service","serviceInvariantUUID":"aea2f03e-4830-4f22-b445-64179a3c2e96","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"21654d5c-6d16-44b1-ad0c-32ccb7e1c047","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":"MzgzZjcxNDdkYTIwNjQyNWQxYjVhYjAzMmY1NjE1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"531d7c0d-fb6b-40c7-a592-63ed9bf18f6f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d361ab15-4d9e-4f87-a173-2592c49ee813","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:09:00.741Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:09:00.741Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:00.742Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:00.742Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:09:01.743Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:09:01.743Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:01.744Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:01.744Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:02.745Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e45fd639-5114-45d1-8f98-09296814703b", "serviceDescription": "service", "serviceInvariantUUID": "aea2f03e-4830-4f22-b445-64179a3c2e96", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "21654d5c-6d16-44b1-ad0c-32ccb7e1c047", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d361ab15-4d9e-4f87-a173-2592c49ee813" } ], "workloadContext": "Production" } 2023-03-23T14:09:02.748Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:09:02.748Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45fd639-5114-45d1-8f98-09296814703b ASDC 2023-03-23T14:09:02.748Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:cb9a0670-fdaa-4040-a746-0cec6c8479df ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e45fd639-5114-45d1-8f98-09296814703b ServiceInvariantUUID:aea2f03e-4830-4f22-b445-64179a3c2e96 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:d361ab15-4d9e-4f87-a173-2592c49ee813 ArtifactChecksum:ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-23T14:09:02.748Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45fd639-5114-45d1-8f98-09296814703b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:09:02.777Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:09:02.777Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:09:02.777Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:09:02.777Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T14:09:02.777Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:09:02.777Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T14:09:02.804Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:09:02.804Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70b902e2 2023-03-23T14:09:02.804Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:09:02.805Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-23T14:09:02.805Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d361ab15-4d9e-4f87-a173-2592c49ee813 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:09:02.805Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T14:09:02.805Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is not found) 2023-03-23T14:09:02.805Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:09:02.805Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:02.805Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:02.805Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580542805, "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-23T14:09:03.806Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:d361ab15-4d9e-4f87-a173-2592c49ee813) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:09:03.850Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists 2023-03-23T14:09:03.850Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T14:09:03.850Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists) 2023-03-23T14:09:03.850Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:09:03.850Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:03.850Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:03.850Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580543850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:04.852Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T14:09:04.852Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-23T14:09:04.852Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:09:04.853Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:04.853Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:04.853Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580544852, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:05.855Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:09:05.865Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:09:05.867Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:09:05.867Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:09:05.867Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:09:05.867Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:09:05.867Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:09:05.867Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:09:05.867Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:09:05.867Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:09:05.867Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:09:05.872Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:09:35.873Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:09:35.878Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and serviceModelVersionId: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T14:09:35.878Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea2f03e-4830-4f22-b445-64179a3c2e96 2023-03-23T14:09:35.880Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 2023-03-23T14:09:35.883Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:09:35.899Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||Invoke 2023-03-23T14:09:35.899Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b11be75-8787-4369-899b-13039fa0728c], X-ECOMP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-TransactionId=[], X-ONAP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], Content-Type=[application/merge-patch+json]} 2023-03-23T14:09:35.906Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:09:36.048Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:09:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[278568], x-aai-txid=[0-aai-resources-230323-14:09:34:079-9419], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:09:36.048Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:09:36.048Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||InvokeReturn 2023-03-23T14:09:36.048Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:09:36.049Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:09:36.062Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:09:36.062Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb9a0670-fdaa-4040-a746-0cec6c8479df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:09:36.062Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:09:36.062Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:36.062Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:36.062Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580576062, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:09:37.077Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:09:37.077Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"52b59d89-63ea-4683-b920-7ca2a36b51cc","serviceName":"Demo_pNF_nNhaXs3XD4ZVVBsHuxA1","serviceVersion":"1.0","serviceUUID":"9dfe125f-b0af-458c-9072-fe2538a83f36","serviceDescription":"catalog service description","serviceInvariantUUID":"fb2dc051-de24-4766-9c47-994c8d5a0431","resources":[{"resourceInstanceName":"pNF f3c4dfd7-82d9 0","resourceName":"pNF f3c4dfd7-82d9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"874a0dc3-2f4c-46cb-8f84-8747b567f730","resourceInvariantUUID":"383a85a2-d7af-4c97-bc09-4b6581c8c9ef","resourceCustomizationUUID":"136aeb8c-5891-456d-a4bf-383ed78d0d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml","artifactChecksum":"ZmEwMzQwYmI3YTEzZmM5OTg0NjI1YWNmMjhhNmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b27ec1ed-5edb-4b3b-a795-9de5b034918c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf7b8044-e51d-495f-bc10-1c4e1bbe8e5d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0dd1941-bdee-43cb-9c6d-d92b577a8e26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml","artifactChecksum":"YWJhZGVmMDkzYTU3ODU0ZTYyMTM5ODM4MDc0MzkxZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d960d7-f59f-4895-9e7b-8d1e255fe83c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ed2b9da-b57f-4348-beba-0f4fa1e2c029","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85ab0328-16f6-4a47-8691-103fef1f16d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactChecksum":"MDg3Nzk5MTRiMThhNTljYTJkYWQxNjc5YzFkZWI5NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae48e3b-9444-44f7-9567-b3707c5b5795","artifactVersion":"1"},{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactChecksum":"YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be742e24-eea6-4edc-86bd-beedc8ec33f4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:09:37.077Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:09:37.077Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:37.077Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:37.077Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:38.078Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:09:38.078Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:38.079Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:38.079Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:39.080Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:09:39.080Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:39.081Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:39.081Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:40.081Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:09:40.082Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:40.082Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:40.082Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:41.083Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:09:41.083Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:41.083Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:41.084Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:42.084Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:09:42.084Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:42.084Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:42.084Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:43.085Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:09:43.085Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:43.086Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:43.086Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:44.086Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:09:44.087Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:44.087Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:44.087Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:45.088Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "serviceName": "Demo_pNF_nNhaXs3XD4ZVVBsHuxA1", "serviceVersion": "1.0", "serviceUUID": "9dfe125f-b0af-458c-9072-fe2538a83f36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fb2dc051-de24-4766-9c47-994c8d5a0431", "resources": [ { "resourceInstanceName": "pNF f3c4dfd7-82d9 0", "resourceCustomizationUUID": "136aeb8c-5891-456d-a4bf-383ed78d0d18", "resourceName": "pNF f3c4dfd7-82d9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "874a0dc3-2f4c-46cb-8f84-8747b567f730", "resourceInvariantUUID": "383a85a2-d7af-4c97-bc09-4b6581c8c9ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactChecksum": "YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be742e24-eea6-4edc-86bd-beedc8ec33f4" } ], "workloadContext": "Production" } 2023-03-23T14:09:45.088Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:09:45.088Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC 2023-03-23T14:09:45.089Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:52b59d89-63ea-4683-b920-7ca2a36b51cc ServiceName:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 ServiceVersion:1.0 ServiceUUID:9dfe125f-b0af-458c-9072-fe2538a83f36 ServiceInvariantUUID:fb2dc051-de24-4766-9c47-994c8d5a0431 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactUUID:be742e24-eea6-4edc-86bd-beedc8ec33f4 ArtifactChecksum:YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f3c4dfd7-82d9 0 ResourceCustomizationUUID:136aeb8c-5891-456d-a4bf-383ed78d0d18 ResourceInvariantUUID:383a85a2-d7af-4c97-bc09-4b6581c8c9ef ResourceName:pNF f3c4dfd7-82d9 ResourceType:PNF ResourceUUID:874a0dc3-2f4c-46cb-8f84-8747b567f730 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:09:45.089Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:09:45.120Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:09:45.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:09:45.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:09:45.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 from URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:45.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:09:45.121Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:45.422Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T14:09:45.426Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar be742e24-eea6-4edc-86bd-beedc8ec33f4 88024 2023-03-23T14:09:45.426Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T14:09:45.426Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:45.427Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:09:45.427Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:45.427Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:45.427Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580585426, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:46.429Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:09:46.430Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:09:46.430Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4, URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar to file: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:46.431Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:46.431Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:46.431Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:46.568Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13276228197601736240/Definitions/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml 2023-03-23T14:09:47.150Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:09:47.150Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:09:47.151Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:47.151Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:09:47.151Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:47.152Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:47.152Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:47.152Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:47.152Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:47.152Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:47.152Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3c4dfd7-82d9 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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:09:47.152Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:09:47.152Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:09:47.152Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:09:47.152Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T14:09:47.153Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:09:47.153Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:09:47.153Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:09:47.153Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:09:47.153Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T14:09:47.153Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:09:47.153Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:09:47.153Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:09:47.154Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:09:47.154Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:09:47.154Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:09:47.154Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:09:47.154Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:09:47.154Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:09:47.154Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:09:47.154Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:09:47.155Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:09:47.155Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 Description:catalog service description Model UUID:9dfe125f-b0af-458c-9072-fe2538a83f36 Model Version:NULL Model InvariantUuid:fb2dc051-de24-4766-9c47-994c8d5a0431 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-23T14:09:47.198Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||ERROR|500||Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists 2023-03-23T14:09:47.198Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T14:09:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists) 2023-03-23T14:09:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:09:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580587198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:48.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T14:09:48.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists) 2023-03-23T14:09:48.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:09:48.201Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:09:48.201Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:09:48.201Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580588200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:09:49.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580542805, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580543850, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580544852, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580576062, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.180Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:09:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:09:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:09:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580585426, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:09:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580587198, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } 2023-03-23T14:09:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:09:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580588200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } 2023-03-23T14:09:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:09:49.201Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:09:49.216Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:09:49.218Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:09:49.218Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:09:49.219Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:09:49.219Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:09:49.219Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:09:49.219Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:09:49.219Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:09:49.219Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:09:49.219Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:09:49.225Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:10:19.225Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:10:19.230Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and serviceModelVersionId: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T14:10:19.230Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb2dc051-de24-4766-9c47-994c8d5a0431 2023-03-23T14:10:19.231Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 2023-03-23T14:10:19.236Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:10:19.247Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||Invoke 2023-03-23T14:10:19.247Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d3fbd64c-2190-4d70-b3e3-cf921e3ed0b3], X-ECOMP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-TransactionId=[], X-ONAP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], Content-Type=[application/merge-patch+json]} 2023-03-23T14:10:19.252Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:10:19.407Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:10:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[290880], x-aai-txid=[0-aai-resources-230323-14:10:17:424-37953], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:10:19.408Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:10:19.409Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||InvokeReturn 2023-03-23T14:10:19.409Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:10:19.409Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:10:19.422Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:10:19.423Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52b59d89-63ea-4683-b920-7ca2a36b51cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:10:19.424Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:10:19.424Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:10:19.424Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:10:19.424Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580619423, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:10:20.440Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:10:20.440Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ed92f4e-8831-4dae-9fc4-c913f13bfd2c","serviceDescription":"service","serviceInvariantUUID":"115c97a5-6a7d-42b4-b591-3979a0412d3b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fe72a46-0d46-46e5-8866-e7fce4f0a06a","resourceInvariantUUID":"6e27cd0c-c310-40ee-9850-c0f1e80de350","resourceCustomizationUUID":"5f375cfc-5f6b-4d90-9e43-a0c43c59ed43","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":"ZTgxNDk5MjBjNTBhOTMxMzI4NmQ4YTBiNmZkYTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c041d87-eb2c-4d84-9d4d-31212d4468c6","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":"MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d62f33-82cc-40ce-8b50-84f0f1a34ead","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":"8f92056e-cf8a-42b6-a1c2-a316e42d926a","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":"1cc09c01-2b85-48eb-b655-deed1d092c01","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":"57ae6deb-27f1-493a-ab0e-a34b5603044d","artifactVersion":"2","generatedFromUUID":"8f92056e-cf8a-42b6-a1c2-a316e42d926a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTczMjFiNDA3Y2M4YzM4ZTZkOGIyN2ZmNmQ3MzJmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba26974d-114e-45b4-a5fd-935e1103ec61","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc1bac0f-0922-46bc-b871-8dcfd7221db1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:10:20.441Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:10:20.441Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:10:20.441Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:10:20.441Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:10:21.441Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:10:21.442Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:10:21.442Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:10:21.442Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:10:22.442Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:10:22.442Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:10:22.442Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:10:22.442Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:10:23.443Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:10:23.443Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:10:23.443Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:10:23.444Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:10:24.444Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:10:24.445Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:10:24.445Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:10:24.445Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:10:25.446Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:10:25.446Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:10:25.447Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:10:25.447Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:10:26.448Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:10:26.448Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:10:26.448Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:10:26.448Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:10:27.450Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ed92f4e-8831-4dae-9fc4-c913f13bfd2c", "serviceDescription": "service", "serviceInvariantUUID": "115c97a5-6a7d-42b4-b591-3979a0412d3b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5f375cfc-5f6b-4d90-9e43-a0c43c59ed43", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3fe72a46-0d46-46e5-8866-e7fce4f0a06a", "resourceInvariantUUID": "6e27cd0c-c310-40ee-9850-c0f1e80de350", "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": "MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3d62f33-82cc-40ce-8b50-84f0f1a34ead", "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": "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "generatedFromUUID": "8f92056e-cf8a-42b6-a1c2-a316e42d926a" }, "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc1bac0f-0922-46bc-b871-8dcfd7221db1" } ], "workloadContext": "Production" } 2023-03-23T14:10:27.450Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:10:27.451Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC 2023-03-23T14:10:27.451Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ServiceInvariantUUID:115c97a5-6a7d-42b4-b591-3979a0412d3b 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:fc1bac0f-0922-46bc-b871-8dcfd7221db1 ArtifactChecksum:ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 ResourceInvariantUUID:6e27cd0c-c310-40ee-9850-c0f1e80de350 ResourceName:basic_vm ResourceType:VF ResourceUUID:3fe72a46-0d46-46e5-8866-e7fce4f0a06a 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:b3d62f33-82cc-40ce-8b50-84f0f1a34ead ArtifactChecksum:MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ= 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:8f92056e-cf8a-42b6-a1c2-a316e42d926a 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:57ae6deb-27f1-493a-ab0e-a34b5603044d 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:57ae6deb-27f1-493a-ab0e-a34b5603044d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:10:27.451Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:10:27.474Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:10:27.475Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:10:27.475Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:10:27.475Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T14:10:27.475Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:10:27.475Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T14:10:27.498Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:10:27.498Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@b2f7d12 2023-03-23T14:10:27.498Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:10:27.499Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-23T14:10:27.499Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fc1bac0f-0922-46bc-b871-8dcfd7221db1 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:10:27.499Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T14:10:27.499Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is not found) 2023-03-23T14:10:27.499Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:10:27.499Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:10:27.499Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:10:27.499Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580627499, "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-23T14:10:28.500Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:fc1bac0f-0922-46bc-b871-8dcfd7221db1) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:10:28.534Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists 2023-03-23T14:10:28.535Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T14:10:28.535Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists) 2023-03-23T14:10:28.535Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:10:28.535Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:10:28.535Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:10:28.535Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580628535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:10:29.537Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T14:10:29.537Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists) 2023-03-23T14:10:29.537Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:10:29.537Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:10:29.542Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:10:29.543Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580629537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:10:30.544Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:10:30.562Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:10:30.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:10:30.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:10:30.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:10:30.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:10:30.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:10:30.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:10:30.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:10:30.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:10:30.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:10:30.566Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:10:49.172Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:10:49.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:10:49.181Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580619423, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:10:49.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:10:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:10:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:10:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:10:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:10:49.182Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:10:49.182Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:10:49.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:10:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T14:10:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:10:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:10:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:10:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:10:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:10:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T14:10:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:10:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:10:49.183Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:10:49.183Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:10:49.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:10:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:10:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:10:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:10:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580627499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:10:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:10:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:10:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580628535, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } 2023-03-23T14:10:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:10:49.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-03-23T14:10:49.184Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580629537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } 2023-03-23T14:10:49.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:00.567Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:11:00.575Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and serviceModelVersionId: 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c 2023-03-23T14:11:00.576Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 115c97a5-6a7d-42b4-b591-3979a0412d3b 2023-03-23T14:11:00.576Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 2023-03-23T14:11:00.582Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:11:00.598Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||Invoke 2023-03-23T14:11:00.599Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a80f7ebe-6b6b-4a76-a846-c0f54dc48fe1], X-ECOMP-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], X-TransactionId=[], X-ONAP-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], Content-Type=[application/merge-patch+json]} 2023-03-23T14:11:00.606Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:11:00.760Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:10:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[233680], x-aai-txid=[2-aai-resources-230323-14:10:58:780-21988], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:11:00.760Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:11:00.761Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||InvokeReturn 2023-03-23T14:11:00.763Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:11:00.764Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:11:00.776Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:11:00.776Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:11:00.776Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:11:00.776Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:00.776Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:00.776Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580660776, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:11:01.797Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:11:01.797Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"4e3bccc0-8ad1-4022-86f4-d2d991531fa7","serviceName":"Demo_pNF_qmKu0IiQtL14aXlj0mwS","serviceVersion":"1.0","serviceUUID":"341816f4-b803-48c2-a119-f19f49c5bd1d","serviceDescription":"catalog service description","serviceInvariantUUID":"9e2cbbd4-72c1-4cb5-80ec-e27641a6346d","resources":[{"resourceInstanceName":"pNF 6d59ded1-c82a 0","resourceName":"pNF 6d59ded1-c82a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea1fcd1c-d846-49f4-b834-d17c91d4a50f","resourceInvariantUUID":"6162da41-54f1-4a9d-952d-ef60abf2c385","resourceCustomizationUUID":"133eb4b6-41ad-4583-ae08-82e55429d115","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml","artifactChecksum":"M2FmMTk5YTBlMDk2NzFiMjllZDc5OGI1MDgzNzI2NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0904a2-78b4-4ecb-9a70-2931bbb9c21b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec4d823e-c577-4b4c-8e5e-cb630f15820c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078d2cfc-8998-4bf7-a369-5e8ad54715f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE2NGIzNmJkODcwN2UxNGU3Yzc5OWJmMTM0N2NhZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25222fd2-e730-4168-abe9-a048b94cdd70","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fbe962c5-b706-4278-91e9-1d6dbe1e189e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f58b800-d52f-4763-8628-4e97323e3bba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactChecksum":"MWE4ZjMxN2Q2YmU5ZmY3ZDI0MWI2Zjc5ZTk2NTQ5ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f42cec2-76b3-42c0-ab97-708f567c534c","artifactVersion":"1"},{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactChecksum":"YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a56c270e-58ea-485c-8867-834e220b0cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:11:01.798Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:01.798Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:01.798Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:01.798Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:02.799Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:02.799Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:02.799Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:02.799Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:03.799Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:03.800Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:03.800Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:03.800Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:04.800Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:04.801Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:04.801Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:04.801Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:05.802Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:05.802Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:05.802Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:05.803Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:06.803Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:06.804Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:06.804Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:06.804Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:07.805Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:07.806Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:07.806Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:07.806Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:08.807Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:08.808Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:08.808Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:08.808Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:09.811Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "serviceName": "Demo_pNF_qmKu0IiQtL14aXlj0mwS", "serviceVersion": "1.0", "serviceUUID": "341816f4-b803-48c2-a119-f19f49c5bd1d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9e2cbbd4-72c1-4cb5-80ec-e27641a6346d", "resources": [ { "resourceInstanceName": "pNF 6d59ded1-c82a 0", "resourceCustomizationUUID": "133eb4b6-41ad-4583-ae08-82e55429d115", "resourceName": "pNF 6d59ded1-c82a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea1fcd1c-d846-49f4-b834-d17c91d4a50f", "resourceInvariantUUID": "6162da41-54f1-4a9d-952d-ef60abf2c385", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactChecksum": "YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a56c270e-58ea-485c-8867-834e220b0cd0" } ], "workloadContext": "Production" } 2023-03-23T14:11:09.812Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:11:09.812Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC 2023-03-23T14:11:09.814Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:4e3bccc0-8ad1-4022-86f4-d2d991531fa7 ServiceName:Demo_pNF_qmKu0IiQtL14aXlj0mwS ServiceVersion:1.0 ServiceUUID:341816f4-b803-48c2-a119-f19f49c5bd1d ServiceInvariantUUID:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactUUID:a56c270e-58ea-485c-8867-834e220b0cd0 ArtifactChecksum:YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d59ded1-c82a 0 ResourceCustomizationUUID:133eb4b6-41ad-4583-ae08-82e55429d115 ResourceInvariantUUID:6162da41-54f1-4a9d-952d-ef60abf2c385 ResourceName:pNF 6d59ded1-c82a ResourceType:PNF ResourceUUID:ea1fcd1c-d846-49f4-b834-d17c91d4a50f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:11:09.814Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:11:09.839Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:11:09.839Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:11:09.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:11:09.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0 from URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:09.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:11:09.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:10.139Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T14:11:10.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar a56c270e-58ea-485c-8867-834e220b0cd0 88008 2023-03-23T14:11:10.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T14:11:10.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:10.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:11:10.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:10.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:10.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580670144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:11.145Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:11:11.145Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:11:11.146Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0, URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar to file: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:11.146Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:11.147Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:11.148Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:11.219Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6255380999079898469/Definitions/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml 2023-03-23T14:11:11.832Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d59ded1-c82a 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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:11:11.833Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:11.834Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qmKu0IiQtL14aXlj0mwS Description:catalog service description Model UUID:341816f4-b803-48c2-a119-f19f49c5bd1d Model Version:NULL Model InvariantUuid:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 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-23T14:11:11.871Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||ERROR|500||Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists 2023-03-23T14:11:11.871Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T14:11:11.871Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists) 2023-03-23T14:11:11.871Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:11:11.871Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:11.871Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:11.871Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580671871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:12.872Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T14:11:12.872Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists) 2023-03-23T14:11:12.872Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:11:12.873Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:12.873Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:12.873Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580672872, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:13.874Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:11:13.889Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:11:13.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:11:13.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:11:13.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:11:13.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:11:13.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:11:13.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:11:13.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:11:13.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:11:13.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:11:13.899Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:11:43.900Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:11:43.918Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and serviceModelVersionId: 341816f4-b803-48c2-a119-f19f49c5bd1d 2023-03-23T14:11:43.918Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 2023-03-23T14:11:43.919Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 2023-03-23T14:11:43.938Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:11:44.024Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||Invoke 2023-03-23T14:11:44.024Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e3bccc0-8ad1-4022-86f4-d2d991531fa7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4e69eb5b-728f-4108-94b8-a85409c9012f], X-ECOMP-RequestID=[4e3bccc0-8ad1-4022-86f4-d2d991531fa7], X-TransactionId=[], X-ONAP-RequestID=[4e3bccc0-8ad1-4022-86f4-d2d991531fa7], Content-Type=[application/merge-patch+json]} 2023-03-23T14:11:44.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:11:44.254Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:11:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[177], vertex-id=[647264], x-aai-txid=[1-aai-resources-230323-14:11:42:245-57749], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:11:44.254Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:11:44.255Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||InvokeReturn 2023-03-23T14:11:44.255Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:11:44.255Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:11:44.282Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:11:44.283Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:11:44.283Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:11:44.283Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:44.283Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:44.283Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580704283, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:11:45.303Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:11:45.304Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"eb1868dd-7bb4-4ba1-a9ef-373145db848d","serviceName":"Demo_pNF_pHxYVKghYIVeXvrjUC6W","serviceVersion":"1.0","serviceUUID":"74311808-79e5-4380-99af-4632cacfcb23","serviceDescription":"catalog service description","serviceInvariantUUID":"da95f872-9813-42b5-bf68-ed5422161feb","resources":[{"resourceInstanceName":"pNF d1fbb461-99b7 0","resourceName":"pNF d1fbb461-99b7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"340c1941-d3e9-4226-ac19-f57c4cf51179","resourceInvariantUUID":"5ce10c3c-bbcd-405e-a1b5-b469478cda74","resourceCustomizationUUID":"fb618d18-b805-4f0f-b435-556ef3e97d85","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml","artifactChecksum":"ZGE2OTg2YTJhM2Y1YTliYTYxYjFkOTM0Mzk4YTJlZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72bb70ef-3971-40bf-87b0-0548301b7faa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"100afad2-b565-4db5-81d9-f99f2fc5f662","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edd74bbe-7662-423d-831c-1326c5bc1b32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml","artifactChecksum":"Y2M3YzAyZGFlMTI4Yjc5MTJiODE1NzEyZTNlOWQxZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6cd9b0fb-9b61-4243-a070-0682195e341f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1de2baf6-265c-4841-8396-1f916435b6e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39edcd22-b0ec-40f4-8a4a-542ff7ede2c2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactChecksum":"NWNkYThkMDU2MGZjMGViMzM2NGFjZjA1MDkxNjgxNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"641d030b-db38-4daa-aa68-9698f243f0a8","artifactVersion":"1"},{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactChecksum":"ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bae75039-32d0-4ba8-ab06-41f1c7e6af02","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:11:45.304Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:45.304Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:45.304Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:45.305Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:46.305Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:46.305Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:46.306Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:46.306Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:47.306Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:47.306Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:47.306Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:47.306Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:48.307Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:48.307Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:48.308Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:48.308Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.179Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580660776, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:11:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:11:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:11:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:11:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:11:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:11:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:11:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:11:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:11:49.184Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580670144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:11:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580671871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } 2023-03-23T14:11:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580672872, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } 2023-03-23T14:11:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580704283, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:11:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:11:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:11:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:11:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:11:49.187Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:11:49.188Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:11:49.308Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:49.309Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:49.309Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:49.309Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:50.309Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:50.310Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:50.310Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:50.310Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:51.311Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:51.311Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:51.311Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:51.311Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:52.313Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:11:52.313Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:52.313Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:52.313Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:53.315Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "serviceName": "Demo_pNF_pHxYVKghYIVeXvrjUC6W", "serviceVersion": "1.0", "serviceUUID": "74311808-79e5-4380-99af-4632cacfcb23", "serviceDescription": "catalog service description", "serviceInvariantUUID": "da95f872-9813-42b5-bf68-ed5422161feb", "resources": [ { "resourceInstanceName": "pNF d1fbb461-99b7 0", "resourceCustomizationUUID": "fb618d18-b805-4f0f-b435-556ef3e97d85", "resourceName": "pNF d1fbb461-99b7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "340c1941-d3e9-4226-ac19-f57c4cf51179", "resourceInvariantUUID": "5ce10c3c-bbcd-405e-a1b5-b469478cda74", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactChecksum": "ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bae75039-32d0-4ba8-ab06-41f1c7e6af02" } ], "workloadContext": "Production" } 2023-03-23T14:11:53.316Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:11:53.316Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 74311808-79e5-4380-99af-4632cacfcb23 ASDC 2023-03-23T14:11:53.316Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:eb1868dd-7bb4-4ba1-a9ef-373145db848d ServiceName:Demo_pNF_pHxYVKghYIVeXvrjUC6W ServiceVersion:1.0 ServiceUUID:74311808-79e5-4380-99af-4632cacfcb23 ServiceInvariantUUID:da95f872-9813-42b5-bf68-ed5422161feb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactUUID:bae75039-32d0-4ba8-ab06-41f1c7e6af02 ArtifactChecksum:ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d1fbb461-99b7 0 ResourceCustomizationUUID:fb618d18-b805-4f0f-b435-556ef3e97d85 ResourceInvariantUUID:5ce10c3c-bbcd-405e-a1b5-b469478cda74 ResourceName:pNF d1fbb461-99b7 ResourceType:PNF ResourceUUID:340c1941-d3e9-4226-ac19-f57c4cf51179 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:11:53.316Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74311808-79e5-4380-99af-4632cacfcb23 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:11:53.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:11:53.348Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:11:53.348Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:11:53.348Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 from URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:53.348Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:11:53.349Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:53.643Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T14:11:53.646Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar bae75039-32d0-4ba8-ab06-41f1c7e6af02 88025 2023-03-23T14:11:53.646Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T14:11:53.646Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:53.646Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:11:53.646Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:53.646Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:53.646Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580713646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:54.647Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:11:54.649Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:11:54.650Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02, URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar to file: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:54.650Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:54.651Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:54.651Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:54.737Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17049850187720220132/Definitions/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1fbb461-99b7 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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:55.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:11:55.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_pHxYVKghYIVeXvrjUC6W Description:catalog service description Model UUID:74311808-79e5-4380-99af-4632cacfcb23 Model Version:NULL Model InvariantUuid:da95f872-9813-42b5-bf68-ed5422161feb 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-23T14:11:55.393Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||ERROR|500||Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists 2023-03-23T14:11:55.393Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T14:11:55.393Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists) 2023-03-23T14:11:55.393Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:11:55.394Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:55.394Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:55.394Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580715393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:56.395Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T14:11:56.396Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists) 2023-03-23T14:11:56.396Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:11:56.396Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:11:56.396Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:11:56.396Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580716395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:11:57.398Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:11:57.414Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:11:57.416Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:11:57.416Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:11:57.416Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:11:57.416Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:11:57.416Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:11:57.416Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:11:57.416Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:11:57.416Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:11:57.416Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:11:57.422Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:12:27.422Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:12:27.426Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and serviceModelVersionId: 74311808-79e5-4380-99af-4632cacfcb23 2023-03-23T14:12:27.426Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da95f872-9813-42b5-bf68-ed5422161feb 2023-03-23T14:12:27.427Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 2023-03-23T14:12:27.430Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:12:27.443Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:12:27.445Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||Invoke 2023-03-23T14:12:27.452Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:12:27.586Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||InvokeReturn 2023-03-23T14:12:27.587Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:12:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[282760], x-aai-txid=[0-aai-resources-230323-14:12:25:625-9060], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:12:27.588Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:12:27.590Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:12:27.590Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:12:27.598Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:12:27.599Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb1868dd-7bb4-4ba1-a9ef-373145db848d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:12:27.599Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:12:27.599Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:27.599Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:27.599Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580747599, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:12:28.619Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:12:28.620Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"4728c90c-52d9-4976-a0bc-e8a7fe12e2ec","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1b4600dd-fe59-4506-baf6-ead4f27719b5","serviceDescription":"service","serviceInvariantUUID":"55bd29ae-4f90-43c1-b5b3-b0be8bca6573","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f","resourceInvariantUUID":"7641635d-b469-4196-b44a-501d66e2e4ea","resourceCustomizationUUID":"ad2c6752-a967-4c03-a1ad-7d0bc9416167","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":"YjQyZjk3ZTNhOThlN2VlMGYwYzk4OWU5YWZkNzkyNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f07bf3f-d075-4518-8a6d-80b0a410251f","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":"OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61e68242-5134-44b0-8a25-c4898f994284","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":"bf063fe8-58d7-42b9-8083-715116e43845","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":"e365c34c-7674-4f6f-978f-efc59a9ed64a","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":"f10c145e-3751-45fa-9349-f55d5408727c","artifactVersion":"2","generatedFromUUID":"46441173-75ed-4253-a744-db24a703f0cc"},{"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":"1d944166-2285-41aa-a799-c43608e4377c","artifactVersion":"2","generatedFromUUID":"bf063fe8-58d7-42b9-8083-715116e43845"},{"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":"46441173-75ed-4253-a744-db24a703f0cc","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":"f2d3c315-b11a-409d-b941-fa3617d47aae","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":"MTE1NDQ4ZDc4NDgyYTFkZDM2OWRhY2U2ZTk0ZTIyNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9733096-033e-4d69-9a49-4d906610e91e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49915f74-047d-460a-9f8b-1b76125fe0de","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:12:28.620Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:12:28.620Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:28.620Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:28.620Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:12:29.621Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:12:29.621Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:29.622Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:29.622Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:12:30.622Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:12:30.622Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:30.622Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:30.623Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:12:31.624Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:12:31.625Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:31.625Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:31.625Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:12:32.625Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:12:32.626Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:32.626Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:32.626Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:12:33.627Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:12:33.627Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:33.627Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:33.627Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:12:34.628Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:12:34.629Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:34.630Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:34.630Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:12:35.630Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:12:35.631Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:35.631Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:35.631Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:12:36.631Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:12:36.632Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:36.632Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:36.632Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:12:37.634Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:12:37.634Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:37.634Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:37.635Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:12:38.636Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1b4600dd-fe59-4506-baf6-ead4f27719b5", "serviceDescription": "service", "serviceInvariantUUID": "55bd29ae-4f90-43c1-b5b3-b0be8bca6573", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "ad2c6752-a967-4c03-a1ad-7d0bc9416167", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f", "resourceInvariantUUID": "7641635d-b469-4196-b44a-501d66e2e4ea", "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": "OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61e68242-5134-44b0-8a25-c4898f994284", "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": "bf063fe8-58d7-42b9-8083-715116e43845", "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": "1d944166-2285-41aa-a799-c43608e4377c", "generatedFromUUID": "bf063fe8-58d7-42b9-8083-715116e43845" }, "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": "f10c145e-3751-45fa-9349-f55d5408727c", "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": "1d944166-2285-41aa-a799-c43608e4377c", "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": "46441173-75ed-4253-a744-db24a703f0cc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "49915f74-047d-460a-9f8b-1b76125fe0de" } ], "workloadContext": "Production" } 2023-03-23T14:12:38.636Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:12:38.636Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC 2023-03-23T14:12:38.637Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:4728c90c-52d9-4976-a0bc-e8a7fe12e2ec ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1b4600dd-fe59-4506-baf6-ead4f27719b5 ServiceInvariantUUID:55bd29ae-4f90-43c1-b5b3-b0be8bca6573 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:49915f74-047d-460a-9f8b-1b76125fe0de ArtifactChecksum:YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:ad2c6752-a967-4c03-a1ad-7d0bc9416167 ResourceInvariantUUID:7641635d-b469-4196-b44a-501d66e2e4ea ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f 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:61e68242-5134-44b0-8a25-c4898f994284 ArtifactChecksum:OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ= 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:bf063fe8-58d7-42b9-8083-715116e43845 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:1d944166-2285-41aa-a799-c43608e4377c 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:f10c145e-3751-45fa-9349-f55d5408727c 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:1d944166-2285-41aa-a799-c43608e4377c 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:46441173-75ed-4253-a744-db24a703f0cc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:12:38.637Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:12:38.664Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:12:38.665Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:12:38.665Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:12:38.665Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 49915f74-047d-460a-9f8b-1b76125fe0de from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T14:12:38.665Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:12:38.667Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T14:12:38.690Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:12:38.690Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7f2e2015 2023-03-23T14:12:38.690Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:12:38.690Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicCnfMacro" ] } } } 2023-03-23T14:12:38.690Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 49915f74-047d-460a-9f8b-1b76125fe0de Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:12:38.691Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||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-23T14:12:38.691Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||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-23T14:12:38.691Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:12:38.691Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:38.691Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:38.691Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580758691, "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-23T14:12:39.692Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:49915f74-047d-460a-9f8b-1b76125fe0de) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:12:39.732Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists 2023-03-23T14:12:39.733Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:12:39.733Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists) 2023-03-23T14:12:39.733Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:12:39.733Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:39.733Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:39.734Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580759733, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:12:40.735Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:12:40.736Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists) 2023-03-23T14:12:40.736Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:12:40.736Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:12:40.736Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:12:40.736Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580760735, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:12:41.738Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:12:41.754Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:12:41.757Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:12:41.757Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:12:41.757Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:12:41.757Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:12:41.757Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:12:41.758Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:12:41.758Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:12:41.758Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:12:41.758Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:12:41.765Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:12:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:12:49.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:12:49.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:12:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:11.766Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:13:11.775Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and serviceModelVersionId: 1b4600dd-fe59-4506-baf6-ead4f27719b5 2023-03-23T14:13:11.776Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55bd29ae-4f90-43c1-b5b3-b0be8bca6573 2023-03-23T14:13:11.777Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 2023-03-23T14:13:11.783Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:13:11.801Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||Invoke 2023-03-23T14:13:11.801Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4728c90c-52d9-4976-a0bc-e8a7fe12e2ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[098838ce-7c52-4275-91e8-df0b9b52dc12], X-ECOMP-RequestID=[4728c90c-52d9-4976-a0bc-e8a7fe12e2ec], X-TransactionId=[], X-ONAP-RequestID=[4728c90c-52d9-4976-a0bc-e8a7fe12e2ec], Content-Type=[application/merge-patch+json]} 2023-03-23T14:13:11.807Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:13:11.950Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:13:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[376888], x-aai-txid=[2-aai-resources-230323-14:13:09:982-61184], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:13:11.950Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:13:11.951Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||InvokeReturn 2023-03-23T14:13:11.952Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:13:11.952Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:13:11.963Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:13:11.964Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:13:11.964Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:13:11.964Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:11.964Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:11.964Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580791964, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:13:12.985Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:13:12.985Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"8a75e09b-0672-4b8f-8480-8d9afbb54cb3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"99e8fd40-7a66-4d28-9695-b786c986bf94","serviceDescription":"service","serviceInvariantUUID":"e2ff2e6f-e1b2-4caa-a71c-33793763c749","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2fa16e7b-c45f-41bf-b922-74ffe18edada","resourceInvariantUUID":"47774d5e-7c3e-4537-ab81-1d814930dba0","resourceCustomizationUUID":"a62c265d-7164-43af-8645-482167f456c9","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":"MDc3YzcwNzJmMDI4YzJiMGIxMTQyMDA3M2RmODVjZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3fbfbfb-a1e5-4448-a00e-e0829d14554f","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":"NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e15a011-b20f-4c23-b94b-9042f21695c8","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":"f699ba35-8ec7-415e-a0f3-01827cd64410","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":"a0f081f1-3679-4cbd-bc4d-ad897d54c0f4","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":"92e51b8c-657f-4f82-85fa-cc074aa86873","artifactVersion":"2","generatedFromUUID":"f699ba35-8ec7-415e-a0f3-01827cd64410"},{"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":"OWQ1MWMzOGZjMDJlOWU4MTEyNzJjMjVhMzVkZDY3NzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"929007d7-af73-48dd-8fa7-ec7cf924bb03","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":"Zjk2MWMwZWU2MWIyNWE3NjRiNmI4MzY4YzhlYzM0YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7f17690-b53d-4bcb-af4e-54f7c827c8c7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45749d9b-1023-46ce-89d4-a30395ff33d7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:13:12.986Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:13:12.986Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:12.986Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:12.986Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:13:13.987Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:13:13.987Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:13.987Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:13.987Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:13:14.988Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:13:14.988Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:14.988Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:14.988Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:13:15.989Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:13:15.989Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:15.989Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:15.990Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:13:16.990Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:13:16.991Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:16.991Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:16.991Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:13:17.991Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:13:17.992Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:17.992Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:17.993Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:13:18.993Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:13:18.994Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:18.994Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:18.994Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:13:19.995Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:13:19.995Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:19.995Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:19.996Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:13:20.997Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "99e8fd40-7a66-4d28-9695-b786c986bf94", "serviceDescription": "service", "serviceInvariantUUID": "e2ff2e6f-e1b2-4caa-a71c-33793763c749", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "a62c265d-7164-43af-8645-482167f456c9", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2fa16e7b-c45f-41bf-b922-74ffe18edada", "resourceInvariantUUID": "47774d5e-7c3e-4537-ab81-1d814930dba0", "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": "NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e15a011-b20f-4c23-b94b-9042f21695c8", "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": "f699ba35-8ec7-415e-a0f3-01827cd64410", "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "generatedFromUUID": "f699ba35-8ec7-415e-a0f3-01827cd64410" }, "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45749d9b-1023-46ce-89d4-a30395ff33d7" } ], "workloadContext": "Production" } 2023-03-23T14:13:20.997Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:13:20.997Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC 2023-03-23T14:13:20.998Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:8a75e09b-0672-4b8f-8480-8d9afbb54cb3 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:99e8fd40-7a66-4d28-9695-b786c986bf94 ServiceInvariantUUID:e2ff2e6f-e1b2-4caa-a71c-33793763c749 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:45749d9b-1023-46ce-89d4-a30395ff33d7 ArtifactChecksum:NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:a62c265d-7164-43af-8645-482167f456c9 ResourceInvariantUUID:47774d5e-7c3e-4537-ab81-1d814930dba0 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:2fa16e7b-c45f-41bf-b922-74ffe18edada 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:8e15a011-b20f-4c23-b94b-9042f21695c8 ArtifactChecksum:NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU= 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:f699ba35-8ec7-415e-a0f3-01827cd64410 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:92e51b8c-657f-4f82-85fa-cc074aa86873 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:92e51b8c-657f-4f82-85fa-cc074aa86873 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:13:20.998Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:13:21.024Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:13:21.024Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:13:21.025Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:13:21.025Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T14:13:21.025Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:13:21.025Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T14:13:21.052Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:13:21.052Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@19c8e5b0 2023-03-23T14:13:21.053Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:13:21.053Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVmMacro" ] } } } 2023-03-23T14:13:21.053Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 45749d9b-1023-46ce-89d4-a30395ff33d7 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:13:21.054Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:13:21.054Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is not found) 2023-03-23T14:13:21.054Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:13:21.055Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:21.055Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:21.055Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580801054, "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-23T14:13:22.056Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:45749d9b-1023-46ce-89d4-a30395ff33d7) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:13:22.084Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists 2023-03-23T14:13:22.084Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:13:22.084Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists) 2023-03-23T14:13:22.084Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:13:22.084Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:22.084Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:22.084Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580802084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:13:23.085Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:13:23.085Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists) 2023-03-23T14:13:23.085Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:13:23.086Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:23.086Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:23.086Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580803085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:13:24.086Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:13:24.098Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:13:24.101Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:13:24.101Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:13:24.102Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:13:24.102Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:13:24.102Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:13:24.102Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:13:24.102Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:13:24.102Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:13:24.102Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:13:24.110Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:13:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:13:49.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.173Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:13:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:13:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:13:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580713646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:13:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.174Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580715393, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580716395, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580747599, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.175Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.176Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580758691, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580759733, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists" } 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:13:49.177Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580760735, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists" } 2023-03-23T14:13:49.178Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:13:54.111Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:13:54.119Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and serviceModelVersionId: 99e8fd40-7a66-4d28-9695-b786c986bf94 2023-03-23T14:13:54.119Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2ff2e6f-e1b2-4caa-a71c-33793763c749 2023-03-23T14:13:54.120Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 2023-03-23T14:13:54.124Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:13:54.136Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||Invoke 2023-03-23T14:13:54.137Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[59ddb696-7fd4-4641-9931-927d4bac99fb], X-ECOMP-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], X-TransactionId=[], X-ONAP-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], Content-Type=[application/merge-patch+json]} 2023-03-23T14:13:54.142Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:13:54.280Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:13:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[340032], x-aai-txid=[2-aai-resources-230323-14:13:52:313-61594], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:13:54.280Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:13:54.281Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||InvokeReturn 2023-03-23T14:13:54.281Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:13:54.281Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:13:54.288Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:13:54.288Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:13:54.288Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:13:54.288Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:54.288Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:54.288Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580834288, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:13:55.302Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:13:55.302Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"40698359-543a-4c50-8f8e-beb234359e90","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"98e58ff4-6fad-4c70-91be-d344b953a829","serviceDescription":"service","serviceInvariantUUID":"8e8c9270-29cc-44e2-b9f1-8924ef0852e8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3b86d439-9524-46df-8081-8ef325868ca7","resourceInvariantUUID":"2a2b72c7-9cda-472e-8491-c51822e0125b","resourceCustomizationUUID":"91e67a71-7073-461b-9b5b-53d7594b17c2","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":"NWUzOGNiZWI2NjhjYjY2ODBiMDcxNmFkZjRlM2VlMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2580bc3e-6b2e-47df-9d97-5c3ad32316aa","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":"e4c641e2-1546-4808-aca1-71f5979b1dfd","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":"cbfb905e-cc25-47e9-8277-68b17cc21378","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":"OWQyYmY1NmVkZjhhOWQwZDE3ZTljOWMyNjFlYWQ2Y2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0ea17e1e-26d3-4a37-b776-79f836999a33","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":"6f87bf03-741b-4ee7-ad3b-54e371025d8f","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":"aec8bb80-751d-4e97-9003-7fc42c9553f7","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":"a9b9092f-9fa7-450c-af92-e910775adcbe","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":"YzZlYjEzMDFmNzAxMTczMDYzNjQ1MzIzYWViMTE4MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70449544-8692-4c44-9aaf-2759537f6516","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e10da24-5e58-46ae-83e7-a91529888b0e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:13:55.303Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:13:55.303Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:55.303Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:55.303Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:13:56.304Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:13:56.304Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:56.304Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:56.304Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:13:57.305Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:13:57.305Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:57.305Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:57.305Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:13:58.305Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:13:58.306Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:58.306Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:58.306Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:13:59.306Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:13:59.307Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:13:59.308Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:13:59.308Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:14:00.308Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:14:00.309Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:00.309Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:00.309Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:14:01.310Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:14:01.310Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:01.310Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:01.310Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:14:02.311Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:14:02.311Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:02.311Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:02.311Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:14:03.312Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:14:03.312Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:03.312Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:03.312Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:14:04.313Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "98e58ff4-6fad-4c70-91be-d344b953a829", "serviceDescription": "service", "serviceInvariantUUID": "8e8c9270-29cc-44e2-b9f1-8924ef0852e8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "91e67a71-7073-461b-9b5b-53d7594b17c2", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3b86d439-9524-46df-8081-8ef325868ca7", "resourceInvariantUUID": "2a2b72c7-9cda-472e-8491-c51822e0125b", "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": "Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e10da24-5e58-46ae-83e7-a91529888b0e" } ], "workloadContext": "Production" } 2023-03-23T14:14:04.313Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:14:04.313Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC 2023-03-23T14:14:04.313Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:40698359-543a-4c50-8f8e-beb234359e90 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:98e58ff4-6fad-4c70-91be-d344b953a829 ServiceInvariantUUID:8e8c9270-29cc-44e2-b9f1-8924ef0852e8 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:0e10da24-5e58-46ae-83e7-a91529888b0e ArtifactChecksum:Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:91e67a71-7073-461b-9b5b-53d7594b17c2 ResourceInvariantUUID:2a2b72c7-9cda-472e-8491-c51822e0125b ResourceName:test-pnf ResourceType:PNF ResourceUUID:3b86d439-9524-46df-8081-8ef325868ca7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:14:04.313Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:14:04.325Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:14:04.326Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:14:04.326Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:14:04.326Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:14:04.326Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:14:04.326Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:14:04.644Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T14:14:04.649Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0e10da24-5e58-46ae-83e7-a91529888b0e 111099 2023-03-23T14:14:04.649Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:14:04.649Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:14:04.649Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:14:04.650Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:04.650Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:04.650Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580844649, "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-23T14:14:05.651Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:14:05.651Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:14:05.652Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:05.652Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-03-23T14:14:05.653Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:05.653Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:05.740Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7866095947005414422/Definitions/service-TestPnfMacro-template.yml 2023-03-23T14:14:06.392Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:14:06.392Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:14:06.393Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:06.393Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:14:06.393Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:06.393Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:06.393Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:06.393Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:06.393Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:06.393Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:06.393Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:06.393Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:14:06.394Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:06.394Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:06.394Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-23T14:14:06.394Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:14:06.394Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:14:06.395Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:06.395Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:06.395Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-23T14:14:06.395Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:14:06.395Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:14:06.395Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:06.395Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:06.395Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:06.395Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:06.396Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:06.396Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:06.396Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:06.396Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:06.396Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:06.396Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:06.396Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:762cb78e-c2e3-4429-819a-7c066103ca50 Model Version:NULL Model InvariantUuid:85c3989d-888d-4ea1-904b-bdb5c1256872 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-23T14:14:06.441Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists 2023-03-23T14:14:06.441Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:14:06.441Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists) 2023-03-23T14:14:06.441Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:14:06.441Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:06.441Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:06.442Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580846441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:14:07.442Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:14:07.442Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists) 2023-03-23T14:14:07.442Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:14:07.442Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:07.442Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:07.443Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580847442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:14:08.443Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:14:08.455Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:14:08.457Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:14:08.457Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:14:08.457Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:14:08.458Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:14:08.458Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:14:08.458Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:14:08.458Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:14:08.458Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:14:08.458Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:14:08.463Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:14:38.463Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:14:38.472Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40698359-543a-4c50-8f8e-beb234359e90 and serviceModelVersionId: 98e58ff4-6fad-4c70-91be-d344b953a829 2023-03-23T14:14:38.473Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e8c9270-29cc-44e2-b9f1-8924ef0852e8 2023-03-23T14:14:38.473Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 2023-03-23T14:14:38.476Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:14:38.487Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||Invoke 2023-03-23T14:14:38.487Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[37fee218-647b-469b-97dc-682aecffe2e0], X-ECOMP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-TransactionId=[], X-ONAP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], Content-Type=[application/merge-patch+json]} 2023-03-23T14:14:38.494Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:14:38.647Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:14:36 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[290952], x-aai-txid=[0-aai-resources-230323-14:14:36:665-8752], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:14:38.647Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:14:38.648Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||InvokeReturn 2023-03-23T14:14:38.648Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:14:38.648Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:14:38.657Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:14:38.658Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40698359-543a-4c50-8f8e-beb234359e90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:14:38.658Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:14:38.658Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:38.658Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:38.658Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580878658, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:14:39.672Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:14:39.672Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"e854ae11-ae3f-4d8f-a88a-1fbbc9e58766","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"aeba33bd-e3e5-4835-acd1-0c71dd9a7bec","serviceDescription":"service","serviceInvariantUUID":"e4d33f9e-91f6-490b-8695-18970cb067db","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a1a1e04-5501-44a7-a142-91d143a3b366","resourceInvariantUUID":"450c7e62-2077-4d5c-883a-b7df90325fc0","resourceCustomizationUUID":"dbd519a5-d33f-4ac5-979c-98d248931ed4","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":"NWMwYTgxZmU4Y2IzMzdmNWQ0MTVlNDk4MjU2YjlkYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e413cc6-8d46-4fb7-bbca-1192c860ee82","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":"434fdb8f-381d-4b97-a15b-b5a93cf09ea2","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":"db429dc3-10e4-4be9-9477-f692930ae9e7","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":"MDlkMTk2ZmNjNjg5MmQzZGIyNWM3Y2RhODRkZTc1M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6abf35e-6d0e-4f44-b7c1-88308233df4f","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":"54bbdb4b-8185-4b60-8f2d-148a83c48bf0","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":"b365966f-be2e-4703-b977-4436ef19efe5","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":"5f5a3958-59d8-425d-b585-580f621303d4","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":"ZTQ5OGMxYTFlODA5ZTQwNDI0NWI2MzIzN2UxZTMyM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47b80b8e-29bf-49d8-8840-00c162dcdebf","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d07b3e9-5961-4e62-8d98-91fdb263efdc","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:14:39.672Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:14:39.673Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:39.673Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:39.673Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:14:40.674Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:14:40.674Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:40.674Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:40.674Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:14:41.675Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:14:41.676Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:41.676Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:41.676Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:14:42.676Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:14:42.677Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:42.677Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:42.677Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:14:43.678Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:14:43.678Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:43.679Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:43.679Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:14:44.679Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:14:44.679Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:44.679Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:44.679Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:14:45.680Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:14:45.680Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:45.680Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:45.681Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:14:46.681Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:14:46.682Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:46.682Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:46.682Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "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-23T14:14:47.682Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:14:47.683Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:47.683Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:47.683Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:14:48.684Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "aeba33bd-e3e5-4835-acd1-0c71dd9a7bec", "serviceDescription": "service", "serviceInvariantUUID": "e4d33f9e-91f6-490b-8695-18970cb067db", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "dbd519a5-d33f-4ac5-979c-98d248931ed4", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2a1a1e04-5501-44a7-a142-91d143a3b366", "resourceInvariantUUID": "450c7e62-2077-4d5c-883a-b7df90325fc0", "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": "MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d07b3e9-5961-4e62-8d98-91fdb263efdc" } ], "workloadContext": "Production" } 2023-03-23T14:14:48.684Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:14:48.684Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ASDC 2023-03-23T14:14:48.684Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ServiceInvariantUUID:e4d33f9e-91f6-490b-8695-18970cb067db 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:3d07b3e9-5961-4e62-8d98-91fdb263efdc ArtifactChecksum:MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:dbd519a5-d33f-4ac5-979c-98d248931ed4 ResourceInvariantUUID:450c7e62-2077-4d5c-883a-b7df90325fc0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:2a1a1e04-5501-44a7-a142-91d143a3b366 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:14:48.684Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:14:48.710Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:14:48.711Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:14:48.711Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:14:48.711Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:14:48.711Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:14:48.711Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:14:48.822Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T14:14:48.826Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3d07b3e9-5961-4e62-8d98-91fdb263efdc 111099 2023-03-23T14:14:48.827Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:14:48.827Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:14:48.827Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:14:48.827Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:48.827Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:48.827Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580888827, "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-23T14:14:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:14:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version624: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version625: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-23T14:14:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:14:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:14:49.191Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=98, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:14:49.192Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 98: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:14:49.207Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=98, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:14:49.208Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:14:49.208Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:14:49.211Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:14:49.211Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:14:49.212Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:14:49.212Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4489, offsetEpoch=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-23T14:14:49.212Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:14:49.212Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:14:49.828Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:14:49.828Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:14:49.829Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:49.829Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-03-23T14:14:49.830Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:49.830Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:49.911Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17237926278658972978/Definitions/service-TestPnfMacro-template.yml 2023-03-23T14:14:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580791964, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:14:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.228Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.229Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:14:50.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580801054, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:14:50.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580802084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists" } 2023-03-23T14:14:50.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.230Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580803085, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists" } 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580834288, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.231Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.232Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580844649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580846441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists" } 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580847442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists" } 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.233Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580878658, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:14:50.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.234Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.235Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.235Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.235Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.235Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.235Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.235Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.235Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.235Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.235Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.235Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.235Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.235Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:14:50.236Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.236Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.236Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:14:50.236Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.236Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-03-23T14:14:50.236Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580888827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:14:50.236Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:14:50.522Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:14:50.522Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:14:50.523Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:50.523Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:14:50.523Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:50.523Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:50.523Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:50.523Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:50.523Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:50.523Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:50.523Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-03-23T14:14:50.523Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:50.524Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:50.525Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:50.525Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:50.525Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:50.525Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:762cb78e-c2e3-4429-819a-7c066103ca50 Model Version:NULL Model InvariantUuid:85c3989d-888d-4ea1-904b-bdb5c1256872 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-23T14:14:50.542Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2a1a1e04-5501-44a7-a142-91d143a3b366 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-23T14:14:50.550Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||test-pnf 0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:14:50.562Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 2a1a1e04-5501-44a7-a142-91d143a3b366 test-pnf 2023-03-23T14:14:50.563Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||No resources found for Service: aeba33bd-e3e5-4835-acd1-0c71dd9a7bec 2023-03-23T14:14:50.563Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: aeba33bd-e3e5-4835-acd1-0c71dd9a7bec 2023-03-23T14:14:50.563Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 2a1a1e04-5501-44a7-a142-91d143a3b366 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-23T14:14:50.572Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6896acd8, org.onap.sdc.toscaparser.api.parameters.Input@5244d9f1, org.onap.sdc.toscaparser.api.parameters.Input@3f794f85, org.onap.sdc.toscaparser.api.parameters.Input@1ce436e9, org.onap.sdc.toscaparser.api.parameters.Input@4149b9c1] 2023-03-23T14:14:50.573Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:50.573Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:50.573Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 762cb78e-c2e3-4429-819a-7c066103ca50: test-pnf 2023-03-23T14:14:50.573Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Processing PNF resource: 2a1a1e04-5501-44a7-a142-91d143a3b366 2023-03-23T14:14:50.573Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:14:50.574Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:14:50.574Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||Resource customization UUID: 5b5dba29-c146-4dad-8b8f-f70f987c1a0c is NOT the same as notified resource customizationUUID: dbd519a5-d33f-4ac5-979c-98d248931ed4 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-23T14:14:50.604Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 2a1a1e04-5501-44a7-a142-91d143a3b366 0 ASDC deployResourceStructure 2023-03-23T14:14:50.605Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:14:50.605Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:14:50.605Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-03-23T14:14:50.605Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:14:50.605Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:14:50.605Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580890605, "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-23T14:14:51.605Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:14:51.618Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:14:51.623Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:14:51.623Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:14:51.623Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:14:51.623Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:14:51.624Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:14:51.624Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:14:51.624Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:14:51.624Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:14:51.624Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:14:51.629Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:15:21.630Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:15:21.642Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and serviceModelVersionId: aeba33bd-e3e5-4835-acd1-0c71dd9a7bec 2023-03-23T14:15:21.642Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4d33f9e-91f6-490b-8695-18970cb067db 2023-03-23T14:15:21.642Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 2023-03-23T14:15:21.645Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:15:21.656Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:15:21.658Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|INFO|500||Invoke 2023-03-23T14:15:21.665Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:15:21.801Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|INFO|500||InvokeReturn 2023-03-23T14:15:21.801Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:15:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[716896], x-aai-txid=[2-aai-resources-230323-14:15:19:836-32499], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:15:21.803Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:15:21.803Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:15:21.803Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:15:21.812Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:15:21.813Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:15:21.813Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:15:21.813Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:15:21.813Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:15:21.813Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580921813, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:15:22.843Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T14:15:22.843Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-23T14:15:22.845Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-23T14:15:22.845Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cancelled in-flight METADATA request with correlation id 1021360 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms) 2023-03-23T14:15:22.845Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-23T14:15:22.846Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:15:22.846Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:15:22.846Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:15:22.846Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T14:15:22.851Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-00c15ba7-d31f-480e-ac4b-58fd76580801 2023-03-23T14:15:22.851Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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=23, 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-23T14:15:22.851Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:15:22.851Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T14:15:25.430Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:15:28.447Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:15:31.457Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:15:34.471Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:15:37.487Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:15:40.496Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:15:43.505Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:15:46.515Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:15:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:15:49.185Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:15:49.186Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:15:49.190Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=99, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:15:49.190Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=99, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-00c15ba7-d31f-480e-ac4b-58fd76580801', protocol='range'} 2023-03-23T14:15:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:15:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:15:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:15:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:15:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:15:49.194Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:15:49.195Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 99: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-00c15ba7-d31f-480e-ac4b-58fd76580801=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-03-23T14:15:49.206Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=99, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-00c15ba7-d31f-480e-ac4b-58fd76580801', protocol='range'} 2023-03-23T14:15:49.206Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=99, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:15:49.206Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:15:49.207Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:15:49.207Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:15:49.207Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:15:49.210Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:15:49.210Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:15:49.210Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:15:49.210Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:15:49.210Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:15:49.210Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:15:49.210Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4525, offsetEpoch=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-23T14:15:49.210Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:15:49.210Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:15:49.210Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:15:49.210Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:15:49.210Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=13, 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-23T14:15:49.722Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T14:15:49.723Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580890605, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-03-23T14:15:49.723Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:15:49.723Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T14:15:49.723Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580921813, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:15:49.723Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:15:50.273Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:15:50.273Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:15:50.274Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:15:50.275Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:15:50.275Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:15:50.275Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:15:51.275Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:15:51.276Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:15:51.276Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:15:51.276Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:15:52.277Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:15:52.278Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:15:52.278Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:15:52.278Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:15:53.279Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:15:53.279Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:15:53.279Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:15:53.279Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:15:54.279Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:15:54.280Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:15:54.280Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:15:54.280Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:15:55.281Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:15:55.282Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:15:55.282Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:15:55.282Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:15:56.283Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:15:56.283Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:15:56.284Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:15:56.284Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:15:57.286Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T14:15:57.286Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:15:57.286Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T14:15:57.286Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:15:57.286Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:15:57.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:15:57.332Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:15:57.332Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:15:57.332Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T14:15:57.332Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:15:57.332Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T14:15:57.350Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:15:57.351Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@391f9323 2023-03-23T14:15:57.351Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:15:57.351Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T14:15:57.351Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:15:57.351Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T14:15:57.351Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T14:15:57.351Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:15:57.351Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:15:57.351Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:15:57.351Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580957351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:15:58.352Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T14:15:58.366Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:15:58.366Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:15:58.369Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T14:15:58.370Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T14:15:58.370Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T14:15:58.370Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:15:58.370Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T14:15:58.386Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:15:58.387Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@19d201de 2023-03-23T14:15:58.387Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:15:58.387Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T14:15:58.387Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:15:58.388Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T14:15:58.388Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T14:15:58.388Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:15:58.388Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:15:58.388Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:15:58.388Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580958388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:15:59.389Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T14:15:59.389Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:15:59.415Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:15:59.420Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:15:59.420Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:16:29.420Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:16:29.448Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:16:29.452Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:16:29.453Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:16:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T14:16:49.180Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T14:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T14:16:49.181Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T14:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T14:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T14:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T14:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T14:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T14:16:49.182Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T14:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580957351, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received message from topic 2023-03-23T14:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679580958388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:16:49.183Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:16:59.453Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:16:59.471Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:16:59.473Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:16:59.473Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:17:29.473Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:17:29.514Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:17:29.520Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:17:29.520Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:17:49.172Z|be804afb-371a-4e4a-b452-fe3d631d4d8a|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:17:59.520Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:17:59.535Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:17:59.537Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:17:59.537Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:18:29.538Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:18:29.554Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:18:29.556Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:18:29.556Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:18:49.173Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:18:59.557Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:18:59.568Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:18:59.571Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:18:59.571Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:19:29.571Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:19:29.595Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:19:29.599Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:19:29.599Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:19:49.174Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:19:59.600Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:19:59.612Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:19:59.614Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:19:59.614Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:20:29.615Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:20:29.629Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:20:29.632Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:20:29.633Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:20:49.175Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:20:50.314Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:20:50.314Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-00c15ba7-d31f-480e-ac4b-58fd76580801 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-23T14:20:50.316Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T14:20:50.316Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T14:20:52.648Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:20:52.662Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:20:52.662Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:20:52.665Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=100, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:20:52.665Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 100: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:20:52.686Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=100, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:20:52.687Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:20:52.687Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:20:52.690Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:20:52.690Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:20:52.690Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:20:52.690Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4536, offsetEpoch=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-23T14:20:52.690Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:20:52.690Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:20:59.633Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T14:20:59.633Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:20:59.644Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T14:20:59.644Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T14:20:59.644Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T14:20:59.651Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:20:59.668Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:20:59.668Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T14:20:59.675Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T14:20:59.711Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T14:20:59.712Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 14:20:57 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[1-aai-resources-230323-14:20:57:846-46030], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:20:59.713Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T14:20:59.715Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:20:59.715Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T14:20:59.715Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:20:59.715Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T14:20:59.724Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:20:59.724Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:20:59.724Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T14:20:59.724Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:20:59.725Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:20:59.725Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581259724, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:20:59.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:20:59.743Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581259724, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T14:20:59.744Z||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-23T14:21:00.743Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:21:00.743Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"cb9a0670-fdaa-4040-a746-0cec6c8479df","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e45fd639-5114-45d1-8f98-09296814703b","serviceDescription":"service","serviceInvariantUUID":"aea2f03e-4830-4f22-b445-64179a3c2e96","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"21654d5c-6d16-44b1-ad0c-32ccb7e1c047","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":"MzgzZjcxNDdkYTIwNjQyNWQxYjVhYjAzMmY1NjE1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"531d7c0d-fb6b-40c7-a592-63ed9bf18f6f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d361ab15-4d9e-4f87-a173-2592c49ee813","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:21:00.743Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:21:00.743Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:00.743Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:00.743Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:21:01.744Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:21:01.744Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:01.745Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:01.745Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:02.745Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e45fd639-5114-45d1-8f98-09296814703b", "serviceDescription": "service", "serviceInvariantUUID": "aea2f03e-4830-4f22-b445-64179a3c2e96", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "21654d5c-6d16-44b1-ad0c-32ccb7e1c047", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d361ab15-4d9e-4f87-a173-2592c49ee813" } ], "workloadContext": "Production" } 2023-03-23T14:21:02.746Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:21:02.746Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45fd639-5114-45d1-8f98-09296814703b ASDC 2023-03-23T14:21:02.746Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:cb9a0670-fdaa-4040-a746-0cec6c8479df ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e45fd639-5114-45d1-8f98-09296814703b ServiceInvariantUUID:aea2f03e-4830-4f22-b445-64179a3c2e96 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:d361ab15-4d9e-4f87-a173-2592c49ee813 ArtifactChecksum:ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-23T14:21:02.746Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45fd639-5114-45d1-8f98-09296814703b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:21:02.772Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:21:02.773Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:21:02.773Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:21:02.773Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T14:21:02.773Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:21:02.773Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T14:21:02.808Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:21:02.809Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4af2839d 2023-03-23T14:21:02.809Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:21:02.809Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-23T14:21:02.809Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d361ab15-4d9e-4f87-a173-2592c49ee813 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:21:02.810Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T14:21:02.810Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is not found) 2023-03-23T14:21:02.810Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:21:02.810Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:02.811Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:02.811Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679581262810, "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-23T14:21:03.812Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:d361ab15-4d9e-4f87-a173-2592c49ee813) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:21:03.858Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists 2023-03-23T14:21:03.858Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T14:21:03.858Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists) 2023-03-23T14:21:03.858Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:21:03.859Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:03.859Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:03.859Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679581263858, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:04.859Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T14:21:04.860Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-23T14:21:04.860Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:21:04.860Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:04.860Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:04.860Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679581264859, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:05.861Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:21:05.876Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:21:05.879Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:21:05.879Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:21:05.879Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:21:05.880Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:21:05.880Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:21:05.880Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:21:05.880Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:21:05.880Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:21:05.880Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:21:05.887Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:21:35.888Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:21:35.892Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and serviceModelVersionId: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T14:21:35.893Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea2f03e-4830-4f22-b445-64179a3c2e96 2023-03-23T14:21:35.893Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 2023-03-23T14:21:35.900Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:21:35.913Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||Invoke 2023-03-23T14:21:35.913Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ff63b0b-bdd7-48a0-8845-b90595b0db0b], X-ECOMP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-TransactionId=[], X-ONAP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], Content-Type=[application/merge-patch+json]} 2023-03-23T14:21:35.919Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:21:36.055Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:21:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[278568], x-aai-txid=[0-aai-resources-230323-14:21:34:090-43605], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:21:36.055Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:21:36.056Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||InvokeReturn 2023-03-23T14:21:36.058Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:21:36.059Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:21:36.072Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:21:36.072Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb9a0670-fdaa-4040-a746-0cec6c8479df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:21:36.072Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:21:36.072Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:36.072Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:36.072Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679581296072, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:21:37.092Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:21:37.093Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"52b59d89-63ea-4683-b920-7ca2a36b51cc","serviceName":"Demo_pNF_nNhaXs3XD4ZVVBsHuxA1","serviceVersion":"1.0","serviceUUID":"9dfe125f-b0af-458c-9072-fe2538a83f36","serviceDescription":"catalog service description","serviceInvariantUUID":"fb2dc051-de24-4766-9c47-994c8d5a0431","resources":[{"resourceInstanceName":"pNF f3c4dfd7-82d9 0","resourceName":"pNF f3c4dfd7-82d9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"874a0dc3-2f4c-46cb-8f84-8747b567f730","resourceInvariantUUID":"383a85a2-d7af-4c97-bc09-4b6581c8c9ef","resourceCustomizationUUID":"136aeb8c-5891-456d-a4bf-383ed78d0d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml","artifactChecksum":"ZmEwMzQwYmI3YTEzZmM5OTg0NjI1YWNmMjhhNmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b27ec1ed-5edb-4b3b-a795-9de5b034918c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf7b8044-e51d-495f-bc10-1c4e1bbe8e5d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0dd1941-bdee-43cb-9c6d-d92b577a8e26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml","artifactChecksum":"YWJhZGVmMDkzYTU3ODU0ZTYyMTM5ODM4MDc0MzkxZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d960d7-f59f-4895-9e7b-8d1e255fe83c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ed2b9da-b57f-4348-beba-0f4fa1e2c029","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85ab0328-16f6-4a47-8691-103fef1f16d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactChecksum":"MDg3Nzk5MTRiMThhNTljYTJkYWQxNjc5YzFkZWI5NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae48e3b-9444-44f7-9567-b3707c5b5795","artifactVersion":"1"},{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactChecksum":"YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be742e24-eea6-4edc-86bd-beedc8ec33f4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:21:37.094Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:21:37.094Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:37.094Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:37.095Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:38.095Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:21:38.096Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:38.097Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:38.097Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:39.097Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:21:39.098Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:39.099Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:39.099Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:40.100Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:21:40.100Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:40.101Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:40.101Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:41.102Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:21:41.102Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:41.102Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:41.102Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:42.103Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:21:42.103Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:42.103Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:42.103Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:43.104Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:21:43.104Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:43.105Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:43.105Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:44.106Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:21:44.107Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:44.107Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:44.107Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:45.108Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "serviceName": "Demo_pNF_nNhaXs3XD4ZVVBsHuxA1", "serviceVersion": "1.0", "serviceUUID": "9dfe125f-b0af-458c-9072-fe2538a83f36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fb2dc051-de24-4766-9c47-994c8d5a0431", "resources": [ { "resourceInstanceName": "pNF f3c4dfd7-82d9 0", "resourceCustomizationUUID": "136aeb8c-5891-456d-a4bf-383ed78d0d18", "resourceName": "pNF f3c4dfd7-82d9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "874a0dc3-2f4c-46cb-8f84-8747b567f730", "resourceInvariantUUID": "383a85a2-d7af-4c97-bc09-4b6581c8c9ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactChecksum": "YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be742e24-eea6-4edc-86bd-beedc8ec33f4" } ], "workloadContext": "Production" } 2023-03-23T14:21:45.108Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:21:45.109Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC 2023-03-23T14:21:45.109Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:52b59d89-63ea-4683-b920-7ca2a36b51cc ServiceName:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 ServiceVersion:1.0 ServiceUUID:9dfe125f-b0af-458c-9072-fe2538a83f36 ServiceInvariantUUID:fb2dc051-de24-4766-9c47-994c8d5a0431 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactUUID:be742e24-eea6-4edc-86bd-beedc8ec33f4 ArtifactChecksum:YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f3c4dfd7-82d9 0 ResourceCustomizationUUID:136aeb8c-5891-456d-a4bf-383ed78d0d18 ResourceInvariantUUID:383a85a2-d7af-4c97-bc09-4b6581c8c9ef ResourceName:pNF f3c4dfd7-82d9 ResourceType:PNF ResourceUUID:874a0dc3-2f4c-46cb-8f84-8747b567f730 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:21:45.109Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:21:45.136Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:21:45.137Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:21:45.137Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:21:45.137Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 from URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:45.137Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:21:45.137Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:45.458Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T14:21:45.462Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar be742e24-eea6-4edc-86bd-beedc8ec33f4 88024 2023-03-23T14:21:45.463Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T14:21:45.463Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:45.463Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:21:45.463Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:45.464Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:45.464Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581305463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:46.465Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:21:46.466Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:21:46.467Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4, URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar to file: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:46.467Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:46.468Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:46.468Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:46.544Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15427355021668948917/Definitions/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml 2023-03-23T14:21:47.174Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:21:47.175Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:21:47.175Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:47.175Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:21:47.175Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:47.175Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:47.175Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:47.175Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:47.175Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:47.176Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:47.176Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3c4dfd7-82d9 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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:21:47.176Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:21:47.177Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:21:47.177Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:21:47.177Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T14:21:47.177Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:21:47.178Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:21:47.178Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:21:47.178Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:21:47.178Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T14:21:47.179Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:21:47.179Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:21:47.179Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:21:47.179Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:21:47.179Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:21:47.180Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:21:47.180Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:21:47.180Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:21:47.180Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:21:47.180Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:21:47.180Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:21:47.181Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:21:47.181Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 Description:catalog service description Model UUID:9dfe125f-b0af-458c-9072-fe2538a83f36 Model Version:NULL Model InvariantUuid:fb2dc051-de24-4766-9c47-994c8d5a0431 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-23T14:21:47.226Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||ERROR|500||Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists 2023-03-23T14:21:47.226Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T14:21:47.226Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists) 2023-03-23T14:21:47.227Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:21:47.227Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:47.227Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:47.227Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581307226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:48.227Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T14:21:48.228Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists) 2023-03-23T14:21:48.228Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:21:48.228Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:21:48.229Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:21:48.229Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581308227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:21:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:21:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679581262810, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679581263858, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679581264859, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679581296072, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:21:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:21:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:21:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581305463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:21:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581307226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } 2023-03-23T14:21:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:21:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581308227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } 2023-03-23T14:21:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:21:49.229Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:21:49.249Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:21:49.252Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:21:49.253Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:21:49.253Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:21:49.253Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:21:49.253Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:21:49.253Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:21:49.253Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:21:49.254Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:21:49.254Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:21:49.262Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:22:19.262Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:22:19.266Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and serviceModelVersionId: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T14:22:19.267Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb2dc051-de24-4766-9c47-994c8d5a0431 2023-03-23T14:22:19.267Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 2023-03-23T14:22:19.277Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:22:19.295Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||Invoke 2023-03-23T14:22:19.296Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9fd48a63-312a-46e6-96ab-ed661718cbba], X-ECOMP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-TransactionId=[], X-ONAP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], Content-Type=[application/merge-patch+json]} 2023-03-23T14:22:19.308Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:22:19.469Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:22:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[290880], x-aai-txid=[1-aai-resources-230323-14:22:17:478-10059], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:22:19.469Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:22:19.470Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||InvokeReturn 2023-03-23T14:22:19.470Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:22:19.470Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:22:19.482Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:22:19.482Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52b59d89-63ea-4683-b920-7ca2a36b51cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:22:19.482Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:22:19.482Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:22:19.482Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:22:19.482Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581339482, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:22:20.497Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:22:20.497Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ed92f4e-8831-4dae-9fc4-c913f13bfd2c","serviceDescription":"service","serviceInvariantUUID":"115c97a5-6a7d-42b4-b591-3979a0412d3b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fe72a46-0d46-46e5-8866-e7fce4f0a06a","resourceInvariantUUID":"6e27cd0c-c310-40ee-9850-c0f1e80de350","resourceCustomizationUUID":"5f375cfc-5f6b-4d90-9e43-a0c43c59ed43","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":"ZTgxNDk5MjBjNTBhOTMxMzI4NmQ4YTBiNmZkYTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c041d87-eb2c-4d84-9d4d-31212d4468c6","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":"MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d62f33-82cc-40ce-8b50-84f0f1a34ead","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":"8f92056e-cf8a-42b6-a1c2-a316e42d926a","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":"1cc09c01-2b85-48eb-b655-deed1d092c01","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":"57ae6deb-27f1-493a-ab0e-a34b5603044d","artifactVersion":"2","generatedFromUUID":"8f92056e-cf8a-42b6-a1c2-a316e42d926a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTczMjFiNDA3Y2M4YzM4ZTZkOGIyN2ZmNmQ3MzJmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba26974d-114e-45b4-a5fd-935e1103ec61","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc1bac0f-0922-46bc-b871-8dcfd7221db1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:22:20.497Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:22:20.497Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:22:20.497Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:22:20.497Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:22:21.498Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:22:21.498Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:22:21.499Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:22:21.499Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:22:22.499Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:22:22.500Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:22:22.500Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:22:22.500Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:22:23.500Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:22:23.500Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:22:23.500Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:22:23.501Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:22:24.501Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:22:24.501Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:22:24.502Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:22:24.502Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:22:25.502Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:22:25.503Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:22:25.503Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:22:25.503Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:22:26.503Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:22:26.504Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:22:26.504Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:22:26.504Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:22:27.505Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ed92f4e-8831-4dae-9fc4-c913f13bfd2c", "serviceDescription": "service", "serviceInvariantUUID": "115c97a5-6a7d-42b4-b591-3979a0412d3b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5f375cfc-5f6b-4d90-9e43-a0c43c59ed43", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3fe72a46-0d46-46e5-8866-e7fce4f0a06a", "resourceInvariantUUID": "6e27cd0c-c310-40ee-9850-c0f1e80de350", "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": "MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3d62f33-82cc-40ce-8b50-84f0f1a34ead", "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": "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "generatedFromUUID": "8f92056e-cf8a-42b6-a1c2-a316e42d926a" }, "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc1bac0f-0922-46bc-b871-8dcfd7221db1" } ], "workloadContext": "Production" } 2023-03-23T14:22:27.506Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:22:27.506Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC 2023-03-23T14:22:27.506Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ServiceInvariantUUID:115c97a5-6a7d-42b4-b591-3979a0412d3b 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:fc1bac0f-0922-46bc-b871-8dcfd7221db1 ArtifactChecksum:ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 ResourceInvariantUUID:6e27cd0c-c310-40ee-9850-c0f1e80de350 ResourceName:basic_vm ResourceType:VF ResourceUUID:3fe72a46-0d46-46e5-8866-e7fce4f0a06a 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:b3d62f33-82cc-40ce-8b50-84f0f1a34ead ArtifactChecksum:MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ= 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:8f92056e-cf8a-42b6-a1c2-a316e42d926a 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:57ae6deb-27f1-493a-ab0e-a34b5603044d 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:57ae6deb-27f1-493a-ab0e-a34b5603044d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:22:27.506Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:22:27.529Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:22:27.530Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:22:27.530Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:22:27.530Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T14:22:27.530Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:22:27.531Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T14:22:27.552Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:22:27.552Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@62687582 2023-03-23T14:22:27.552Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:22:27.552Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-23T14:22:27.553Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fc1bac0f-0922-46bc-b871-8dcfd7221db1 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:22:27.553Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T14:22:27.553Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is not found) 2023-03-23T14:22:27.553Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:22:27.553Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:22:27.554Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:22:27.554Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581347553, "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-23T14:22:28.556Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:fc1bac0f-0922-46bc-b871-8dcfd7221db1) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:22:28.583Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists 2023-03-23T14:22:28.583Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T14:22:28.583Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists) 2023-03-23T14:22:28.583Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:22:28.583Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:22:28.583Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:22:28.583Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581348583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:22:29.584Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T14:22:29.584Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists) 2023-03-23T14:22:29.584Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:22:29.584Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:22:29.584Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:22:29.585Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581349584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:22:30.585Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:22:30.598Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:22:30.600Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:22:30.600Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:22:30.600Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:22:30.600Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:22:30.600Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:22:30.600Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:22:30.600Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:22:30.601Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:22:30.601Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:22:30.617Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:22:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:22:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:22:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581339482, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:22:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:22:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:22:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:22:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:22:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:22:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:22:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:22:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:22:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581347553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:22:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:22:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:22:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581348583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } 2023-03-23T14:22:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:22:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:22:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581349584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } 2023-03-23T14:22:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:00.618Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:23:00.625Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and serviceModelVersionId: 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c 2023-03-23T14:23:00.625Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 115c97a5-6a7d-42b4-b591-3979a0412d3b 2023-03-23T14:23:00.626Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 2023-03-23T14:23:00.632Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:23:00.648Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:23:00.650Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||Invoke 2023-03-23T14:23:00.655Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:23:00.792Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||InvokeReturn 2023-03-23T14:23:00.793Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:22:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[233680], x-aai-txid=[0-aai-resources-230323-14:22:58:826-95190], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:23:00.793Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:23:00.794Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:23:00.794Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:23:00.804Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:23:00.804Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:23:00.804Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:23:00.804Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:00.804Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:00.804Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581380804, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:23:01.825Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:23:01.826Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"4e3bccc0-8ad1-4022-86f4-d2d991531fa7","serviceName":"Demo_pNF_qmKu0IiQtL14aXlj0mwS","serviceVersion":"1.0","serviceUUID":"341816f4-b803-48c2-a119-f19f49c5bd1d","serviceDescription":"catalog service description","serviceInvariantUUID":"9e2cbbd4-72c1-4cb5-80ec-e27641a6346d","resources":[{"resourceInstanceName":"pNF 6d59ded1-c82a 0","resourceName":"pNF 6d59ded1-c82a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea1fcd1c-d846-49f4-b834-d17c91d4a50f","resourceInvariantUUID":"6162da41-54f1-4a9d-952d-ef60abf2c385","resourceCustomizationUUID":"133eb4b6-41ad-4583-ae08-82e55429d115","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml","artifactChecksum":"M2FmMTk5YTBlMDk2NzFiMjllZDc5OGI1MDgzNzI2NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0904a2-78b4-4ecb-9a70-2931bbb9c21b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec4d823e-c577-4b4c-8e5e-cb630f15820c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078d2cfc-8998-4bf7-a369-5e8ad54715f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE2NGIzNmJkODcwN2UxNGU3Yzc5OWJmMTM0N2NhZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25222fd2-e730-4168-abe9-a048b94cdd70","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fbe962c5-b706-4278-91e9-1d6dbe1e189e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f58b800-d52f-4763-8628-4e97323e3bba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactChecksum":"MWE4ZjMxN2Q2YmU5ZmY3ZDI0MWI2Zjc5ZTk2NTQ5ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f42cec2-76b3-42c0-ab97-708f567c534c","artifactVersion":"1"},{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactChecksum":"YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a56c270e-58ea-485c-8867-834e220b0cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:23:01.826Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:01.826Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:01.826Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:01.826Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:02.827Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:02.827Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:02.827Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:02.827Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:03.828Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:03.829Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:03.829Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:03.829Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:04.830Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:04.830Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:04.830Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:04.831Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:05.832Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:05.832Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:05.832Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:05.832Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:06.834Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:06.834Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:06.834Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:06.835Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:07.836Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:07.836Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:07.836Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:07.837Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:08.837Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:08.838Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:08.838Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:08.838Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:09.839Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "serviceName": "Demo_pNF_qmKu0IiQtL14aXlj0mwS", "serviceVersion": "1.0", "serviceUUID": "341816f4-b803-48c2-a119-f19f49c5bd1d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9e2cbbd4-72c1-4cb5-80ec-e27641a6346d", "resources": [ { "resourceInstanceName": "pNF 6d59ded1-c82a 0", "resourceCustomizationUUID": "133eb4b6-41ad-4583-ae08-82e55429d115", "resourceName": "pNF 6d59ded1-c82a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea1fcd1c-d846-49f4-b834-d17c91d4a50f", "resourceInvariantUUID": "6162da41-54f1-4a9d-952d-ef60abf2c385", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactChecksum": "YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a56c270e-58ea-485c-8867-834e220b0cd0" } ], "workloadContext": "Production" } 2023-03-23T14:23:09.840Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:23:09.840Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC 2023-03-23T14:23:09.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:4e3bccc0-8ad1-4022-86f4-d2d991531fa7 ServiceName:Demo_pNF_qmKu0IiQtL14aXlj0mwS ServiceVersion:1.0 ServiceUUID:341816f4-b803-48c2-a119-f19f49c5bd1d ServiceInvariantUUID:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactUUID:a56c270e-58ea-485c-8867-834e220b0cd0 ArtifactChecksum:YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d59ded1-c82a 0 ResourceCustomizationUUID:133eb4b6-41ad-4583-ae08-82e55429d115 ResourceInvariantUUID:6162da41-54f1-4a9d-952d-ef60abf2c385 ResourceName:pNF 6d59ded1-c82a ResourceType:PNF ResourceUUID:ea1fcd1c-d846-49f4-b834-d17c91d4a50f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:23:09.840Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:23:09.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:23:09.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:23:09.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:23:09.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0 from URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:09.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:23:09.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:10.229Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T14:23:10.232Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar a56c270e-58ea-485c-8867-834e220b0cd0 88008 2023-03-23T14:23:10.232Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T14:23:10.232Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:10.232Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:23:10.233Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:10.233Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:10.233Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581390232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:11.234Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:23:11.234Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:23:11.234Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0, URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar to file: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:11.235Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:11.235Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:11.235Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:11.309Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12163393518203629118/Definitions/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml 2023-03-23T14:23:11.889Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:23:11.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:23:11.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:11.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:23:11.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d59ded1-c82a 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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:11.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:11.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:11.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:11.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:11.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:11.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:23:11.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:23:11.890Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:11.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:11.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T14:23:11.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:23:11.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:23:11.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:11.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:11.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T14:23:11.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:23:11.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:23:11.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:11.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:11.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:11.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:11.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:11.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:11.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:11.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:11.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:11.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:11.892Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qmKu0IiQtL14aXlj0mwS Description:catalog service description Model UUID:341816f4-b803-48c2-a119-f19f49c5bd1d Model Version:NULL Model InvariantUuid:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 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-23T14:23:11.933Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||ERROR|500||Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists 2023-03-23T14:23:11.933Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T14:23:11.934Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists) 2023-03-23T14:23:11.934Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:23:11.934Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:11.934Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:11.934Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581391933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:12.936Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T14:23:12.937Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists) 2023-03-23T14:23:12.937Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:23:12.937Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:12.937Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:12.937Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581392936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:13.938Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:23:13.949Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:23:13.950Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:23:13.950Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:23:13.950Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:23:13.951Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:23:13.951Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:23:13.951Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:23:13.951Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:23:13.951Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:23:13.951Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:23:13.955Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:23:43.955Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:23:43.960Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and serviceModelVersionId: 341816f4-b803-48c2-a119-f19f49c5bd1d 2023-03-23T14:23:43.960Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 2023-03-23T14:23:43.960Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 2023-03-23T14:23:43.963Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:23:43.976Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||Invoke 2023-03-23T14:23:43.976Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e3bccc0-8ad1-4022-86f4-d2d991531fa7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3ce41341-5b75-4425-be61-c3da01c8fb5f], X-ECOMP-RequestID=[4e3bccc0-8ad1-4022-86f4-d2d991531fa7], X-TransactionId=[], X-ONAP-RequestID=[4e3bccc0-8ad1-4022-86f4-d2d991531fa7], Content-Type=[application/merge-patch+json]} 2023-03-23T14:23:43.980Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:23:44.126Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:23:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[647264], x-aai-txid=[2-aai-resources-230323-14:23:42:148-64398], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:23:44.127Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:23:44.127Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||InvokeReturn 2023-03-23T14:23:44.127Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:23:44.127Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:23:44.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:23:44.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:23:44.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:23:44.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:44.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:44.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581424143, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:23:45.164Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:23:45.165Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"eb1868dd-7bb4-4ba1-a9ef-373145db848d","serviceName":"Demo_pNF_pHxYVKghYIVeXvrjUC6W","serviceVersion":"1.0","serviceUUID":"74311808-79e5-4380-99af-4632cacfcb23","serviceDescription":"catalog service description","serviceInvariantUUID":"da95f872-9813-42b5-bf68-ed5422161feb","resources":[{"resourceInstanceName":"pNF d1fbb461-99b7 0","resourceName":"pNF d1fbb461-99b7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"340c1941-d3e9-4226-ac19-f57c4cf51179","resourceInvariantUUID":"5ce10c3c-bbcd-405e-a1b5-b469478cda74","resourceCustomizationUUID":"fb618d18-b805-4f0f-b435-556ef3e97d85","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml","artifactChecksum":"ZGE2OTg2YTJhM2Y1YTliYTYxYjFkOTM0Mzk4YTJlZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72bb70ef-3971-40bf-87b0-0548301b7faa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"100afad2-b565-4db5-81d9-f99f2fc5f662","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edd74bbe-7662-423d-831c-1326c5bc1b32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml","artifactChecksum":"Y2M3YzAyZGFlMTI4Yjc5MTJiODE1NzEyZTNlOWQxZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6cd9b0fb-9b61-4243-a070-0682195e341f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1de2baf6-265c-4841-8396-1f916435b6e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39edcd22-b0ec-40f4-8a4a-542ff7ede2c2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactChecksum":"NWNkYThkMDU2MGZjMGViMzM2NGFjZjA1MDkxNjgxNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"641d030b-db38-4daa-aa68-9698f243f0a8","artifactVersion":"1"},{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactChecksum":"ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bae75039-32d0-4ba8-ab06-41f1c7e6af02","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:23:45.165Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:45.165Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:45.165Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:45.165Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:46.165Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:46.166Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:46.166Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:46.166Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:47.167Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:47.167Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:47.167Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:47.167Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:48.168Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:48.168Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:48.168Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:48.169Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:49.169Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:49.170Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:49.170Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:49.170Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581380804, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:23:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:23:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:23:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:23:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581390232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:23:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581391933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } 2023-03-23T14:23:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581392936, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } 2023-03-23T14:23:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581424143, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:23:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:23:50.171Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:50.171Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:50.171Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:50.171Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:51.172Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:51.173Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:51.174Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:51.174Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:52.175Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:23:52.176Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:52.176Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:52.176Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:53.177Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "serviceName": "Demo_pNF_pHxYVKghYIVeXvrjUC6W", "serviceVersion": "1.0", "serviceUUID": "74311808-79e5-4380-99af-4632cacfcb23", "serviceDescription": "catalog service description", "serviceInvariantUUID": "da95f872-9813-42b5-bf68-ed5422161feb", "resources": [ { "resourceInstanceName": "pNF d1fbb461-99b7 0", "resourceCustomizationUUID": "fb618d18-b805-4f0f-b435-556ef3e97d85", "resourceName": "pNF d1fbb461-99b7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "340c1941-d3e9-4226-ac19-f57c4cf51179", "resourceInvariantUUID": "5ce10c3c-bbcd-405e-a1b5-b469478cda74", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactChecksum": "ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bae75039-32d0-4ba8-ab06-41f1c7e6af02" } ], "workloadContext": "Production" } 2023-03-23T14:23:53.177Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:23:53.177Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 74311808-79e5-4380-99af-4632cacfcb23 ASDC 2023-03-23T14:23:53.179Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:eb1868dd-7bb4-4ba1-a9ef-373145db848d ServiceName:Demo_pNF_pHxYVKghYIVeXvrjUC6W ServiceVersion:1.0 ServiceUUID:74311808-79e5-4380-99af-4632cacfcb23 ServiceInvariantUUID:da95f872-9813-42b5-bf68-ed5422161feb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactUUID:bae75039-32d0-4ba8-ab06-41f1c7e6af02 ArtifactChecksum:ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d1fbb461-99b7 0 ResourceCustomizationUUID:fb618d18-b805-4f0f-b435-556ef3e97d85 ResourceInvariantUUID:5ce10c3c-bbcd-405e-a1b5-b469478cda74 ResourceName:pNF d1fbb461-99b7 ResourceType:PNF ResourceUUID:340c1941-d3e9-4226-ac19-f57c4cf51179 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:23:53.179Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74311808-79e5-4380-99af-4632cacfcb23 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:23:53.199Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:23:53.200Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:23:53.200Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:23:53.200Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 from URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:53.200Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:23:53.200Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:53.493Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T14:23:53.495Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar bae75039-32d0-4ba8-ab06-41f1c7e6af02 88025 2023-03-23T14:23:53.496Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T14:23:53.496Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:53.496Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:23:53.496Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:53.496Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:53.496Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581433496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:54.497Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:23:54.498Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:23:54.499Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02, URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar to file: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:54.499Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:54.499Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:54.500Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:54.634Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12779802261959375776/Definitions/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml 2023-03-23T14:23:55.212Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:23:55.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:23:55.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:55.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:23:55.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:55.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:55.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1fbb461-99b7 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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:55.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:55.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:55.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:55.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:23:55.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:23:55.213Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:55.214Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:55.215Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:55.215Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:23:55.215Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:23:55.215Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_pHxYVKghYIVeXvrjUC6W Description:catalog service description Model UUID:74311808-79e5-4380-99af-4632cacfcb23 Model Version:NULL Model InvariantUuid:da95f872-9813-42b5-bf68-ed5422161feb 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-23T14:23:55.251Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||ERROR|500||Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists 2023-03-23T14:23:55.252Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T14:23:55.252Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists) 2023-03-23T14:23:55.252Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:23:55.252Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:55.252Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:55.252Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581435252, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:56.253Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T14:23:56.253Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists) 2023-03-23T14:23:56.253Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:23:56.253Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:23:56.253Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:23:56.253Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581436253, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:23:57.254Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:23:57.271Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:23:57.273Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:23:57.273Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:23:57.273Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:23:57.273Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:23:57.273Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:23:57.273Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:23:57.273Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:23:57.273Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:23:57.273Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:23:57.277Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:24:27.277Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:24:27.281Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and serviceModelVersionId: 74311808-79e5-4380-99af-4632cacfcb23 2023-03-23T14:24:27.281Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da95f872-9813-42b5-bf68-ed5422161feb 2023-03-23T14:24:27.282Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 2023-03-23T14:24:27.287Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:24:27.300Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:24:27.304Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||Invoke 2023-03-23T14:24:27.314Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:24:27.462Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||InvokeReturn 2023-03-23T14:24:27.463Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:24:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[282760], x-aai-txid=[2-aai-resources-230323-14:24:25:483-77245], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:24:27.464Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:24:27.464Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:24:27.464Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:24:27.470Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:24:27.470Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb1868dd-7bb4-4ba1-a9ef-373145db848d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:24:27.471Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:24:27.471Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:27.471Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:27.471Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581467470, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:24:28.488Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:24:28.489Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"4728c90c-52d9-4976-a0bc-e8a7fe12e2ec","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1b4600dd-fe59-4506-baf6-ead4f27719b5","serviceDescription":"service","serviceInvariantUUID":"55bd29ae-4f90-43c1-b5b3-b0be8bca6573","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f","resourceInvariantUUID":"7641635d-b469-4196-b44a-501d66e2e4ea","resourceCustomizationUUID":"ad2c6752-a967-4c03-a1ad-7d0bc9416167","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":"YjQyZjk3ZTNhOThlN2VlMGYwYzk4OWU5YWZkNzkyNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f07bf3f-d075-4518-8a6d-80b0a410251f","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":"OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61e68242-5134-44b0-8a25-c4898f994284","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":"bf063fe8-58d7-42b9-8083-715116e43845","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":"e365c34c-7674-4f6f-978f-efc59a9ed64a","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":"f10c145e-3751-45fa-9349-f55d5408727c","artifactVersion":"2","generatedFromUUID":"46441173-75ed-4253-a744-db24a703f0cc"},{"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":"1d944166-2285-41aa-a799-c43608e4377c","artifactVersion":"2","generatedFromUUID":"bf063fe8-58d7-42b9-8083-715116e43845"},{"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":"46441173-75ed-4253-a744-db24a703f0cc","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":"f2d3c315-b11a-409d-b941-fa3617d47aae","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":"MTE1NDQ4ZDc4NDgyYTFkZDM2OWRhY2U2ZTk0ZTIyNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9733096-033e-4d69-9a49-4d906610e91e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49915f74-047d-460a-9f8b-1b76125fe0de","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:24:28.489Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:24:28.489Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:28.489Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:28.489Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:24:29.490Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:24:29.490Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:29.490Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:29.490Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:24:30.491Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:24:30.492Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:30.492Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:30.492Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:24:31.492Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:24:31.493Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:31.493Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:31.493Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:24:32.493Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:24:32.493Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:32.494Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:32.494Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:24:33.494Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:24:33.495Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:33.495Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:33.495Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:24:34.500Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:24:34.500Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:34.500Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:34.501Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:24:35.501Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:24:35.501Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:35.502Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:35.502Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:24:36.502Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:24:36.503Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:36.503Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:36.503Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:24:37.503Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:24:37.504Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:37.504Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:37.504Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:24:38.505Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1b4600dd-fe59-4506-baf6-ead4f27719b5", "serviceDescription": "service", "serviceInvariantUUID": "55bd29ae-4f90-43c1-b5b3-b0be8bca6573", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "ad2c6752-a967-4c03-a1ad-7d0bc9416167", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f", "resourceInvariantUUID": "7641635d-b469-4196-b44a-501d66e2e4ea", "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": "OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61e68242-5134-44b0-8a25-c4898f994284", "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": "bf063fe8-58d7-42b9-8083-715116e43845", "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": "1d944166-2285-41aa-a799-c43608e4377c", "generatedFromUUID": "bf063fe8-58d7-42b9-8083-715116e43845" }, "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": "f10c145e-3751-45fa-9349-f55d5408727c", "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": "1d944166-2285-41aa-a799-c43608e4377c", "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": "46441173-75ed-4253-a744-db24a703f0cc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "49915f74-047d-460a-9f8b-1b76125fe0de" } ], "workloadContext": "Production" } 2023-03-23T14:24:38.505Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:24:38.505Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC 2023-03-23T14:24:38.505Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:4728c90c-52d9-4976-a0bc-e8a7fe12e2ec ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1b4600dd-fe59-4506-baf6-ead4f27719b5 ServiceInvariantUUID:55bd29ae-4f90-43c1-b5b3-b0be8bca6573 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:49915f74-047d-460a-9f8b-1b76125fe0de ArtifactChecksum:YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:ad2c6752-a967-4c03-a1ad-7d0bc9416167 ResourceInvariantUUID:7641635d-b469-4196-b44a-501d66e2e4ea ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f 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:61e68242-5134-44b0-8a25-c4898f994284 ArtifactChecksum:OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ= 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:bf063fe8-58d7-42b9-8083-715116e43845 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:1d944166-2285-41aa-a799-c43608e4377c 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:f10c145e-3751-45fa-9349-f55d5408727c 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:1d944166-2285-41aa-a799-c43608e4377c 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:46441173-75ed-4253-a744-db24a703f0cc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:24:38.506Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:24:38.523Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:24:38.523Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:24:38.523Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:24:38.523Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 49915f74-047d-460a-9f8b-1b76125fe0de from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T14:24:38.524Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:24:38.524Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T14:24:38.553Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:24:38.553Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@33886fc1 2023-03-23T14:24:38.553Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:24:38.553Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicCnfMacro" ] } } } 2023-03-23T14:24:38.553Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 49915f74-047d-460a-9f8b-1b76125fe0de Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:24:38.553Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||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-23T14:24:38.553Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||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-23T14:24:38.553Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:24:38.554Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:38.554Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:38.554Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581478553, "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-23T14:24:39.554Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:49915f74-047d-460a-9f8b-1b76125fe0de) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:24:39.594Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists 2023-03-23T14:24:39.594Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:24:39.594Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists) 2023-03-23T14:24:39.595Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:24:39.595Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:39.595Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:39.595Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581479594, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:24:40.596Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:24:40.596Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists) 2023-03-23T14:24:40.597Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:24:40.597Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:24:40.597Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:24:40.597Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581480596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:24:41.598Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:24:41.623Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:24:41.625Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:24:41.626Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:24:41.626Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:24:41.626Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:24:41.626Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:24:41.626Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:24:41.626Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:24:41.626Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:24:41.626Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:24:41.632Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:24:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:24:49.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:24:49.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:24:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:11.633Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:25:11.642Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and serviceModelVersionId: 1b4600dd-fe59-4506-baf6-ead4f27719b5 2023-03-23T14:25:11.642Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55bd29ae-4f90-43c1-b5b3-b0be8bca6573 2023-03-23T14:25:11.643Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 2023-03-23T14:25:11.648Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:25:11.662Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:25:11.663Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||Invoke 2023-03-23T14:25:11.673Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:25:11.811Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||InvokeReturn 2023-03-23T14:25:11.813Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:25:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[376888], x-aai-txid=[2-aai-resources-230323-14:25:09:842-57982], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:25:11.818Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:25:11.819Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:25:11.819Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:25:11.836Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:25:11.836Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:25:11.836Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:25:11.836Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:11.836Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:11.836Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581511836, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:25:12.855Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:25:12.856Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"8a75e09b-0672-4b8f-8480-8d9afbb54cb3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"99e8fd40-7a66-4d28-9695-b786c986bf94","serviceDescription":"service","serviceInvariantUUID":"e2ff2e6f-e1b2-4caa-a71c-33793763c749","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2fa16e7b-c45f-41bf-b922-74ffe18edada","resourceInvariantUUID":"47774d5e-7c3e-4537-ab81-1d814930dba0","resourceCustomizationUUID":"a62c265d-7164-43af-8645-482167f456c9","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":"MDc3YzcwNzJmMDI4YzJiMGIxMTQyMDA3M2RmODVjZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3fbfbfb-a1e5-4448-a00e-e0829d14554f","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":"NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e15a011-b20f-4c23-b94b-9042f21695c8","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":"f699ba35-8ec7-415e-a0f3-01827cd64410","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":"a0f081f1-3679-4cbd-bc4d-ad897d54c0f4","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":"92e51b8c-657f-4f82-85fa-cc074aa86873","artifactVersion":"2","generatedFromUUID":"f699ba35-8ec7-415e-a0f3-01827cd64410"},{"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":"OWQ1MWMzOGZjMDJlOWU4MTEyNzJjMjVhMzVkZDY3NzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"929007d7-af73-48dd-8fa7-ec7cf924bb03","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":"Zjk2MWMwZWU2MWIyNWE3NjRiNmI4MzY4YzhlYzM0YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7f17690-b53d-4bcb-af4e-54f7c827c8c7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45749d9b-1023-46ce-89d4-a30395ff33d7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:25:12.856Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:25:12.857Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:12.857Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:12.857Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:25:13.858Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:25:13.858Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:13.858Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:13.858Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:25:14.859Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:25:14.859Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:14.860Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:14.860Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:25:15.861Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:25:15.861Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:15.861Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:15.862Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:25:16.863Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:25:16.863Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:16.863Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:16.864Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:25:17.864Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:25:17.865Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:17.865Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:17.865Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:25:18.868Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:25:18.869Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:18.870Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:18.871Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:25:19.872Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:25:19.872Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:19.873Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:19.873Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:25:20.874Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "99e8fd40-7a66-4d28-9695-b786c986bf94", "serviceDescription": "service", "serviceInvariantUUID": "e2ff2e6f-e1b2-4caa-a71c-33793763c749", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "a62c265d-7164-43af-8645-482167f456c9", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2fa16e7b-c45f-41bf-b922-74ffe18edada", "resourceInvariantUUID": "47774d5e-7c3e-4537-ab81-1d814930dba0", "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": "NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e15a011-b20f-4c23-b94b-9042f21695c8", "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": "f699ba35-8ec7-415e-a0f3-01827cd64410", "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "generatedFromUUID": "f699ba35-8ec7-415e-a0f3-01827cd64410" }, "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45749d9b-1023-46ce-89d4-a30395ff33d7" } ], "workloadContext": "Production" } 2023-03-23T14:25:20.874Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:25:20.874Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC 2023-03-23T14:25:20.875Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:8a75e09b-0672-4b8f-8480-8d9afbb54cb3 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:99e8fd40-7a66-4d28-9695-b786c986bf94 ServiceInvariantUUID:e2ff2e6f-e1b2-4caa-a71c-33793763c749 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:45749d9b-1023-46ce-89d4-a30395ff33d7 ArtifactChecksum:NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:a62c265d-7164-43af-8645-482167f456c9 ResourceInvariantUUID:47774d5e-7c3e-4537-ab81-1d814930dba0 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:2fa16e7b-c45f-41bf-b922-74ffe18edada 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:8e15a011-b20f-4c23-b94b-9042f21695c8 ArtifactChecksum:NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU= 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:f699ba35-8ec7-415e-a0f3-01827cd64410 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:92e51b8c-657f-4f82-85fa-cc074aa86873 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:92e51b8c-657f-4f82-85fa-cc074aa86873 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:25:20.875Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:25:20.902Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:25:20.902Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:25:20.903Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:25:20.903Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T14:25:20.903Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:25:20.903Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T14:25:20.928Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:25:20.929Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@b14301f 2023-03-23T14:25:20.929Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:25:20.929Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVmMacro" ] } } } 2023-03-23T14:25:20.929Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 45749d9b-1023-46ce-89d4-a30395ff33d7 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:25:20.929Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:25:20.929Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is not found) 2023-03-23T14:25:20.930Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:25:20.930Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:20.930Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:20.930Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581520929, "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-23T14:25:21.931Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:45749d9b-1023-46ce-89d4-a30395ff33d7) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:25:21.960Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists 2023-03-23T14:25:21.960Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:25:21.960Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists) 2023-03-23T14:25:21.960Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:25:21.960Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:21.960Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:21.960Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581521960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:25:22.961Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:25:22.961Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists) 2023-03-23T14:25:22.961Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:25:22.961Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:22.962Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:22.962Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581522961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:25:23.962Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:25:23.981Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:25:23.983Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:25:23.984Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:25:23.984Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:25:23.984Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:25:23.984Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:25:23.984Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:25:23.984Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:25:23.984Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:25:23.984Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:25:23.993Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:25:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:25:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:25:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:25:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:25:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581433496, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:25:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581435252, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } 2023-03-23T14:25:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581436253, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } 2023-03-23T14:25:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581467470, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:25:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:25:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:25:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-23T14:25:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:25:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-23T14:25:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-23T14:25:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-23T14:25:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:25:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:25:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:25:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581478553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:25:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581479594, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists" } 2023-03-23T14:25:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:25:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581480596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists" } 2023-03-23T14:25:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:25:53.993Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:25:54.003Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and serviceModelVersionId: 99e8fd40-7a66-4d28-9695-b786c986bf94 2023-03-23T14:25:54.003Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2ff2e6f-e1b2-4caa-a71c-33793763c749 2023-03-23T14:25:54.004Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 2023-03-23T14:25:54.011Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:25:54.024Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||Invoke 2023-03-23T14:25:54.025Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[62a8f1c5-e6c5-463a-bfc0-a2c388d775e8], X-ECOMP-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], X-TransactionId=[], X-ONAP-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], Content-Type=[application/merge-patch+json]} 2023-03-23T14:25:54.035Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:25:54.186Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:25:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[340032], x-aai-txid=[1-aai-resources-230323-14:25:52:202-57689], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:25:54.186Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:25:54.187Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||InvokeReturn 2023-03-23T14:25:54.187Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:25:54.187Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:25:54.200Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:25:54.201Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:25:54.201Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:25:54.201Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:54.201Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:54.201Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581554201, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:25:55.222Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:25:55.223Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"40698359-543a-4c50-8f8e-beb234359e90","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"98e58ff4-6fad-4c70-91be-d344b953a829","serviceDescription":"service","serviceInvariantUUID":"8e8c9270-29cc-44e2-b9f1-8924ef0852e8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3b86d439-9524-46df-8081-8ef325868ca7","resourceInvariantUUID":"2a2b72c7-9cda-472e-8491-c51822e0125b","resourceCustomizationUUID":"91e67a71-7073-461b-9b5b-53d7594b17c2","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":"NWUzOGNiZWI2NjhjYjY2ODBiMDcxNmFkZjRlM2VlMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2580bc3e-6b2e-47df-9d97-5c3ad32316aa","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":"e4c641e2-1546-4808-aca1-71f5979b1dfd","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":"cbfb905e-cc25-47e9-8277-68b17cc21378","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":"OWQyYmY1NmVkZjhhOWQwZDE3ZTljOWMyNjFlYWQ2Y2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0ea17e1e-26d3-4a37-b776-79f836999a33","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":"6f87bf03-741b-4ee7-ad3b-54e371025d8f","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":"aec8bb80-751d-4e97-9003-7fc42c9553f7","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":"a9b9092f-9fa7-450c-af92-e910775adcbe","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":"YzZlYjEzMDFmNzAxMTczMDYzNjQ1MzIzYWViMTE4MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70449544-8692-4c44-9aaf-2759537f6516","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e10da24-5e58-46ae-83e7-a91529888b0e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:25:55.223Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:25:55.223Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:55.223Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:55.223Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:25:56.224Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:25:56.224Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:56.224Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:56.224Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:25:57.225Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:25:57.225Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:57.225Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:57.225Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:25:58.226Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:25:58.226Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:58.226Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:58.227Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:25:59.227Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:25:59.227Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:25:59.227Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:25:59.228Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:26:00.228Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:26:00.228Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:00.228Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:00.229Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:26:01.229Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:26:01.229Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:01.230Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:01.230Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:26:02.230Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:26:02.231Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:02.231Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:02.231Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:26:03.232Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:26:03.233Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:03.233Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:03.233Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:26:04.234Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "98e58ff4-6fad-4c70-91be-d344b953a829", "serviceDescription": "service", "serviceInvariantUUID": "8e8c9270-29cc-44e2-b9f1-8924ef0852e8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "91e67a71-7073-461b-9b5b-53d7594b17c2", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3b86d439-9524-46df-8081-8ef325868ca7", "resourceInvariantUUID": "2a2b72c7-9cda-472e-8491-c51822e0125b", "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": "Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e10da24-5e58-46ae-83e7-a91529888b0e" } ], "workloadContext": "Production" } 2023-03-23T14:26:04.234Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:26:04.235Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC 2023-03-23T14:26:04.235Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:40698359-543a-4c50-8f8e-beb234359e90 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:98e58ff4-6fad-4c70-91be-d344b953a829 ServiceInvariantUUID:8e8c9270-29cc-44e2-b9f1-8924ef0852e8 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:0e10da24-5e58-46ae-83e7-a91529888b0e ArtifactChecksum:Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:91e67a71-7073-461b-9b5b-53d7594b17c2 ResourceInvariantUUID:2a2b72c7-9cda-472e-8491-c51822e0125b ResourceName:test-pnf ResourceType:PNF ResourceUUID:3b86d439-9524-46df-8081-8ef325868ca7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:26:04.235Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:26:04.261Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:26:04.262Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:26:04.262Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:26:04.262Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:26:04.262Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:26:04.262Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:26:04.291Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:26:04.291Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@fb34d5f 2023-03-23T14:26:04.291Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:26:04.292Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-23T14:26:04.292Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0e10da24-5e58-46ae-83e7-a91529888b0e Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:26:04.292Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:26:04.292Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is not found) 2023-03-23T14:26:04.292Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:26:04.292Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:04.292Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:04.293Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581564292, "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-23T14:26:05.293Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:0e10da24-5e58-46ae-83e7-a91529888b0e) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:26:05.337Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists 2023-03-23T14:26:05.338Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:26:05.338Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists) 2023-03-23T14:26:05.338Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:26:05.338Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:05.339Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:05.339Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581565338, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:26:06.339Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:26:06.340Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists) 2023-03-23T14:26:06.340Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:26:06.341Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:06.341Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:06.341Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581566339, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:26:07.342Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:26:07.352Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:26:07.354Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:26:07.354Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:26:07.354Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:26:07.355Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:26:07.355Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:26:07.355Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:26:07.355Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:26:07.355Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:26:07.355Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:26:07.359Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:26:37.360Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:26:37.367Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40698359-543a-4c50-8f8e-beb234359e90 and serviceModelVersionId: 98e58ff4-6fad-4c70-91be-d344b953a829 2023-03-23T14:26:37.367Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e8c9270-29cc-44e2-b9f1-8924ef0852e8 2023-03-23T14:26:37.368Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 2023-03-23T14:26:37.372Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:26:37.386Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||Invoke 2023-03-23T14:26:37.386Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a6eb5d9f-cb56-43d3-9c39-460293f771ec], X-ECOMP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-TransactionId=[], X-ONAP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], Content-Type=[application/merge-patch+json]} 2023-03-23T14:26:37.401Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:26:37.546Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:26:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[290952], x-aai-txid=[1-aai-resources-230323-14:26:35:570-71090], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:26:37.547Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:26:37.548Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||InvokeReturn 2023-03-23T14:26:37.548Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:26:37.548Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:26:37.562Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:26:37.562Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40698359-543a-4c50-8f8e-beb234359e90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:26:37.562Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:26:37.562Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:37.562Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:37.562Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581597562, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:26:38.583Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:26:38.584Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"e854ae11-ae3f-4d8f-a88a-1fbbc9e58766","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"aeba33bd-e3e5-4835-acd1-0c71dd9a7bec","serviceDescription":"service","serviceInvariantUUID":"e4d33f9e-91f6-490b-8695-18970cb067db","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a1a1e04-5501-44a7-a142-91d143a3b366","resourceInvariantUUID":"450c7e62-2077-4d5c-883a-b7df90325fc0","resourceCustomizationUUID":"dbd519a5-d33f-4ac5-979c-98d248931ed4","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":"NWMwYTgxZmU4Y2IzMzdmNWQ0MTVlNDk4MjU2YjlkYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e413cc6-8d46-4fb7-bbca-1192c860ee82","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":"434fdb8f-381d-4b97-a15b-b5a93cf09ea2","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":"db429dc3-10e4-4be9-9477-f692930ae9e7","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":"MDlkMTk2ZmNjNjg5MmQzZGIyNWM3Y2RhODRkZTc1M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6abf35e-6d0e-4f44-b7c1-88308233df4f","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":"54bbdb4b-8185-4b60-8f2d-148a83c48bf0","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":"b365966f-be2e-4703-b977-4436ef19efe5","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":"5f5a3958-59d8-425d-b585-580f621303d4","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":"ZTQ5OGMxYTFlODA5ZTQwNDI0NWI2MzIzN2UxZTMyM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47b80b8e-29bf-49d8-8840-00c162dcdebf","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d07b3e9-5961-4e62-8d98-91fdb263efdc","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:26:38.584Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:26:38.584Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:38.584Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:38.585Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:26:39.585Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:26:39.586Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:39.586Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:39.586Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:26:40.587Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:26:40.587Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:40.587Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:40.587Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:26:41.588Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:26:41.588Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:41.589Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:41.589Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:26:42.589Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:26:42.590Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:42.590Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:42.590Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:26:43.590Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:26:43.591Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:43.591Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:43.591Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:26:44.591Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:26:44.592Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:44.592Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:44.592Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:26:45.593Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:26:45.593Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:45.593Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:45.594Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:26:46.594Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:26:46.595Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:46.595Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:46.595Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:26:47.596Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "aeba33bd-e3e5-4835-acd1-0c71dd9a7bec", "serviceDescription": "service", "serviceInvariantUUID": "e4d33f9e-91f6-490b-8695-18970cb067db", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "dbd519a5-d33f-4ac5-979c-98d248931ed4", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2a1a1e04-5501-44a7-a142-91d143a3b366", "resourceInvariantUUID": "450c7e62-2077-4d5c-883a-b7df90325fc0", "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": "MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d07b3e9-5961-4e62-8d98-91fdb263efdc" } ], "workloadContext": "Production" } 2023-03-23T14:26:47.596Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:26:47.597Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ASDC 2023-03-23T14:26:47.597Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ServiceInvariantUUID:e4d33f9e-91f6-490b-8695-18970cb067db 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:3d07b3e9-5961-4e62-8d98-91fdb263efdc ArtifactChecksum:MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:dbd519a5-d33f-4ac5-979c-98d248931ed4 ResourceInvariantUUID:450c7e62-2077-4d5c-883a-b7df90325fc0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:2a1a1e04-5501-44a7-a142-91d143a3b366 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:26:47.597Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:26:47.625Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:26:47.626Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:26:47.626Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:26:47.626Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:26:47.626Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:26:47.626Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:26:47.645Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:26:47.645Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3c07a593 2023-03-23T14:26:47.645Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:26:47.645Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-23T14:26:47.645Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3d07b3e9-5961-4e62-8d98-91fdb263efdc Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:26:47.646Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:26:47.646Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is not found) 2023-03-23T14:26:47.646Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:26:47.646Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:47.646Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:47.646Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581607646, "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-23T14:26:48.647Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:3d07b3e9-5961-4e62-8d98-91fdb263efdc) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:26:48.685Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||Csar with UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc already exists 2023-03-23T14:26:48.685Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:26:48.685Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc already exists) 2023-03-23T14:26:48.685Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:26:48.685Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:48.685Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:48.685Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581608685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:26:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:26:49.172Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version627: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version628: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-23T14:26:49.185Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:26:49.185Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:26:49.190Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=101, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:26:49.191Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 101: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:26:49.205Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=101, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:26:49.205Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:26:49.205Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:26:49.209Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:26:49.209Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:26:49.209Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:26:49.209Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4603, offsetEpoch=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-23T14:26:49.210Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:26:49.210Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:26:49.686Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:26:49.686Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 2a1a1e04-5501-44a7-a142-91d143a3b366 already exists) 2023-03-23T14:26:49.686Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:26:49.686Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:26:49.686Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:26:49.686Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581609686, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2a1a1e04-5501-44a7-a142-91d143a3b366 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:26:50.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581511836, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:26:50.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:26:50.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T14:26:50.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T14:26:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:26:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581520929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:26:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581521960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists" } 2023-03-23T14:26:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581522961, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists" } 2023-03-23T14:26:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581554201, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:26:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:26:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581564292, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:26:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581565338, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists" } 2023-03-23T14:26:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581566339, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists" } 2023-03-23T14:26:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581597562, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:26:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.235Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.236Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:26:50.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:26:50.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581607646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:26:50.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.237Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581608685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc already exists" } 2023-03-23T14:26:50.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:26:50.238Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581609686, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2a1a1e04-5501-44a7-a142-91d143a3b366 already exists" } 2023-03-23T14:26:50.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:26:50.687Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:26:50.705Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:26:50.707Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:26:50.707Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:26:50.707Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:26:50.707Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:26:50.707Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:26:50.707Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:26:50.707Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:26:50.707Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:26:50.707Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:26:50.714Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:27:20.714Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:27:20.720Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and serviceModelVersionId: aeba33bd-e3e5-4835-acd1-0c71dd9a7bec 2023-03-23T14:27:20.720Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4d33f9e-91f6-490b-8695-18970cb067db 2023-03-23T14:27:20.721Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 2023-03-23T14:27:20.727Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:27:20.746Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|INFO|500||Invoke 2023-03-23T14:27:20.746Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e854ae11-ae3f-4d8f-a88a-1fbbc9e58766], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[086ceddf-84b4-457f-a769-5af33bb80478], X-ECOMP-RequestID=[e854ae11-ae3f-4d8f-a88a-1fbbc9e58766], X-TransactionId=[], X-ONAP-RequestID=[e854ae11-ae3f-4d8f-a88a-1fbbc9e58766], Content-Type=[application/merge-patch+json]} 2023-03-23T14:27:20.754Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:27:20.897Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:27:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[716896], x-aai-txid=[0-aai-resources-230323-14:27:18:923-2904], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:27:20.898Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:27:20.899Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|INFO|500||InvokeReturn 2023-03-23T14:27:20.902Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:27:20.903Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:27:20.915Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:27:20.916Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:27:20.916Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:27:20.917Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:27:20.917Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:27:20.917Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581640916, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:27:21.949Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:27:21.949Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"58f59170-a80c-45ab-9943-2f5e4ed723ec","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"762cb78e-c2e3-4429-819a-7c066103ca50","serviceDescription":"service","serviceInvariantUUID":"85c3989d-888d-4ea1-904b-bdb5c1256872","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a2bd7379-8e80-4e9e-bcc2-349768ad64c8","resourceInvariantUUID":"3f4be9b9-ce4a-4fe9-b28d-c1c70c30988c","resourceCustomizationUUID":"5b5dba29-c146-4dad-8b8f-f70f987c1a0c","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":"ZDNkMWU4ODNkYzYzMDg2MWNlZjY5MmM5ZmE4Y2Y1NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7520e0b-5391-4850-a375-c7e55fa1acae","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":"752fc0ca-b1b6-4ea8-baa1-08caee575260","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":"b09bad85-13ef-4d00-9dcf-2eb526e15aac","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":"MzQ0MGMyNzBiYjliYWNlNjRlZDgyMjZjMTdmNDdlYjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f6f9a111-a6d2-42bf-9ea7-3fc89bd7767a","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":"f8051312-a128-442c-beda-f1c719990648","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":"5eda7f6e-2cee-4be4-8ea8-bdac0d81c9c2","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":"57f697bb-6607-4c16-b4dd-9aeb0e5ca3af","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":"YjkxMTIxODQzODFkMDM1OTBjZDRkYmJhNDNjY2MxMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"432bdce4-4884-42cc-9e15-44cf396d6368","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDc4NGNjMmY3MWEyNDVmNDY4YjQxMWU3ZjE5ZDI2ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5af73286-709f-4fd0-b3b6-fdf675b4ca79","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:27:21.949Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:27:21.950Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:27:21.950Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:27:21.950Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:27:22.950Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:27:22.951Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:27:22.951Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:27:22.951Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:27:23.951Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:27:23.952Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:27:23.952Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:27:23.952Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:27:24.953Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:27:24.953Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:27:24.953Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:27:24.953Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:27:25.954Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:27:25.954Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:27:25.954Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:27:25.954Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:27:26.955Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:27:26.955Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:27:26.955Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:27:26.955Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:27:27.956Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:27:27.956Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:27:27.956Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:27:27.956Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:27:28.957Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:27:28.957Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:27:28.957Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:27:28.958Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "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-23T14:27:29.959Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:27:29.959Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:27:29.960Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:27:29.960Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:27:30.961Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "762cb78e-c2e3-4429-819a-7c066103ca50", "serviceDescription": "service", "serviceInvariantUUID": "85c3989d-888d-4ea1-904b-bdb5c1256872", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "5b5dba29-c146-4dad-8b8f-f70f987c1a0c", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a2bd7379-8e80-4e9e-bcc2-349768ad64c8", "resourceInvariantUUID": "3f4be9b9-ce4a-4fe9-b28d-c1c70c30988c", "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": "ZDc4NGNjMmY3MWEyNDVmNDY4YjQxMWU3ZjE5ZDI2ZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5af73286-709f-4fd0-b3b6-fdf675b4ca79" } ], "workloadContext": "Production" } 2023-03-23T14:27:30.961Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:27:30.961Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 762cb78e-c2e3-4429-819a-7c066103ca50 ASDC 2023-03-23T14:27:30.961Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:58f59170-a80c-45ab-9943-2f5e4ed723ec ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:762cb78e-c2e3-4429-819a-7c066103ca50 ServiceInvariantUUID:85c3989d-888d-4ea1-904b-bdb5c1256872 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:5af73286-709f-4fd0-b3b6-fdf675b4ca79 ArtifactChecksum:ZDc4NGNjMmY3MWEyNDVmNDY4YjQxMWU3ZjE5ZDI2ZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:5b5dba29-c146-4dad-8b8f-f70f987c1a0c ResourceInvariantUUID:3f4be9b9-ce4a-4fe9-b28d-c1c70c30988c ResourceName:test-pnf ResourceType:PNF ResourceUUID:a2bd7379-8e80-4e9e-bcc2-349768ad64c8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:27:30.961Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 762cb78e-c2e3-4429-819a-7c066103ca50 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-23T14:27:30.993Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:27:30.993Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:27:30.993Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:27:30.993Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5af73286-709f-4fd0-b3b6-fdf675b4ca79 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:27:30.994Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:27:30.994Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:27:31.010Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:27:31.010Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@500aeac2 2023-03-23T14:27:31.010Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:27:31.010Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-23T14:27:31.010Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5af73286-709f-4fd0-b3b6-fdf675b4ca79 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:27:31.010Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:27:31.010Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is not found) 2023-03-23T14:27:31.011Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:27:31.011Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:27:31.011Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:27:31.011Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581651010, "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-23T14:27:32.011Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:5af73286-709f-4fd0-b3b6-fdf675b4ca79) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T14:27:32.034Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:27:32.034Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: a2bd7379-8e80-4e9e-bcc2-349768ad64c8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-23T14:27:32.043Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||test-pnf 0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-03-23T14:27:32.055Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 a2bd7379-8e80-4e9e-bcc2-349768ad64c8 test-pnf 2023-03-23T14:27:32.055Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 762cb78e-c2e3-4429-819a-7c066103ca50 2023-03-23T14:27:32.055Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 762cb78e-c2e3-4429-819a-7c066103ca50 2023-03-23T14:27:32.056Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a2bd7379-8e80-4e9e-bcc2-349768ad64c8 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-23T14:27:32.061Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Exception : java.lang.NullPointerException: null at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$2da00d2a.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-23T14:27:32.068Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback java.lang.NullPointerException: null at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$2da00d2a.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-23T14:27:32.075Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf a2bd7379-8e80-4e9e-bcc2-349768ad64c8 0 ASDC deployResourceStructure 2023-03-23T14:27:32.075Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||Exception occurred org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback. at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$2da00d2a.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-23T14:27:32.075Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:27:32.075Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.) 2023-03-23T14:27:32.075Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:27:32.075Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:27:32.075Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:27:32.075Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581652075, "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-23T14:27:33.076Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58f59170-a80c-45ab-9943-2f5e4ed723ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:27:33.092Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58f59170-a80c-45ab-9943-2f5e4ed723ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:27:33.094Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:27:33.095Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:27:33.095Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:27:33.095Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:27:33.095Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:27:33.095Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:27:33.095Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:27:33.095Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-23T14:27:33.095Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:27:33.103Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:27:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:27:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:27:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581640916, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:27:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:27:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:27:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:27:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:27:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:27:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:27:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679580922843, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:27:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:27:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:27:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581651010, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:27:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:27:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:27:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581652075, "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-23T14:27:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:28:03.103Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58f59170-a80c-45ab-9943-2f5e4ed723ec and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:28:03.111Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58f59170-a80c-45ab-9943-2f5e4ed723ec and serviceModelVersionId: 762cb78e-c2e3-4429-819a-7c066103ca50 2023-03-23T14:28:03.111Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85c3989d-888d-4ea1-904b-bdb5c1256872 2023-03-23T14:28:03.113Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0 2023-03-23T14:28:03.119Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:28:03.133Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|INFO|500||Invoke 2023-03-23T14:28:03.134Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58f59170-a80c-45ab-9943-2f5e4ed723ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6071e8c4-ba26-476c-b873-64d16656bfa9], X-ECOMP-RequestID=[58f59170-a80c-45ab-9943-2f5e4ed723ec], X-TransactionId=[], X-ONAP-RequestID=[58f59170-a80c-45ab-9943-2f5e4ed723ec], Content-Type=[application/merge-patch+json]} 2023-03-23T14:28:03.140Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T14:28:03.317Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:28:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[174], vertex-id=[237712], x-aai-txid=[2-aai-resources-230323-14:28:01:309-16368], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:28:03.318Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:28:03.318Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|INFO|500||InvokeReturn 2023-03-23T14:28:03.320Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:28:03.321Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:28:03.338Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:28:03.338Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58f59170-a80c-45ab-9943-2f5e4ed723ec and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-23T14:28:03.339Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:28:03.339Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:28:03.339Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:28:03.339Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581683339, "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-23T14:28:04.357Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T14:28:04.357Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-23T14:28:04.359Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-23T14:28:04.359Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 2 disconnected. 2023-03-23T14:28:04.360Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:28:04.361Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:28:04.361Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:28:04.361Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T14:28:04.363Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-2d72d6ed-4d26-484b-a5b4-2da6071e9344 2023-03-23T14:28:04.364Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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=24, 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-23T14:28:04.364Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:28:04.364Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T14:28:04.551Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:07.560Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:10.582Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:13.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:16.600Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:19.611Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:22.621Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:25.636Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:28.645Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:31.654Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:34.663Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:37.673Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:40.683Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:43.693Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:46.701Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:28:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:28:49.190Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:28:49.190Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:28:49.193Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=102, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:28:49.193Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=102, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-2d72d6ed-4d26-484b-a5b4-2da6071e9344', protocol='range'} 2023-03-23T14:28:49.196Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:28:49.196Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:28:49.196Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:28:49.196Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:28:49.196Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:28:49.196Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:28:49.197Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 102: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-2d72d6ed-4d26-484b-a5b4-2da6071e9344=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:28:49.211Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=102, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-2d72d6ed-4d26-484b-a5b4-2da6071e9344', protocol='range'} 2023-03-23T14:28:49.211Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=102, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:28:49.211Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:28:49.212Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:28:49.212Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:28:49.212Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:28:49.214Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:28:49.214Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:28:49.214Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:28:49.214Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:28:49.214Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:28:49.214Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=13, 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-23T14:28:49.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:28:49.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:28:49.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:28:49.215Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4653, offsetEpoch=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-23T14:28:49.215Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:28:49.215Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:28:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:28:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581683339, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-23T14:28:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:28:50.264Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:28:50.264Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:28:50.265Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:28:50.266Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:28:50.266Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:28:50.266Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:28:51.266Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:28:51.267Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:28:51.267Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:28:51.267Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:28:52.268Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:28:52.268Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:28:52.268Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:28:52.268Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:28:53.270Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:28:53.270Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:28:53.270Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:28:53.271Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:28:54.272Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:28:54.272Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:28:54.273Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:28:54.273Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:28:55.274Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:28:55.274Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:28:55.275Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:28:55.275Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:28:56.276Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:28:56.276Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:28:56.276Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:28:56.276Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:28:57.279Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T14:28:57.279Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:28:57.279Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T14:28:57.279Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:28:57.280Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:28:57.302Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:28:57.302Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:28:57.302Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:28:57.302Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T14:28:57.302Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:28:57.302Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T14:28:57.336Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:28:57.336Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d31c270 2023-03-23T14:28:57.337Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:28:57.337Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T14:28:57.337Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:28:57.337Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T14:28:57.337Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T14:28:57.337Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:28:57.337Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:28:57.337Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:28:57.337Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581737337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:28:58.338Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T14:28:58.356Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:28:58.357Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:28:58.361Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T14:28:58.361Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T14:28:58.361Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T14:28:58.361Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:28:58.362Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T14:28:58.377Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:28:58.377Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@47bcdb4a 2023-03-23T14:28:58.377Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:28:58.378Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T14:28:58.378Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:28:58.378Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T14:28:58.378Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T14:28:58.378Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:28:58.378Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:28:58.378Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:28:58.378Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581738378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:28:59.379Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T14:28:59.379Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:28:59.394Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:28:59.396Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:28:59.396Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:29:29.397Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:29:29.412Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:29:29.415Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:29:29.415Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:29:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:29:49.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:29:49.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:29:49.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:29:59.415Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:29:59.426Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:29:59.428Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:29:59.428Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:30:29.429Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:30:29.440Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:30:29.443Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:30:29.443Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:30:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:30:49.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:30:49.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:30:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:30:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:30:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:30:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581737337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:30:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:30:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:30:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679581738378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:30:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:30:59.444Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:30:59.454Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:30:59.456Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:30:59.456Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:31:29.457Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:31:29.467Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:31:29.468Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:31:29.468Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:31:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:31:59.468Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:31:59.485Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:31:59.488Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:31:59.488Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:32:29.488Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:32:29.506Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:32:29.508Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:32:29.509Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:32:49.173Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:32:59.509Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:32:59.528Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:32:59.531Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:32:59.531Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:33:29.531Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:33:29.545Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:33:29.547Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:33:29.547Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:33:49.174Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:33:50.330Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:33:50.330Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-2d72d6ed-4d26-484b-a5b4-2da6071e9344 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-23T14:33:50.331Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T14:33:50.331Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T14:33:52.821Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:33:52.834Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:33:52.834Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:33:52.838Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=103, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:33:52.839Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 103: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:33:52.858Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=103, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:33:52.859Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:33:52.859Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:33:52.864Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:33:52.864Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:33:52.865Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:33:52.865Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4663, offsetEpoch=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-23T14:33:52.865Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:33:52.865Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:33:59.547Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T14:33:59.548Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:33:59.554Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T14:33:59.555Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T14:33:59.555Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T14:33:59.561Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:33:59.573Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T14:33:59.573Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c48bfa4-292c-406d-b071-67b03e0684d9], X-ECOMP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-TransactionId=[], X-ONAP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], Content-Type=[application/merge-patch+json]} 2023-03-23T14:33:59.582Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T14:33:59.614Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 14:33:57 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[29], x-aai-txid=[2-aai-resources-230323-14:33:57:748-19265], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:33:59.616Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?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/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T14:33:59.616Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T14:33:59.619Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:33:59.620Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T14:33:59.620Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:33:59.620Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T14:33:59.629Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:33:59.629Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:33:59.630Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T14:33:59.630Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:33:59.630Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:33:59.630Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582039629, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:33:59.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:33:59.649Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582039629, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T14:33:59.649Z||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-23T14:34:00.650Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:34:00.650Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"cb9a0670-fdaa-4040-a746-0cec6c8479df","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e45fd639-5114-45d1-8f98-09296814703b","serviceDescription":"service","serviceInvariantUUID":"aea2f03e-4830-4f22-b445-64179a3c2e96","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"21654d5c-6d16-44b1-ad0c-32ccb7e1c047","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":"MzgzZjcxNDdkYTIwNjQyNWQxYjVhYjAzMmY1NjE1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"531d7c0d-fb6b-40c7-a592-63ed9bf18f6f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d361ab15-4d9e-4f87-a173-2592c49ee813","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:34:00.650Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:34:00.651Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:00.651Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:00.651Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:34:01.651Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:34:01.652Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:01.652Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:01.652Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:02.654Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e45fd639-5114-45d1-8f98-09296814703b", "serviceDescription": "service", "serviceInvariantUUID": "aea2f03e-4830-4f22-b445-64179a3c2e96", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "21654d5c-6d16-44b1-ad0c-32ccb7e1c047", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d361ab15-4d9e-4f87-a173-2592c49ee813" } ], "workloadContext": "Production" } 2023-03-23T14:34:02.654Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:34:02.654Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45fd639-5114-45d1-8f98-09296814703b ASDC 2023-03-23T14:34:02.654Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:cb9a0670-fdaa-4040-a746-0cec6c8479df ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e45fd639-5114-45d1-8f98-09296814703b ServiceInvariantUUID:aea2f03e-4830-4f22-b445-64179a3c2e96 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:d361ab15-4d9e-4f87-a173-2592c49ee813 ArtifactChecksum:ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-23T14:34:02.654Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45fd639-5114-45d1-8f98-09296814703b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:34:02.673Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:34:02.674Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:34:02.674Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:34:02.674Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T14:34:02.675Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:34:02.675Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T14:34:02.707Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:34:02.707Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@fff9058 2023-03-23T14:34:02.707Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:34:02.707Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicNetwork" ] } } } 2023-03-23T14:34:02.707Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d361ab15-4d9e-4f87-a173-2592c49ee813 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:34:02.707Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T14:34:02.707Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is not found) 2023-03-23T14:34:02.707Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:34:02.707Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:02.708Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:02.708Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582042707, "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-23T14:34:03.708Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:d361ab15-4d9e-4f87-a173-2592c49ee813) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:34:03.738Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists 2023-03-23T14:34:03.738Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T14:34:03.738Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists) 2023-03-23T14:34:03.738Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:34:03.738Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:03.739Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:03.739Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582043738, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:04.739Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-03-23T14:34:04.740Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-23T14:34:04.740Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:34:04.741Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:04.741Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:04.741Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582044739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:05.742Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:34:05.758Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:34:05.760Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:34:05.760Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:34:05.761Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:34:05.761Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:34:05.761Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:34:05.761Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:34:05.761Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:34:05.761Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:34:05.761Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:34:05.768Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:34:35.769Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:34:35.776Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and serviceModelVersionId: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T14:34:35.777Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea2f03e-4830-4f22-b445-64179a3c2e96 2023-03-23T14:34:35.778Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 2023-03-23T14:34:35.785Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:34:35.801Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:34:35.801Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||Invoke 2023-03-23T14:34:35.807Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:34:35.939Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||InvokeReturn 2023-03-23T14:34:35.939Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:34:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[278568], x-aai-txid=[1-aai-resources-230323-14:34:33:972-66307], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:34:35.939Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:34:35.940Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:34:35.940Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:34:35.952Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:34:35.953Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb9a0670-fdaa-4040-a746-0cec6c8479df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:34:35.953Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:34:35.953Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:35.953Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:35.953Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582075953, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:34:36.976Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:34:36.976Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"52b59d89-63ea-4683-b920-7ca2a36b51cc","serviceName":"Demo_pNF_nNhaXs3XD4ZVVBsHuxA1","serviceVersion":"1.0","serviceUUID":"9dfe125f-b0af-458c-9072-fe2538a83f36","serviceDescription":"catalog service description","serviceInvariantUUID":"fb2dc051-de24-4766-9c47-994c8d5a0431","resources":[{"resourceInstanceName":"pNF f3c4dfd7-82d9 0","resourceName":"pNF f3c4dfd7-82d9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"874a0dc3-2f4c-46cb-8f84-8747b567f730","resourceInvariantUUID":"383a85a2-d7af-4c97-bc09-4b6581c8c9ef","resourceCustomizationUUID":"136aeb8c-5891-456d-a4bf-383ed78d0d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml","artifactChecksum":"ZmEwMzQwYmI3YTEzZmM5OTg0NjI1YWNmMjhhNmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b27ec1ed-5edb-4b3b-a795-9de5b034918c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf7b8044-e51d-495f-bc10-1c4e1bbe8e5d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0dd1941-bdee-43cb-9c6d-d92b577a8e26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml","artifactChecksum":"YWJhZGVmMDkzYTU3ODU0ZTYyMTM5ODM4MDc0MzkxZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d960d7-f59f-4895-9e7b-8d1e255fe83c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ed2b9da-b57f-4348-beba-0f4fa1e2c029","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85ab0328-16f6-4a47-8691-103fef1f16d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactChecksum":"MDg3Nzk5MTRiMThhNTljYTJkYWQxNjc5YzFkZWI5NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae48e3b-9444-44f7-9567-b3707c5b5795","artifactVersion":"1"},{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactChecksum":"YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be742e24-eea6-4edc-86bd-beedc8ec33f4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:34:36.977Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:34:36.977Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:36.977Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:36.977Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:37.977Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:34:37.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:37.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:37.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:38.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:34:38.979Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:38.979Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:38.979Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:39.979Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:34:39.980Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:39.980Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:39.980Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:40.980Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:34:40.981Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:40.981Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:40.981Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:41.981Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:34:41.982Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:41.982Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:41.982Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:42.983Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:34:42.983Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:42.983Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:42.983Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:43.984Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:34:43.984Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:43.984Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:43.984Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:44.985Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "serviceName": "Demo_pNF_nNhaXs3XD4ZVVBsHuxA1", "serviceVersion": "1.0", "serviceUUID": "9dfe125f-b0af-458c-9072-fe2538a83f36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fb2dc051-de24-4766-9c47-994c8d5a0431", "resources": [ { "resourceInstanceName": "pNF f3c4dfd7-82d9 0", "resourceCustomizationUUID": "136aeb8c-5891-456d-a4bf-383ed78d0d18", "resourceName": "pNF f3c4dfd7-82d9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "874a0dc3-2f4c-46cb-8f84-8747b567f730", "resourceInvariantUUID": "383a85a2-d7af-4c97-bc09-4b6581c8c9ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactChecksum": "YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be742e24-eea6-4edc-86bd-beedc8ec33f4" } ], "workloadContext": "Production" } 2023-03-23T14:34:44.985Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:34:44.985Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC 2023-03-23T14:34:44.986Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:52b59d89-63ea-4683-b920-7ca2a36b51cc ServiceName:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 ServiceVersion:1.0 ServiceUUID:9dfe125f-b0af-458c-9072-fe2538a83f36 ServiceInvariantUUID:fb2dc051-de24-4766-9c47-994c8d5a0431 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactUUID:be742e24-eea6-4edc-86bd-beedc8ec33f4 ArtifactChecksum:YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f3c4dfd7-82d9 0 ResourceCustomizationUUID:136aeb8c-5891-456d-a4bf-383ed78d0d18 ResourceInvariantUUID:383a85a2-d7af-4c97-bc09-4b6581c8c9ef ResourceName:pNF f3c4dfd7-82d9 ResourceType:PNF ResourceUUID:874a0dc3-2f4c-46cb-8f84-8747b567f730 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:34:44.986Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:34:45.025Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:34:45.026Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:34:45.026Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:34:45.026Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 from URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:45.026Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:34:45.026Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:45.344Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T14:34:45.345Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar be742e24-eea6-4edc-86bd-beedc8ec33f4 88024 2023-03-23T14:34:45.346Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T14:34:45.346Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:45.346Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:34:45.346Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:45.346Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:45.346Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582085346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:46.347Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:34:46.348Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:34:46.349Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4, URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar to file: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:46.350Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:46.351Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:46.351Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:46.461Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9232259523977258432/Definitions/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml 2023-03-23T14:34:47.095Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:34:47.096Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:34:47.096Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:47.096Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:34:47.096Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:47.096Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:47.096Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:47.096Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:47.096Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:47.096Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:47.096Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3c4dfd7-82d9 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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:34:47.096Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:34:47.096Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:34:47.096Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:34:47.097Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T14:34:47.097Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:34:47.097Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:34:47.097Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:34:47.097Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:34:47.097Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T14:34:47.097Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:34:47.097Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:34:47.097Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:34:47.097Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:34:47.097Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:34:47.097Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:34:47.098Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:34:47.098Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:34:47.098Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:34:47.098Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:34:47.098Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:34:47.098Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:34:47.098Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 Description:catalog service description Model UUID:9dfe125f-b0af-458c-9072-fe2538a83f36 Model Version:NULL Model InvariantUuid:fb2dc051-de24-4766-9c47-994c8d5a0431 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-23T14:34:47.137Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||ERROR|500||Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists 2023-03-23T14:34:47.137Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T14:34:47.138Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists) 2023-03-23T14:34:47.138Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:34:47.139Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:47.139Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:47.139Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582087137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:48.140Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T14:34:48.140Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists) 2023-03-23T14:34:48.141Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:34:48.141Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:34:48.141Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:34:48.141Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582088140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:49.142Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:34:49.154Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:34:49.156Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:34:49.156Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:34:49.156Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:34:49.156Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:34:49.156Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:34:49.156Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:34:49.156Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:34:49.156Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:34:49.156Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:34:49.163Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:34:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:34:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:34:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582042707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582043738, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582044739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582075953, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:34:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582085346, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582087137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } 2023-03-23T14:34:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:34:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:34:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582088140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } 2023-03-23T14:34:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:35:19.163Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:35:19.169Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and serviceModelVersionId: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T14:35:19.169Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb2dc051-de24-4766-9c47-994c8d5a0431 2023-03-23T14:35:19.170Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 2023-03-23T14:35:19.177Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:35:19.189Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||Invoke 2023-03-23T14:35:19.190Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[64f9e496-2c5a-4330-b9d0-da3b6d5503d8], X-ECOMP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-TransactionId=[], X-ONAP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], Content-Type=[application/merge-patch+json]} 2023-03-23T14:35:19.197Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:35:19.332Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:35:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[290880], x-aai-txid=[1-aai-resources-230323-14:35:17:361-5727], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:35:19.332Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:35:19.332Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||InvokeReturn 2023-03-23T14:35:19.333Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:35:19.333Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:35:19.345Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:35:19.345Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52b59d89-63ea-4683-b920-7ca2a36b51cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:35:19.345Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:35:19.346Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:35:19.346Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:35:19.346Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582119345, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:35:20.363Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:35:20.363Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ed92f4e-8831-4dae-9fc4-c913f13bfd2c","serviceDescription":"service","serviceInvariantUUID":"115c97a5-6a7d-42b4-b591-3979a0412d3b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fe72a46-0d46-46e5-8866-e7fce4f0a06a","resourceInvariantUUID":"6e27cd0c-c310-40ee-9850-c0f1e80de350","resourceCustomizationUUID":"5f375cfc-5f6b-4d90-9e43-a0c43c59ed43","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":"ZTgxNDk5MjBjNTBhOTMxMzI4NmQ4YTBiNmZkYTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c041d87-eb2c-4d84-9d4d-31212d4468c6","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":"MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d62f33-82cc-40ce-8b50-84f0f1a34ead","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":"8f92056e-cf8a-42b6-a1c2-a316e42d926a","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":"1cc09c01-2b85-48eb-b655-deed1d092c01","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":"57ae6deb-27f1-493a-ab0e-a34b5603044d","artifactVersion":"2","generatedFromUUID":"8f92056e-cf8a-42b6-a1c2-a316e42d926a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTczMjFiNDA3Y2M4YzM4ZTZkOGIyN2ZmNmQ3MzJmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba26974d-114e-45b4-a5fd-935e1103ec61","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc1bac0f-0922-46bc-b871-8dcfd7221db1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:35:20.363Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:35:20.363Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:35:20.364Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:35:20.364Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:35:21.365Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:35:21.365Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:35:21.365Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:35:21.366Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:35:22.367Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:35:22.367Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:35:22.367Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:35:22.367Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:35:23.368Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:35:23.368Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:35:23.368Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:35:23.368Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:35:24.369Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:35:24.369Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:35:24.369Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:35:24.369Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:35:25.370Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:35:25.370Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:35:25.370Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:35:25.370Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:35:26.371Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:35:26.371Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:35:26.371Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:35:26.371Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:35:27.372Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ed92f4e-8831-4dae-9fc4-c913f13bfd2c", "serviceDescription": "service", "serviceInvariantUUID": "115c97a5-6a7d-42b4-b591-3979a0412d3b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5f375cfc-5f6b-4d90-9e43-a0c43c59ed43", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3fe72a46-0d46-46e5-8866-e7fce4f0a06a", "resourceInvariantUUID": "6e27cd0c-c310-40ee-9850-c0f1e80de350", "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": "MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3d62f33-82cc-40ce-8b50-84f0f1a34ead", "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": "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "generatedFromUUID": "8f92056e-cf8a-42b6-a1c2-a316e42d926a" }, "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc1bac0f-0922-46bc-b871-8dcfd7221db1" } ], "workloadContext": "Production" } 2023-03-23T14:35:27.372Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:35:27.372Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC 2023-03-23T14:35:27.373Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ServiceInvariantUUID:115c97a5-6a7d-42b4-b591-3979a0412d3b 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:fc1bac0f-0922-46bc-b871-8dcfd7221db1 ArtifactChecksum:ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 ResourceInvariantUUID:6e27cd0c-c310-40ee-9850-c0f1e80de350 ResourceName:basic_vm ResourceType:VF ResourceUUID:3fe72a46-0d46-46e5-8866-e7fce4f0a06a 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:b3d62f33-82cc-40ce-8b50-84f0f1a34ead ArtifactChecksum:MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ= 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:8f92056e-cf8a-42b6-a1c2-a316e42d926a 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:57ae6deb-27f1-493a-ab0e-a34b5603044d 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:57ae6deb-27f1-493a-ab0e-a34b5603044d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:35:27.373Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:35:27.397Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:35:27.398Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:35:27.398Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:35:27.398Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T14:35:27.398Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:35:27.398Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T14:35:27.421Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:35:27.421Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@29d22fb4 2023-03-23T14:35:27.422Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:35:27.422Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVm" ] } } } 2023-03-23T14:35:27.422Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fc1bac0f-0922-46bc-b871-8dcfd7221db1 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:35:27.422Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T14:35:27.422Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is not found) 2023-03-23T14:35:27.422Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:35:27.422Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:35:27.423Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:35:27.423Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582127422, "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-23T14:35:28.423Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:fc1bac0f-0922-46bc-b871-8dcfd7221db1) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:35:28.461Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists 2023-03-23T14:35:28.462Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T14:35:28.462Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists) 2023-03-23T14:35:28.462Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:35:28.462Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:35:28.462Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:35:28.462Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582128462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:35:29.463Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-03-23T14:35:29.463Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists) 2023-03-23T14:35:29.463Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:35:29.463Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:35:29.463Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:35:29.463Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582129463, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:35:30.464Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:35:30.480Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:35:30.482Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:35:30.482Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:35:30.482Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:35:30.482Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:35:30.482Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:35:30.482Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:35:30.482Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:35:30.482Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:35:30.482Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:35:30.489Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:35:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:35:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:35:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582119345, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:35:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:35:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:35:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:35:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:35:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:35:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:35:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:35:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:35:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:35:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:35:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582127422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:35:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:35:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:35:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582128462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } 2023-03-23T14:35:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:35:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:35:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582129463, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } 2023-03-23T14:35:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:00.489Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:36:00.494Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and serviceModelVersionId: 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c 2023-03-23T14:36:00.495Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 115c97a5-6a7d-42b4-b591-3979a0412d3b 2023-03-23T14:36:00.495Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 2023-03-23T14:36:00.504Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:36:00.519Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:36:00.520Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||Invoke 2023-03-23T14:36:00.523Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:36:00.699Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||InvokeReturn 2023-03-23T14:36:00.701Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:35:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[170], vertex-id=[233680], x-aai-txid=[0-aai-resources-230323-14:35:58:690-4262], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:36:00.702Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:36:00.702Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:36:00.703Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:36:00.715Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:36:00.715Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:36:00.715Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:36:00.715Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:00.715Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:00.715Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582160715, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:36:01.735Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:36:01.735Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"4e3bccc0-8ad1-4022-86f4-d2d991531fa7","serviceName":"Demo_pNF_qmKu0IiQtL14aXlj0mwS","serviceVersion":"1.0","serviceUUID":"341816f4-b803-48c2-a119-f19f49c5bd1d","serviceDescription":"catalog service description","serviceInvariantUUID":"9e2cbbd4-72c1-4cb5-80ec-e27641a6346d","resources":[{"resourceInstanceName":"pNF 6d59ded1-c82a 0","resourceName":"pNF 6d59ded1-c82a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea1fcd1c-d846-49f4-b834-d17c91d4a50f","resourceInvariantUUID":"6162da41-54f1-4a9d-952d-ef60abf2c385","resourceCustomizationUUID":"133eb4b6-41ad-4583-ae08-82e55429d115","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml","artifactChecksum":"M2FmMTk5YTBlMDk2NzFiMjllZDc5OGI1MDgzNzI2NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0904a2-78b4-4ecb-9a70-2931bbb9c21b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec4d823e-c577-4b4c-8e5e-cb630f15820c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078d2cfc-8998-4bf7-a369-5e8ad54715f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE2NGIzNmJkODcwN2UxNGU3Yzc5OWJmMTM0N2NhZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25222fd2-e730-4168-abe9-a048b94cdd70","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fbe962c5-b706-4278-91e9-1d6dbe1e189e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f58b800-d52f-4763-8628-4e97323e3bba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactChecksum":"MWE4ZjMxN2Q2YmU5ZmY3ZDI0MWI2Zjc5ZTk2NTQ5ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f42cec2-76b3-42c0-ab97-708f567c534c","artifactVersion":"1"},{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactChecksum":"YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a56c270e-58ea-485c-8867-834e220b0cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:36:01.736Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:01.736Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:01.736Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:01.736Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:02.737Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:02.737Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:02.737Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:02.737Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:03.738Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:03.738Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:03.738Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:03.738Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:04.739Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:04.739Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:04.739Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:04.740Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:05.740Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:05.740Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:05.740Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:05.741Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:06.741Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:06.741Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:06.742Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:06.742Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:07.742Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:07.742Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:07.743Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:07.743Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:08.743Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:08.743Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:08.743Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:08.744Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:09.744Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "serviceName": "Demo_pNF_qmKu0IiQtL14aXlj0mwS", "serviceVersion": "1.0", "serviceUUID": "341816f4-b803-48c2-a119-f19f49c5bd1d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9e2cbbd4-72c1-4cb5-80ec-e27641a6346d", "resources": [ { "resourceInstanceName": "pNF 6d59ded1-c82a 0", "resourceCustomizationUUID": "133eb4b6-41ad-4583-ae08-82e55429d115", "resourceName": "pNF 6d59ded1-c82a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea1fcd1c-d846-49f4-b834-d17c91d4a50f", "resourceInvariantUUID": "6162da41-54f1-4a9d-952d-ef60abf2c385", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactChecksum": "YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a56c270e-58ea-485c-8867-834e220b0cd0" } ], "workloadContext": "Production" } 2023-03-23T14:36:09.744Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:36:09.744Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC 2023-03-23T14:36:09.745Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:4e3bccc0-8ad1-4022-86f4-d2d991531fa7 ServiceName:Demo_pNF_qmKu0IiQtL14aXlj0mwS ServiceVersion:1.0 ServiceUUID:341816f4-b803-48c2-a119-f19f49c5bd1d ServiceInvariantUUID:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactUUID:a56c270e-58ea-485c-8867-834e220b0cd0 ArtifactChecksum:YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d59ded1-c82a 0 ResourceCustomizationUUID:133eb4b6-41ad-4583-ae08-82e55429d115 ResourceInvariantUUID:6162da41-54f1-4a9d-952d-ef60abf2c385 ResourceName:pNF 6d59ded1-c82a ResourceType:PNF ResourceUUID:ea1fcd1c-d846-49f4-b834-d17c91d4a50f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:36:09.745Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:36:09.767Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:36:09.767Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:36:09.767Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:36:09.768Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0 from URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:09.768Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:36:09.768Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:10.064Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T14:36:10.067Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar a56c270e-58ea-485c-8867-834e220b0cd0 88008 2023-03-23T14:36:10.067Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T14:36:10.067Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:10.067Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:36:10.068Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:10.068Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:10.068Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582170067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:11.068Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:36:11.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:36:11.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0, URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar to file: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:11.069Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:11.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:11.070Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:11.183Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9476582655089078619/Definitions/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml 2023-03-23T14:36:11.778Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d59ded1-c82a 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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T14:36:11.779Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:11.780Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qmKu0IiQtL14aXlj0mwS Description:catalog service description Model UUID:341816f4-b803-48c2-a119-f19f49c5bd1d Model Version:NULL Model InvariantUuid:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 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-23T14:36:11.820Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||ERROR|500||Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists 2023-03-23T14:36:11.820Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T14:36:11.820Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists) 2023-03-23T14:36:11.820Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:36:11.820Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:11.820Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:11.821Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582171820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:12.821Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T14:36:12.822Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists) 2023-03-23T14:36:12.822Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:36:12.822Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:12.822Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:12.822Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582172821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:13.823Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:36:13.835Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:36:13.837Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:36:13.837Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:36:13.837Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:36:13.837Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:36:13.837Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:36:13.837Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:36:13.837Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:36:13.837Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:36:13.837Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:36:13.851Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:36:43.852Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:36:43.870Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and serviceModelVersionId: 341816f4-b803-48c2-a119-f19f49c5bd1d 2023-03-23T14:36:43.870Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 2023-03-23T14:36:43.870Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 2023-03-23T14:36:43.873Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:36:43.891Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:36:43.902Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||Invoke 2023-03-23T14:36:43.910Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:36:44.060Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||InvokeReturn 2023-03-23T14:36:44.060Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:36:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[647264], x-aai-txid=[2-aai-resources-230323-14:36:42:075-37349], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:36:44.061Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:36:44.062Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:36:44.062Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:36:44.074Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:36:44.074Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:36:44.074Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:36:44.074Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:44.074Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:44.074Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582204074, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:36:45.088Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:36:45.088Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"eb1868dd-7bb4-4ba1-a9ef-373145db848d","serviceName":"Demo_pNF_pHxYVKghYIVeXvrjUC6W","serviceVersion":"1.0","serviceUUID":"74311808-79e5-4380-99af-4632cacfcb23","serviceDescription":"catalog service description","serviceInvariantUUID":"da95f872-9813-42b5-bf68-ed5422161feb","resources":[{"resourceInstanceName":"pNF d1fbb461-99b7 0","resourceName":"pNF d1fbb461-99b7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"340c1941-d3e9-4226-ac19-f57c4cf51179","resourceInvariantUUID":"5ce10c3c-bbcd-405e-a1b5-b469478cda74","resourceCustomizationUUID":"fb618d18-b805-4f0f-b435-556ef3e97d85","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml","artifactChecksum":"ZGE2OTg2YTJhM2Y1YTliYTYxYjFkOTM0Mzk4YTJlZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72bb70ef-3971-40bf-87b0-0548301b7faa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"100afad2-b565-4db5-81d9-f99f2fc5f662","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edd74bbe-7662-423d-831c-1326c5bc1b32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml","artifactChecksum":"Y2M3YzAyZGFlMTI4Yjc5MTJiODE1NzEyZTNlOWQxZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6cd9b0fb-9b61-4243-a070-0682195e341f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1de2baf6-265c-4841-8396-1f916435b6e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39edcd22-b0ec-40f4-8a4a-542ff7ede2c2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactChecksum":"NWNkYThkMDU2MGZjMGViMzM2NGFjZjA1MDkxNjgxNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"641d030b-db38-4daa-aa68-9698f243f0a8","artifactVersion":"1"},{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactChecksum":"ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bae75039-32d0-4ba8-ab06-41f1c7e6af02","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:36:45.089Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:45.089Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:45.089Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:45.090Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:46.091Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:46.092Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:46.092Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:46.092Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:47.093Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:47.093Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:47.094Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:47.094Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:48.095Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:48.096Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:48.096Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:48.096Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:49.098Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:49.098Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:49.098Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:49.098Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582160715, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:36:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:36:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:36:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:36:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:36:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582170067, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582171820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } 2023-03-23T14:36:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582172821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } 2023-03-23T14:36:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582204074, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:36:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:36:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:36:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:36:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:36:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:36:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:36:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:36:50.099Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:50.099Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:50.099Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:50.100Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:51.100Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:51.101Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:51.101Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:51.101Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:52.102Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:36:52.102Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:52.102Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:52.102Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:53.103Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "serviceName": "Demo_pNF_pHxYVKghYIVeXvrjUC6W", "serviceVersion": "1.0", "serviceUUID": "74311808-79e5-4380-99af-4632cacfcb23", "serviceDescription": "catalog service description", "serviceInvariantUUID": "da95f872-9813-42b5-bf68-ed5422161feb", "resources": [ { "resourceInstanceName": "pNF d1fbb461-99b7 0", "resourceCustomizationUUID": "fb618d18-b805-4f0f-b435-556ef3e97d85", "resourceName": "pNF d1fbb461-99b7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "340c1941-d3e9-4226-ac19-f57c4cf51179", "resourceInvariantUUID": "5ce10c3c-bbcd-405e-a1b5-b469478cda74", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactChecksum": "ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bae75039-32d0-4ba8-ab06-41f1c7e6af02" } ], "workloadContext": "Production" } 2023-03-23T14:36:53.104Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:36:53.104Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 74311808-79e5-4380-99af-4632cacfcb23 ASDC 2023-03-23T14:36:53.104Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:eb1868dd-7bb4-4ba1-a9ef-373145db848d ServiceName:Demo_pNF_pHxYVKghYIVeXvrjUC6W ServiceVersion:1.0 ServiceUUID:74311808-79e5-4380-99af-4632cacfcb23 ServiceInvariantUUID:da95f872-9813-42b5-bf68-ed5422161feb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactUUID:bae75039-32d0-4ba8-ab06-41f1c7e6af02 ArtifactChecksum:ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d1fbb461-99b7 0 ResourceCustomizationUUID:fb618d18-b805-4f0f-b435-556ef3e97d85 ResourceInvariantUUID:5ce10c3c-bbcd-405e-a1b5-b469478cda74 ResourceName:pNF d1fbb461-99b7 ResourceType:PNF ResourceUUID:340c1941-d3e9-4226-ac19-f57c4cf51179 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:36:53.104Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74311808-79e5-4380-99af-4632cacfcb23 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:36:53.131Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:36:53.132Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:36:53.132Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:36:53.132Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 from URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:53.132Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:36:53.132Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:53.440Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-03-23T14:36:53.443Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar bae75039-32d0-4ba8-ab06-41f1c7e6af02 88025 2023-03-23T14:36:53.443Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T14:36:53.443Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:53.443Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:36:53.444Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:53.444Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:53.444Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582213443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:54.445Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:36:54.445Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:36:54.446Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02, URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar to file: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:54.446Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:54.447Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:54.447Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:54.553Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5081527585320347662/Definitions/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml 2023-03-23T14:36:55.096Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:36:55.096Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:36:55.096Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:55.096Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:36:55.096Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:55.096Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:55.096Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1fbb461-99b7 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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:55.096Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:55.096Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:55.096Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:55.097Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:55.098Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:55.098Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:55.098Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:55.098Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:36:55.098Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:36:55.098Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_pHxYVKghYIVeXvrjUC6W Description:catalog service description Model UUID:74311808-79e5-4380-99af-4632cacfcb23 Model Version:NULL Model InvariantUuid:da95f872-9813-42b5-bf68-ed5422161feb 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-23T14:36:55.139Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||ERROR|500||Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists 2023-03-23T14:36:55.139Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T14:36:55.139Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists) 2023-03-23T14:36:55.140Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:36:55.140Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:55.140Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:55.140Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582215139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:56.141Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T14:36:56.142Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists) 2023-03-23T14:36:56.142Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:36:56.142Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:36:56.142Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:36:56.143Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582216141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:36:57.143Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:36:57.154Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:36:57.156Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:36:57.156Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:36:57.156Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:36:57.156Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:36:57.156Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:36:57.156Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:36:57.157Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:36:57.157Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:36:57.157Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:36:57.160Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:37:27.161Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:37:27.165Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and serviceModelVersionId: 74311808-79e5-4380-99af-4632cacfcb23 2023-03-23T14:37:27.165Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da95f872-9813-42b5-bf68-ed5422161feb 2023-03-23T14:37:27.165Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 2023-03-23T14:37:27.173Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:37:27.195Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:37:27.197Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||Invoke 2023-03-23T14:37:27.203Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:37:27.340Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||InvokeReturn 2023-03-23T14:37:27.340Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:37:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[282760], x-aai-txid=[0-aai-resources-230323-14:37:25:368-50335], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:37:27.340Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:37:27.342Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:37:27.342Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:37:27.352Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:37:27.352Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb1868dd-7bb4-4ba1-a9ef-373145db848d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:37:27.352Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:37:27.353Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:27.353Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:27.353Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582247352, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:37:28.370Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:37:28.371Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"4728c90c-52d9-4976-a0bc-e8a7fe12e2ec","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1b4600dd-fe59-4506-baf6-ead4f27719b5","serviceDescription":"service","serviceInvariantUUID":"55bd29ae-4f90-43c1-b5b3-b0be8bca6573","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f","resourceInvariantUUID":"7641635d-b469-4196-b44a-501d66e2e4ea","resourceCustomizationUUID":"ad2c6752-a967-4c03-a1ad-7d0bc9416167","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":"YjQyZjk3ZTNhOThlN2VlMGYwYzk4OWU5YWZkNzkyNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f07bf3f-d075-4518-8a6d-80b0a410251f","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":"OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61e68242-5134-44b0-8a25-c4898f994284","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":"bf063fe8-58d7-42b9-8083-715116e43845","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":"e365c34c-7674-4f6f-978f-efc59a9ed64a","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":"f10c145e-3751-45fa-9349-f55d5408727c","artifactVersion":"2","generatedFromUUID":"46441173-75ed-4253-a744-db24a703f0cc"},{"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":"1d944166-2285-41aa-a799-c43608e4377c","artifactVersion":"2","generatedFromUUID":"bf063fe8-58d7-42b9-8083-715116e43845"},{"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":"46441173-75ed-4253-a744-db24a703f0cc","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":"f2d3c315-b11a-409d-b941-fa3617d47aae","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":"MTE1NDQ4ZDc4NDgyYTFkZDM2OWRhY2U2ZTk0ZTIyNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9733096-033e-4d69-9a49-4d906610e91e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49915f74-047d-460a-9f8b-1b76125fe0de","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:37:28.371Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:37:28.371Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:28.371Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:28.371Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:37:29.372Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:37:29.372Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:29.372Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:29.372Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:37:30.373Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:37:30.374Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:30.374Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:30.374Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:37:31.375Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:37:31.375Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:31.375Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:31.376Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:37:32.376Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:37:32.377Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:32.377Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:32.377Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:37:33.378Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:37:33.379Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:33.379Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:33.379Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:37:34.381Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:37:34.382Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:34.382Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:34.382Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:37:35.382Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:37:35.383Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:35.383Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:35.383Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:37:36.384Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:37:36.384Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:36.384Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:36.384Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:37:37.385Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:37:37.385Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:37.385Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:37.385Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:37:38.386Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1b4600dd-fe59-4506-baf6-ead4f27719b5", "serviceDescription": "service", "serviceInvariantUUID": "55bd29ae-4f90-43c1-b5b3-b0be8bca6573", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "ad2c6752-a967-4c03-a1ad-7d0bc9416167", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f", "resourceInvariantUUID": "7641635d-b469-4196-b44a-501d66e2e4ea", "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": "OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61e68242-5134-44b0-8a25-c4898f994284", "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": "bf063fe8-58d7-42b9-8083-715116e43845", "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": "1d944166-2285-41aa-a799-c43608e4377c", "generatedFromUUID": "bf063fe8-58d7-42b9-8083-715116e43845" }, "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": "f10c145e-3751-45fa-9349-f55d5408727c", "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": "1d944166-2285-41aa-a799-c43608e4377c", "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": "46441173-75ed-4253-a744-db24a703f0cc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "49915f74-047d-460a-9f8b-1b76125fe0de" } ], "workloadContext": "Production" } 2023-03-23T14:37:38.386Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:37:38.386Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC 2023-03-23T14:37:38.387Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:4728c90c-52d9-4976-a0bc-e8a7fe12e2ec ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1b4600dd-fe59-4506-baf6-ead4f27719b5 ServiceInvariantUUID:55bd29ae-4f90-43c1-b5b3-b0be8bca6573 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:49915f74-047d-460a-9f8b-1b76125fe0de ArtifactChecksum:YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:ad2c6752-a967-4c03-a1ad-7d0bc9416167 ResourceInvariantUUID:7641635d-b469-4196-b44a-501d66e2e4ea ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f 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:61e68242-5134-44b0-8a25-c4898f994284 ArtifactChecksum:OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ= 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:bf063fe8-58d7-42b9-8083-715116e43845 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:1d944166-2285-41aa-a799-c43608e4377c 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:f10c145e-3751-45fa-9349-f55d5408727c 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:1d944166-2285-41aa-a799-c43608e4377c 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:46441173-75ed-4253-a744-db24a703f0cc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:37:38.387Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:37:38.417Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:37:38.417Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:37:38.417Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:37:38.418Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 49915f74-047d-460a-9f8b-1b76125fe0de from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T14:37:38.418Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:37:38.418Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T14:37:38.450Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:37:38.450Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@306ce2b1 2023-03-23T14:37:38.450Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:37:38.450Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicCnfMacro" ] } } } 2023-03-23T14:37:38.450Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 49915f74-047d-460a-9f8b-1b76125fe0de Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:37:38.450Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||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-23T14:37:38.450Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||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-23T14:37:38.450Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:37:38.451Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:38.451Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:38.451Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582258450, "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-23T14:37:39.451Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:49915f74-047d-460a-9f8b-1b76125fe0de) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:37:39.495Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists 2023-03-23T14:37:39.495Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:37:39.495Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists) 2023-03-23T14:37:39.496Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:37:39.496Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:39.496Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:39.496Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582259495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:37:40.497Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:37:40.497Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists) 2023-03-23T14:37:40.497Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:37:40.498Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:37:40.498Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:37:40.498Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582260497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:37:41.499Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:37:41.510Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:37:41.511Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:37:41.511Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:37:41.511Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:37:41.511Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:37:41.511Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:37:41.511Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:37:41.511Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:37:41.511Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:37:41.511Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:37:41.513Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:37:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:37:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:37:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:37:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:37:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582213443, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:37:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582215139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582216141, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582247352, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:37:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:37:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582258450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:37:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582259495, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists" } 2023-03-23T14:37:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:37:49.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:37:49.186Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582260497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists" } 2023-03-23T14:37:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:38:11.513Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:38:11.521Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and serviceModelVersionId: 1b4600dd-fe59-4506-baf6-ead4f27719b5 2023-03-23T14:38:11.522Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55bd29ae-4f90-43c1-b5b3-b0be8bca6573 2023-03-23T14:38:11.522Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 2023-03-23T14:38:11.529Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:38:11.544Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:38:11.545Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||Invoke 2023-03-23T14:38:11.551Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:38:11.682Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||InvokeReturn 2023-03-23T14:38:11.683Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:38:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[127], vertex-id=[376888], x-aai-txid=[0-aai-resources-230323-14:38:09:715-45405], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:38:11.683Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:38:11.684Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:38:11.685Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:38:11.695Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:38:11.695Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:38:11.696Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:38:11.696Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:11.696Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:11.696Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582291695, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:38:12.715Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:38:12.715Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"8a75e09b-0672-4b8f-8480-8d9afbb54cb3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"99e8fd40-7a66-4d28-9695-b786c986bf94","serviceDescription":"service","serviceInvariantUUID":"e2ff2e6f-e1b2-4caa-a71c-33793763c749","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2fa16e7b-c45f-41bf-b922-74ffe18edada","resourceInvariantUUID":"47774d5e-7c3e-4537-ab81-1d814930dba0","resourceCustomizationUUID":"a62c265d-7164-43af-8645-482167f456c9","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":"MDc3YzcwNzJmMDI4YzJiMGIxMTQyMDA3M2RmODVjZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3fbfbfb-a1e5-4448-a00e-e0829d14554f","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":"NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e15a011-b20f-4c23-b94b-9042f21695c8","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":"f699ba35-8ec7-415e-a0f3-01827cd64410","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":"a0f081f1-3679-4cbd-bc4d-ad897d54c0f4","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":"92e51b8c-657f-4f82-85fa-cc074aa86873","artifactVersion":"2","generatedFromUUID":"f699ba35-8ec7-415e-a0f3-01827cd64410"},{"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":"OWQ1MWMzOGZjMDJlOWU4MTEyNzJjMjVhMzVkZDY3NzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"929007d7-af73-48dd-8fa7-ec7cf924bb03","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":"Zjk2MWMwZWU2MWIyNWE3NjRiNmI4MzY4YzhlYzM0YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7f17690-b53d-4bcb-af4e-54f7c827c8c7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45749d9b-1023-46ce-89d4-a30395ff33d7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:38:12.715Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:38:12.715Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:12.715Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:12.716Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:38:13.716Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:38:13.716Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:13.716Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:13.716Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:38:14.717Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:38:14.717Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:14.717Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:14.717Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:38:15.718Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:38:15.718Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:15.718Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:15.719Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:38:16.720Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:38:16.720Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:16.720Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:16.720Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:38:17.721Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:38:17.722Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:17.722Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:17.722Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:38:18.723Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:38:18.723Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:18.723Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:18.723Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:38:19.724Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:38:19.724Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:19.724Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:19.725Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:38:20.725Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "99e8fd40-7a66-4d28-9695-b786c986bf94", "serviceDescription": "service", "serviceInvariantUUID": "e2ff2e6f-e1b2-4caa-a71c-33793763c749", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "a62c265d-7164-43af-8645-482167f456c9", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2fa16e7b-c45f-41bf-b922-74ffe18edada", "resourceInvariantUUID": "47774d5e-7c3e-4537-ab81-1d814930dba0", "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": "NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e15a011-b20f-4c23-b94b-9042f21695c8", "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": "f699ba35-8ec7-415e-a0f3-01827cd64410", "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "generatedFromUUID": "f699ba35-8ec7-415e-a0f3-01827cd64410" }, "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45749d9b-1023-46ce-89d4-a30395ff33d7" } ], "workloadContext": "Production" } 2023-03-23T14:38:20.726Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:38:20.726Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC 2023-03-23T14:38:20.726Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:8a75e09b-0672-4b8f-8480-8d9afbb54cb3 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:99e8fd40-7a66-4d28-9695-b786c986bf94 ServiceInvariantUUID:e2ff2e6f-e1b2-4caa-a71c-33793763c749 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:45749d9b-1023-46ce-89d4-a30395ff33d7 ArtifactChecksum:NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:a62c265d-7164-43af-8645-482167f456c9 ResourceInvariantUUID:47774d5e-7c3e-4537-ab81-1d814930dba0 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:2fa16e7b-c45f-41bf-b922-74ffe18edada 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:8e15a011-b20f-4c23-b94b-9042f21695c8 ArtifactChecksum:NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU= 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:f699ba35-8ec7-415e-a0f3-01827cd64410 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:92e51b8c-657f-4f82-85fa-cc074aa86873 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:92e51b8c-657f-4f82-85fa-cc074aa86873 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:38:20.726Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:38:20.756Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:38:20.757Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:38:20.757Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:38:20.757Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T14:38:20.757Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:38:20.757Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T14:38:20.781Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:38:20.782Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@62536386 2023-03-23T14:38:20.782Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:38:20.782Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "BasicVmMacro" ] } } } 2023-03-23T14:38:20.782Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 45749d9b-1023-46ce-89d4-a30395ff33d7 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:38:20.782Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:38:20.782Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is not found) 2023-03-23T14:38:20.782Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:38:20.782Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:20.782Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:20.783Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582300782, "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-23T14:38:21.784Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:45749d9b-1023-46ce-89d4-a30395ff33d7) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:38:21.825Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists 2023-03-23T14:38:21.826Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:38:21.826Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists) 2023-03-23T14:38:21.826Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:38:21.826Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:21.826Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:21.827Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582301826, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:38:22.828Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:38:22.828Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists) 2023-03-23T14:38:22.828Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:38:22.828Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:22.828Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:22.829Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582302828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:38:23.830Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:38:23.856Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:38:23.858Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:38:23.858Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:38:23.858Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:38:23.858Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:38:23.859Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:38:23.859Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:38:23.859Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:38:23.859Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:38:23.859Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:38:23.863Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:38:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:38:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:38:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582291695, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:38:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:38:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:38:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:38:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:38:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:38:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:38:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:38:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:38:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T14:38:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:38:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:38:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:38:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:38:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:38:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T14:38:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:38:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:38:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:38:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:38:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:38:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:38:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:38:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:38:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:38:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:38:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:38:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582300782, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:38:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:38:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:38:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582301826, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists" } 2023-03-23T14:38:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:38:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:38:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582302828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists" } 2023-03-23T14:38:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:38:53.866Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:38:53.874Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and serviceModelVersionId: 99e8fd40-7a66-4d28-9695-b786c986bf94 2023-03-23T14:38:53.874Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2ff2e6f-e1b2-4caa-a71c-33793763c749 2023-03-23T14:38:53.874Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 2023-03-23T14:38:53.880Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:38:53.893Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:38:53.894Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||Invoke 2023-03-23T14:38:53.898Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:38:54.040Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||InvokeReturn 2023-03-23T14:38:54.041Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:38:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[340032], x-aai-txid=[2-aai-resources-230323-14:38:52:064-97147], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:38:54.041Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:38:54.041Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:38:54.041Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:38:54.051Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:38:54.051Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:38:54.051Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:38:54.052Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:54.052Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:54.052Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582334051, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:38:55.071Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:38:55.071Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"40698359-543a-4c50-8f8e-beb234359e90","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"98e58ff4-6fad-4c70-91be-d344b953a829","serviceDescription":"service","serviceInvariantUUID":"8e8c9270-29cc-44e2-b9f1-8924ef0852e8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3b86d439-9524-46df-8081-8ef325868ca7","resourceInvariantUUID":"2a2b72c7-9cda-472e-8491-c51822e0125b","resourceCustomizationUUID":"91e67a71-7073-461b-9b5b-53d7594b17c2","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":"NWUzOGNiZWI2NjhjYjY2ODBiMDcxNmFkZjRlM2VlMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2580bc3e-6b2e-47df-9d97-5c3ad32316aa","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":"e4c641e2-1546-4808-aca1-71f5979b1dfd","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":"cbfb905e-cc25-47e9-8277-68b17cc21378","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":"OWQyYmY1NmVkZjhhOWQwZDE3ZTljOWMyNjFlYWQ2Y2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0ea17e1e-26d3-4a37-b776-79f836999a33","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":"6f87bf03-741b-4ee7-ad3b-54e371025d8f","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":"aec8bb80-751d-4e97-9003-7fc42c9553f7","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":"a9b9092f-9fa7-450c-af92-e910775adcbe","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":"YzZlYjEzMDFmNzAxMTczMDYzNjQ1MzIzYWViMTE4MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70449544-8692-4c44-9aaf-2759537f6516","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e10da24-5e58-46ae-83e7-a91529888b0e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:38:55.071Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:38:55.071Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:55.071Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:55.072Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:38:56.073Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:38:56.073Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:56.073Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:56.073Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:38:57.075Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:38:57.076Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:57.076Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:57.076Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:38:58.076Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:38:58.077Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:58.077Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:58.077Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:38:59.077Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:38:59.078Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:38:59.078Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:38:59.078Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:39:00.079Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:39:00.080Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:00.080Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:00.080Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:39:01.081Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:39:01.081Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:01.081Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:01.082Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:39:02.083Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:39:02.083Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:02.083Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:02.083Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:39:03.084Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:39:03.084Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:03.084Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:03.084Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:39:04.086Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "98e58ff4-6fad-4c70-91be-d344b953a829", "serviceDescription": "service", "serviceInvariantUUID": "8e8c9270-29cc-44e2-b9f1-8924ef0852e8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "91e67a71-7073-461b-9b5b-53d7594b17c2", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3b86d439-9524-46df-8081-8ef325868ca7", "resourceInvariantUUID": "2a2b72c7-9cda-472e-8491-c51822e0125b", "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": "Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e10da24-5e58-46ae-83e7-a91529888b0e" } ], "workloadContext": "Production" } 2023-03-23T14:39:04.086Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:39:04.087Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC 2023-03-23T14:39:04.087Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:40698359-543a-4c50-8f8e-beb234359e90 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:98e58ff4-6fad-4c70-91be-d344b953a829 ServiceInvariantUUID:8e8c9270-29cc-44e2-b9f1-8924ef0852e8 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:0e10da24-5e58-46ae-83e7-a91529888b0e ArtifactChecksum:Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:91e67a71-7073-461b-9b5b-53d7594b17c2 ResourceInvariantUUID:2a2b72c7-9cda-472e-8491-c51822e0125b ResourceName:test-pnf ResourceType:PNF ResourceUUID:3b86d439-9524-46df-8081-8ef325868ca7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:39:04.087Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:39:04.110Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:39:04.110Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:39:04.111Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:39:04.111Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:39:04.111Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:39:04.111Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:39:04.138Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:39:04.138Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@10fa8bb6 2023-03-23T14:39:04.139Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:39:04.139Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-23T14:39:04.139Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0e10da24-5e58-46ae-83e7-a91529888b0e Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:39:04.139Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:39:04.139Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is not found) 2023-03-23T14:39:04.139Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:39:04.139Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:04.139Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:04.139Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582344139, "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-23T14:39:05.140Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:0e10da24-5e58-46ae-83e7-a91529888b0e) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:39:05.177Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists 2023-03-23T14:39:05.177Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:39:05.177Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists) 2023-03-23T14:39:05.177Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:39:05.177Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:05.177Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:05.177Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582345177, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:39:06.178Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:39:06.178Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists) 2023-03-23T14:39:06.178Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:39:06.179Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:06.179Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:06.179Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582346178, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:39:07.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:39:07.198Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:39:07.200Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:39:07.200Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:39:07.200Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:39:07.200Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:39:07.200Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:39:07.200Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:39:07.200Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:39:07.201Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:39:07.201Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:39:07.206Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:39:37.206Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:39:37.218Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40698359-543a-4c50-8f8e-beb234359e90 and serviceModelVersionId: 98e58ff4-6fad-4c70-91be-d344b953a829 2023-03-23T14:39:37.218Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e8c9270-29cc-44e2-b9f1-8924ef0852e8 2023-03-23T14:39:37.218Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 2023-03-23T14:39:37.222Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:39:37.233Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||Invoke 2023-03-23T14:39:37.233Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4ecf42a-a1aa-43ff-bb67-d7e2fb38e587], X-ECOMP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-TransactionId=[], X-ONAP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], Content-Type=[application/merge-patch+json]} 2023-03-23T14:39:37.238Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:39:37.386Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:39:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[290952], x-aai-txid=[2-aai-resources-230323-14:39:35:402-52199], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:39:37.386Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:39:37.386Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||InvokeReturn 2023-03-23T14:39:37.387Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:39:37.387Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:39:37.403Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:39:37.404Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40698359-543a-4c50-8f8e-beb234359e90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:39:37.404Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:39:37.404Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:37.404Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:37.404Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582377404, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:39:38.421Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:39:38.421Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"e854ae11-ae3f-4d8f-a88a-1fbbc9e58766","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"aeba33bd-e3e5-4835-acd1-0c71dd9a7bec","serviceDescription":"service","serviceInvariantUUID":"e4d33f9e-91f6-490b-8695-18970cb067db","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a1a1e04-5501-44a7-a142-91d143a3b366","resourceInvariantUUID":"450c7e62-2077-4d5c-883a-b7df90325fc0","resourceCustomizationUUID":"dbd519a5-d33f-4ac5-979c-98d248931ed4","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":"NWMwYTgxZmU4Y2IzMzdmNWQ0MTVlNDk4MjU2YjlkYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e413cc6-8d46-4fb7-bbca-1192c860ee82","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":"434fdb8f-381d-4b97-a15b-b5a93cf09ea2","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":"db429dc3-10e4-4be9-9477-f692930ae9e7","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":"MDlkMTk2ZmNjNjg5MmQzZGIyNWM3Y2RhODRkZTc1M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6abf35e-6d0e-4f44-b7c1-88308233df4f","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":"54bbdb4b-8185-4b60-8f2d-148a83c48bf0","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":"b365966f-be2e-4703-b977-4436ef19efe5","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":"5f5a3958-59d8-425d-b585-580f621303d4","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":"ZTQ5OGMxYTFlODA5ZTQwNDI0NWI2MzIzN2UxZTMyM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47b80b8e-29bf-49d8-8840-00c162dcdebf","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d07b3e9-5961-4e62-8d98-91fdb263efdc","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:39:38.422Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:39:38.422Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:38.422Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:38.422Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:39:39.422Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:39:39.423Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:39.423Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:39.423Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:39:40.424Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:39:40.424Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:40.425Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:40.425Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:39:41.425Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:39:41.426Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:41.426Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:41.426Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:39:42.426Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:39:42.427Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:42.427Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:42.427Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:39:43.427Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:39:43.428Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:43.428Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:43.428Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:39:44.428Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:39:44.429Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:44.429Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:44.429Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:39:45.429Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:39:45.430Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:45.430Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:45.430Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:39:46.431Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:39:46.431Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:46.431Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:46.431Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:39:47.432Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "aeba33bd-e3e5-4835-acd1-0c71dd9a7bec", "serviceDescription": "service", "serviceInvariantUUID": "e4d33f9e-91f6-490b-8695-18970cb067db", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "dbd519a5-d33f-4ac5-979c-98d248931ed4", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2a1a1e04-5501-44a7-a142-91d143a3b366", "resourceInvariantUUID": "450c7e62-2077-4d5c-883a-b7df90325fc0", "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": "MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d07b3e9-5961-4e62-8d98-91fdb263efdc" } ], "workloadContext": "Production" } 2023-03-23T14:39:47.432Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:39:47.433Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ASDC 2023-03-23T14:39:47.435Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ServiceInvariantUUID:e4d33f9e-91f6-490b-8695-18970cb067db 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:3d07b3e9-5961-4e62-8d98-91fdb263efdc ArtifactChecksum:MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:dbd519a5-d33f-4ac5-979c-98d248931ed4 ResourceInvariantUUID:450c7e62-2077-4d5c-883a-b7df90325fc0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:2a1a1e04-5501-44a7-a142-91d143a3b366 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:39:47.435Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:39:47.463Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:39:47.463Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:39:47.463Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:39:47.463Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:39:47.464Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:39:47.464Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:39:47.485Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:39:47.485Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3e7c3096 2023-03-23T14:39:47.486Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:39:47.486Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-23T14:39:47.486Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3d07b3e9-5961-4e62-8d98-91fdb263efdc Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:39:47.486Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:39:47.486Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is not found) 2023-03-23T14:39:47.486Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:39:47.487Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:47.487Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:47.487Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582387486, "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-23T14:39:48.496Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:3d07b3e9-5961-4e62-8d98-91fdb263efdc) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:39:48.536Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||Csar with UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc already exists 2023-03-23T14:39:48.536Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:39:48.536Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc already exists) 2023-03-23T14:39:48.536Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:39:48.536Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:48.536Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:48.536Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582388536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:39:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:39:49.173Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version630: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version631: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-23T14:39:49.188Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:39:49.188Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:39:49.192Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=104, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:39:49.192Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 104: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:39:49.206Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=104, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:39:49.207Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:39:49.207Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:39:49.211Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:39:49.211Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:39:49.211Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:39:49.211Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4742, offsetEpoch=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-23T14:39:49.211Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:39:49.211Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:39:49.537Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:39:49.537Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 2a1a1e04-5501-44a7-a142-91d143a3b366 already exists) 2023-03-23T14:39:49.537Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:39:49.537Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:39:49.537Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:39:49.537Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582389537, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2a1a1e04-5501-44a7-a142-91d143a3b366 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:39:50.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582334051, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:39:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582344139, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582345177, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists" } 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582346178, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists" } 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582377404, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:39:50.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582387486, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582388536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc already exists" } 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582389537, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2a1a1e04-5501-44a7-a142-91d143a3b366 already exists" } 2023-03-23T14:39:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:39:50.538Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:39:50.549Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:39:50.551Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:39:50.551Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:39:50.551Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:39:50.552Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:39:50.552Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:39:50.552Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:39:50.552Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:39:50.552Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:39:50.552Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:39:50.558Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:40:20.559Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:40:20.567Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and serviceModelVersionId: aeba33bd-e3e5-4835-acd1-0c71dd9a7bec 2023-03-23T14:40:20.567Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4d33f9e-91f6-490b-8695-18970cb067db 2023-03-23T14:40:20.567Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 2023-03-23T14:40:20.573Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:40:20.585Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|INFO|500||Invoke 2023-03-23T14:40:20.585Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e854ae11-ae3f-4d8f-a88a-1fbbc9e58766], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eafed7fb-162d-441f-a36d-cc6e81b37ae8], X-ECOMP-RequestID=[e854ae11-ae3f-4d8f-a88a-1fbbc9e58766], X-TransactionId=[], X-ONAP-RequestID=[e854ae11-ae3f-4d8f-a88a-1fbbc9e58766], Content-Type=[application/merge-patch+json]} 2023-03-23T14:40:20.592Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:40:20.735Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:40:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[716896], x-aai-txid=[2-aai-resources-230323-14:40:18:756-95402], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:40:20.735Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:40:20.736Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|INFO|500||InvokeReturn 2023-03-23T14:40:20.737Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:40:20.737Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:40:20.747Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:40:20.747Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:40:20.747Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:40:20.747Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:40:20.747Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:40:20.747Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582420747, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:40:21.766Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-03-23T14:40:21.767Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"58f59170-a80c-45ab-9943-2f5e4ed723ec","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"762cb78e-c2e3-4429-819a-7c066103ca50","serviceDescription":"service","serviceInvariantUUID":"85c3989d-888d-4ea1-904b-bdb5c1256872","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a2bd7379-8e80-4e9e-bcc2-349768ad64c8","resourceInvariantUUID":"3f4be9b9-ce4a-4fe9-b28d-c1c70c30988c","resourceCustomizationUUID":"5b5dba29-c146-4dad-8b8f-f70f987c1a0c","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":"ZDNkMWU4ODNkYzYzMDg2MWNlZjY5MmM5ZmE4Y2Y1NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7520e0b-5391-4850-a375-c7e55fa1acae","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":"752fc0ca-b1b6-4ea8-baa1-08caee575260","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":"b09bad85-13ef-4d00-9dcf-2eb526e15aac","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":"MzQ0MGMyNzBiYjliYWNlNjRlZDgyMjZjMTdmNDdlYjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f6f9a111-a6d2-42bf-9ea7-3fc89bd7767a","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":"f8051312-a128-442c-beda-f1c719990648","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":"5eda7f6e-2cee-4be4-8ea8-bdac0d81c9c2","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":"57f697bb-6607-4c16-b4dd-9aeb0e5ca3af","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":"YjkxMTIxODQzODFkMDM1OTBjZDRkYmJhNDNjY2MxMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"432bdce4-4884-42cc-9e15-44cf396d6368","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDc4NGNjMmY3MWEyNDVmNDY4YjQxMWU3ZjE5ZDI2ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5af73286-709f-4fd0-b3b6-fdf675b4ca79","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:40:21.767Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:40:21.767Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:40:21.767Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:40:21.767Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:40:22.768Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:40:22.768Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:40:22.769Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:40:22.769Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:40:23.769Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:40:23.770Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:40:23.770Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:40:23.770Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:40:24.770Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:40:24.771Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:40:24.771Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:40:24.771Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:40:25.771Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:40:25.772Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:40:25.772Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:40:25.772Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:40:26.772Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:40:26.773Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:40:26.773Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:40:26.773Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:40:27.773Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:40:27.774Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:40:27.774Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:40:27.774Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:40:28.775Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:40:28.775Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:40:28.775Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:40:28.776Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "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-23T14:40:29.776Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:40:29.777Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:40:29.777Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:40:29.777Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:40:30.777Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "762cb78e-c2e3-4429-819a-7c066103ca50", "serviceDescription": "service", "serviceInvariantUUID": "85c3989d-888d-4ea1-904b-bdb5c1256872", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "5b5dba29-c146-4dad-8b8f-f70f987c1a0c", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a2bd7379-8e80-4e9e-bcc2-349768ad64c8", "resourceInvariantUUID": "3f4be9b9-ce4a-4fe9-b28d-c1c70c30988c", "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": "ZDc4NGNjMmY3MWEyNDVmNDY4YjQxMWU3ZjE5ZDI2ZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5af73286-709f-4fd0-b3b6-fdf675b4ca79" } ], "workloadContext": "Production" } 2023-03-23T14:40:30.778Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:40:30.778Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 762cb78e-c2e3-4429-819a-7c066103ca50 ASDC 2023-03-23T14:40:30.778Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:58f59170-a80c-45ab-9943-2f5e4ed723ec ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:762cb78e-c2e3-4429-819a-7c066103ca50 ServiceInvariantUUID:85c3989d-888d-4ea1-904b-bdb5c1256872 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:5af73286-709f-4fd0-b3b6-fdf675b4ca79 ArtifactChecksum:ZDc4NGNjMmY3MWEyNDVmNDY4YjQxMWU3ZjE5ZDI2ZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:5b5dba29-c146-4dad-8b8f-f70f987c1a0c ResourceInvariantUUID:3f4be9b9-ce4a-4fe9-b28d-c1c70c30988c ResourceName:test-pnf ResourceType:PNF ResourceUUID:a2bd7379-8e80-4e9e-bcc2-349768ad64c8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:40:30.778Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 762cb78e-c2e3-4429-819a-7c066103ca50 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:40:30.799Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:40:30.799Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:40:30.799Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-03-23T14:40:30.799Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5af73286-709f-4fd0-b3b6-fdf675b4ca79 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:40:30.799Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-03-23T14:40:30.799Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:40:30.819Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||GET Response Status 404 2023-03-23T14:40:30.819Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2b2314ed 2023-03-23T14:40:30.819Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:40:30.819Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||error from SDC is: { "requestError": { "serviceException": { "messageId": "SVC4503", "text": "Error: Requested \u0027%1\u0027 service was not found.", "variables": [ "TestPnfMacro" ] } } } 2023-03-23T14:40:30.819Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5af73286-709f-4fd0-b3b6-fdf675b4ca79 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:40:30.819Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:40:30.820Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is not found) 2023-03-23T14:40:30.820Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:40:30.820Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:40:30.820Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:40:30.820Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582430819, "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-23T14:40:31.820Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:5af73286-709f-4fd0-b3b6-fdf675b4ca79) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T14:40:31.840Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||error NSST process resource failure java.lang.NullPointerException: null at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:40:31.841Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: a2bd7379-8e80-4e9e-bcc2-349768ad64c8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-23T14:40:31.849Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||test-pnf 0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:40:31.867Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 a2bd7379-8e80-4e9e-bcc2-349768ad64c8 test-pnf 2023-03-23T14:40:31.867Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 762cb78e-c2e3-4429-819a-7c066103ca50 2023-03-23T14:40:31.867Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 762cb78e-c2e3-4429-819a-7c066103ca50 2023-03-23T14:40:31.867Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a2bd7379-8e80-4e9e-bcc2-349768ad64c8 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-23T14:40:31.874Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Exception : java.lang.NullPointerException: null at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$2da00d2a.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-23T14:40:31.885Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback java.lang.NullPointerException: null at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$2da00d2a.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-23T14:40:31.891Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf a2bd7379-8e80-4e9e-bcc2-349768ad64c8 0 ASDC deployResourceStructure 2023-03-23T14:40:31.892Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||Exception occurred org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback. at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$2da00d2a.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-23T14:40:31.892Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-03-23T14:40:31.892Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.) 2023-03-23T14:40:31.892Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:40:31.892Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:40:31.892Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:40:31.892Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582431892, "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-23T14:40:32.894Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58f59170-a80c-45ab-9943-2f5e4ed723ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:40:32.910Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58f59170-a80c-45ab-9943-2f5e4ed723ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:40:32.912Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:40:32.912Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:40:32.912Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:40:32.912Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:40:32.912Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:40:32.912Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:40:32.912Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:40:32.912Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-23T14:40:32.912Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-03-23T14:40:32.918Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:40:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:40:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:40:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582420747, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:40:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679581684357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582430819, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:40:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:40:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:40:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582431892, "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-23T14:40:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:41:02.918Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58f59170-a80c-45ab-9943-2f5e4ed723ec and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:41:02.926Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58f59170-a80c-45ab-9943-2f5e4ed723ec and serviceModelVersionId: 762cb78e-c2e3-4429-819a-7c066103ca50 2023-03-23T14:41:02.926Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85c3989d-888d-4ea1-904b-bdb5c1256872 2023-03-23T14:41:02.926Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0 2023-03-23T14:41:02.932Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:41:02.944Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|INFO|500||Invoke 2023-03-23T14:41:02.944Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58f59170-a80c-45ab-9943-2f5e4ed723ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[273ea5e0-36c7-4a55-b1a1-31e9b57ab066], X-ECOMP-RequestID=[58f59170-a80c-45ab-9943-2f5e4ed723ec], X-TransactionId=[], X-ONAP-RequestID=[58f59170-a80c-45ab-9943-2f5e4ed723ec], Content-Type=[application/merge-patch+json]} 2023-03-23T14:41:02.952Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T14:41:03.094Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:41:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[237712], x-aai-txid=[2-aai-resources-230323-14:41:01:114-15381], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:41:03.095Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:41:03.095Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|INFO|500||InvokeReturn 2023-03-23T14:41:03.096Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:41:03.097Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:41:03.105Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-03-23T14:41:03.105Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58f59170-a80c-45ab-9943-2f5e4ed723ec and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-23T14:41:03.106Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:41:03.106Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:41:03.106Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:41:03.106Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582463106, "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-23T14:41:04.126Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T14:41:04.127Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-23T14:41:04.128Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 0 disconnected. 2023-03-23T14:41:04.128Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 2 disconnected. 2023-03-23T14:41:04.129Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:41:04.129Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:41:04.129Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:41:04.130Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T14:41:04.131Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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=24, 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-23T14:41:04.133Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-9c24a4a7-ae58-4ebf-97a2-d3926760eafb 2023-03-23T14:41:04.133Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:41:04.133Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T14:41:04.560Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:07.582Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:10.590Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:13.599Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:16.614Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:19.626Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:22.635Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:25.644Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:28.654Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:31.664Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:34.676Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:37.685Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:40.694Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:43.703Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:46.712Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:41:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:41:49.188Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:41:49.189Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:41:49.194Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=105, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-9c24a4a7-ae58-4ebf-97a2-d3926760eafb', protocol='range'} 2023-03-23T14:41:49.195Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=105, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:41:49.200Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:41:49.200Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:41:49.200Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:41:49.200Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:41:49.200Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:41:49.200Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:41:49.200Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 105: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-9c24a4a7-ae58-4ebf-97a2-d3926760eafb=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:41:49.214Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=105, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-9c24a4a7-ae58-4ebf-97a2-d3926760eafb', protocol='range'} 2023-03-23T14:41:49.214Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=105, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:41:49.214Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:41:49.215Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:41:49.215Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:41:49.215Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:41:49.217Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:41:49.217Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:41:49.217Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:41:49.217Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4780, offsetEpoch=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-23T14:41:49.218Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:41:49.218Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:41:49.218Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:41:49.219Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:41:49.219Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:41:49.219Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:41:49.219Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:41:49.219Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=13, 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-23T14:41:50.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:41:50.234Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582463106, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-23T14:41:50.234Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:41:50.250Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T14:41:50.250Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:41:50.251Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:41:50.252Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:41:50.252Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:41:50.252Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:41:51.252Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:41:51.253Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:41:51.253Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:41:51.253Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:41:52.254Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:41:52.255Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:41:52.255Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:41:52.255Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:41:53.255Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:41:53.256Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:41:53.256Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:41:53.256Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:41:54.258Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:41:54.258Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:41:54.258Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:41:54.258Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:41:55.259Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:41:55.259Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:41:55.259Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:41:55.259Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:41:56.260Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:41:56.260Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:41:56.260Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:41:56.260Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:41:57.261Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T14:41:57.261Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:41:57.261Z|c25f32ce-0af1-42f7-94ea-8f86bb90b940|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T14:41:57.262Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:41:57.262Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:41:57.276Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:41:57.276Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:41:57.277Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:41:57.278Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T14:41:57.278Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:41:57.278Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T14:41:57.304Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T14:41:57.304Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@438a9210 2023-03-23T14:41:57.304Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:41:57.304Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|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": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T14:41:57.304Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:41:57.304Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T14:41:57.304Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T14:41:57.305Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:41:57.305Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:41:57.305Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:41:57.305Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582517304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:41:58.305Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|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-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T14:41:58.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|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-23T14:41:58.331Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:41:58.342Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T14:41:58.343Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T14:41:58.343Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T14:41:58.343Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:41:58.343Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T14:41:58.359Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T14:41:58.360Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4d102e15 2023-03-23T14:41:58.360Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:41:58.360Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|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": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T14:41:58.360Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:41:58.360Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T14:41:58.360Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T14:41:58.360Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:41:58.361Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:41:58.361Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:41:58.361Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582518360, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:41:59.362Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|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_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T14:41:59.362Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:41:59.378Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:41:59.381Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:41:59.381Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:42:29.382Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:42:29.398Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:42:29.401Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:42:29.402Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:42:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:42:49.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:42:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:42:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:42:59.402Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:42:59.419Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:42:59.421Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:42:59.422Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:43:29.422Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:43:29.436Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:43:29.439Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:43:29.439Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:43:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:43:49.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:43:49.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:43:49.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:43:49.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:43:49.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:43:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582517304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:43:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:43:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:43:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582518360, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:43:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:43:59.440Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:43:59.455Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:43:59.458Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:43:59.458Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:44:29.458Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:44:29.471Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:44:29.475Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:44:29.475Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:44:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:44:59.475Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:44:59.502Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:44:59.506Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:44:59.506Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:45:29.507Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:45:29.529Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:45:29.532Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:45:29.532Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:45:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:45:59.532Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:45:59.554Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:45:59.557Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:45:59.557Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:46:29.557Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:46:29.585Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:46:29.591Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:46:29.591Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:46:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:46:50.313Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:46:50.314Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-9c24a4a7-ae58-4ebf-97a2-d3926760eafb 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-23T14:46:50.314Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T14:46:50.314Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T14:46:52.820Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:46:52.834Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:46:52.834Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:46:52.838Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=106, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:46:52.838Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 106: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:46:52.852Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=106, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:46:52.852Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:46:52.853Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:46:52.855Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:46:52.855Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:46:52.855Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:46:52.855Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4790, offsetEpoch=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-23T14:46:52.856Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:46:52.856Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:46:59.591Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T14:46:59.592Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:46:59.604Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T14:46:59.604Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T14:46:59.605Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T14:46:59.611Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:46:59.622Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T14:46:59.623Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0ebac65e-01e5-48be-a1d2-ae061b94632a], X-ECOMP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-TransactionId=[], X-ONAP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], Content-Type=[application/merge-patch+json]} 2023-03-23T14:46:59.630Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T14:46:59.666Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 14:46:57 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[0-aai-resources-230323-14:46:57:792-16908], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:46:59.667Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?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/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T14:46:59.667Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T14:46:59.671Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:46:59.671Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T14:46:59.673Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:46:59.673Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T14:46:59.681Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|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-23T14:46:59.682Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:46:59.682Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T14:46:59.683Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:46:59.683Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:46:59.683Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582819682, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:46:59.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:46:59.702Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679582819682, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T14:46:59.703Z||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-23T14:47:00.712Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T14:47:00.712Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"cb9a0670-fdaa-4040-a746-0cec6c8479df","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e45fd639-5114-45d1-8f98-09296814703b","serviceDescription":"service","serviceInvariantUUID":"aea2f03e-4830-4f22-b445-64179a3c2e96","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"21654d5c-6d16-44b1-ad0c-32ccb7e1c047","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":"MzgzZjcxNDdkYTIwNjQyNWQxYjVhYjAzMmY1NjE1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"531d7c0d-fb6b-40c7-a592-63ed9bf18f6f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d361ab15-4d9e-4f87-a173-2592c49ee813","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:47:00.712Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:47:00.713Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:00.713Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:00.713Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:47:01.715Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:47:01.715Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:01.715Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:01.715Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:02.717Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e45fd639-5114-45d1-8f98-09296814703b", "serviceDescription": "service", "serviceInvariantUUID": "aea2f03e-4830-4f22-b445-64179a3c2e96", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "21654d5c-6d16-44b1-ad0c-32ccb7e1c047", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d361ab15-4d9e-4f87-a173-2592c49ee813" } ], "workloadContext": "Production" } 2023-03-23T14:47:02.717Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:47:02.717Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45fd639-5114-45d1-8f98-09296814703b ASDC 2023-03-23T14:47:02.718Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:cb9a0670-fdaa-4040-a746-0cec6c8479df ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e45fd639-5114-45d1-8f98-09296814703b ServiceInvariantUUID:aea2f03e-4830-4f22-b445-64179a3c2e96 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:d361ab15-4d9e-4f87-a173-2592c49ee813 ArtifactChecksum:ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-23T14:47:02.718Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45fd639-5114-45d1-8f98-09296814703b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:47:02.757Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:47:02.757Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:47:02.757Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:47:02.758Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T14:47:02.758Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:47:02.758Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T14:47:02.784Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T14:47:02.785Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5474ce65 2023-03-23T14:47:02.785Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:47:02.785Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T14:47:02.785Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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 d361ab15-4d9e-4f87-a173-2592c49ee813 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:47:02.785Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T14:47:02.785Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T14:47:02.786Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:47:02.786Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:02.786Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:02.786Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582822785, "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-23T14:47:03.786Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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:d361ab15-4d9e-4f87-a173-2592c49ee813) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:47:03.818Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||ERROR|500||Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists 2023-03-23T14:47:03.818Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T14:47:03.818Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists) 2023-03-23T14:47:03.818Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:47:03.818Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:03.818Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:03.818Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582823818, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:04.819Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T14:47:04.819Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-23T14:47:04.819Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:47:04.820Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:04.820Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:04.820Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582824819, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:05.820Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:47:05.841Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:47:05.844Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:47:05.844Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:47:05.844Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:47:05.844Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:47:05.844Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:47:05.844Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:47:05.844Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:47:05.844Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:47:05.844Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T14:47:05.856Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:47:35.856Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:47:35.868Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and serviceModelVersionId: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T14:47:35.868Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea2f03e-4830-4f22-b445-64179a3c2e96 2023-03-23T14:47:35.868Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 2023-03-23T14:47:35.875Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:47:35.896Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:47:35.897Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||Invoke 2023-03-23T14:47:35.907Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:47:36.059Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||InvokeReturn 2023-03-23T14:47:36.059Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:47:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[278568], x-aai-txid=[0-aai-resources-230323-14:47:34:069-90230], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:47:36.060Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:47:36.063Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:47:36.063Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T14:47:36.071Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T14:47:36.072Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb9a0670-fdaa-4040-a746-0cec6c8479df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:47:36.072Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:47:36.072Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:36.072Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:36.072Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582856072, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:47:37.117Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T14:47:37.117Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"52b59d89-63ea-4683-b920-7ca2a36b51cc","serviceName":"Demo_pNF_nNhaXs3XD4ZVVBsHuxA1","serviceVersion":"1.0","serviceUUID":"9dfe125f-b0af-458c-9072-fe2538a83f36","serviceDescription":"catalog service description","serviceInvariantUUID":"fb2dc051-de24-4766-9c47-994c8d5a0431","resources":[{"resourceInstanceName":"pNF f3c4dfd7-82d9 0","resourceName":"pNF f3c4dfd7-82d9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"874a0dc3-2f4c-46cb-8f84-8747b567f730","resourceInvariantUUID":"383a85a2-d7af-4c97-bc09-4b6581c8c9ef","resourceCustomizationUUID":"136aeb8c-5891-456d-a4bf-383ed78d0d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml","artifactChecksum":"ZmEwMzQwYmI3YTEzZmM5OTg0NjI1YWNmMjhhNmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b27ec1ed-5edb-4b3b-a795-9de5b034918c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf7b8044-e51d-495f-bc10-1c4e1bbe8e5d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0dd1941-bdee-43cb-9c6d-d92b577a8e26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml","artifactChecksum":"YWJhZGVmMDkzYTU3ODU0ZTYyMTM5ODM4MDc0MzkxZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d960d7-f59f-4895-9e7b-8d1e255fe83c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ed2b9da-b57f-4348-beba-0f4fa1e2c029","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85ab0328-16f6-4a47-8691-103fef1f16d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactChecksum":"MDg3Nzk5MTRiMThhNTljYTJkYWQxNjc5YzFkZWI5NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae48e3b-9444-44f7-9567-b3707c5b5795","artifactVersion":"1"},{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactChecksum":"YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be742e24-eea6-4edc-86bd-beedc8ec33f4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:47:37.117Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:47:37.117Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:37.117Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:37.117Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:38.118Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:47:38.118Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:38.118Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:38.119Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:39.119Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:47:39.120Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:39.120Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:39.120Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:40.120Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:47:40.121Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:40.121Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:40.121Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:41.121Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:47:41.121Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:41.121Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:41.121Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:42.124Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:47:42.124Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:42.125Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:42.125Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:43.125Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:47:43.125Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:43.125Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:43.125Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:44.130Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:47:44.130Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:44.130Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:44.130Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:45.131Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "serviceName": "Demo_pNF_nNhaXs3XD4ZVVBsHuxA1", "serviceVersion": "1.0", "serviceUUID": "9dfe125f-b0af-458c-9072-fe2538a83f36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fb2dc051-de24-4766-9c47-994c8d5a0431", "resources": [ { "resourceInstanceName": "pNF f3c4dfd7-82d9 0", "resourceCustomizationUUID": "136aeb8c-5891-456d-a4bf-383ed78d0d18", "resourceName": "pNF f3c4dfd7-82d9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "874a0dc3-2f4c-46cb-8f84-8747b567f730", "resourceInvariantUUID": "383a85a2-d7af-4c97-bc09-4b6581c8c9ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactChecksum": "YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be742e24-eea6-4edc-86bd-beedc8ec33f4" } ], "workloadContext": "Production" } 2023-03-23T14:47:45.131Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:47:45.131Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC 2023-03-23T14:47:45.132Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:52b59d89-63ea-4683-b920-7ca2a36b51cc ServiceName:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 ServiceVersion:1.0 ServiceUUID:9dfe125f-b0af-458c-9072-fe2538a83f36 ServiceInvariantUUID:fb2dc051-de24-4766-9c47-994c8d5a0431 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactUUID:be742e24-eea6-4edc-86bd-beedc8ec33f4 ArtifactChecksum:YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f3c4dfd7-82d9 0 ResourceCustomizationUUID:136aeb8c-5891-456d-a4bf-383ed78d0d18 ResourceInvariantUUID:383a85a2-d7af-4c97-bc09-4b6581c8c9ef ResourceName:pNF f3c4dfd7-82d9 ResourceType:PNF ResourceUUID:874a0dc3-2f4c-46cb-8f84-8747b567f730 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:47:45.132Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:47:45.177Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:47:45.177Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:47:45.177Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:47:45.178Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 from URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:45.178Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:47:45.178Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:45.504Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-23T14:47:45.506Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar be742e24-eea6-4edc-86bd-beedc8ec33f4 88024 2023-03-23T14:47:45.506Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T14:47:45.506Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:45.507Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:47:45.507Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:45.507Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:45.507Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582865506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:46.508Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:47:46.509Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:47:46.509Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4, URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar to file: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:46.509Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:46.509Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:46.509Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:46.580Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4013259001328851653/Definitions/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml 2023-03-23T14:47:47.198Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3c4dfd7-82d9 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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:47:47.199Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:47:47.200Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:47:47.201Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:47:47.201Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 Description:catalog service description Model UUID:9dfe125f-b0af-458c-9072-fe2538a83f36 Model Version:NULL Model InvariantUuid:fb2dc051-de24-4766-9c47-994c8d5a0431 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-23T14:47:47.240Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||ERROR|500||Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists 2023-03-23T14:47:47.240Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T14:47:47.240Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists) 2023-03-23T14:47:47.240Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:47:47.240Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:47.240Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:47.240Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582867240, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:48.241Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T14:47:48.241Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists) 2023-03-23T14:47:48.241Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:47:48.241Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:47:48.241Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:47:48.241Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582868241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:47:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:47:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:47:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582822785, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:47:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582823818, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } 2023-03-23T14:47:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582824819, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-23T14:47:49.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679582856072, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:47:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582865506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582867240, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582868241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } 2023-03-23T14:47:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:47:49.242Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:47:49.267Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:47:49.271Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:47:49.271Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:47:49.271Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:47:49.271Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:47:49.271Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:47:49.271Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:47:49.271Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:47:49.271Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:47:49.271Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-23T14:47:49.284Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:48:19.285Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:48:19.290Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and serviceModelVersionId: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T14:48:19.290Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb2dc051-de24-4766-9c47-994c8d5a0431 2023-03-23T14:48:19.291Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 2023-03-23T14:48:19.294Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:48:19.305Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:48:19.305Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||Invoke 2023-03-23T14:48:19.312Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:48:19.433Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||InvokeReturn 2023-03-23T14:48:19.434Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:48:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[290880], x-aai-txid=[0-aai-resources-230323-14:48:17:473-8012], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:48:19.434Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:48:19.435Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:48:19.435Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-23T14:48:19.438Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-23T14:48:19.438Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52b59d89-63ea-4683-b920-7ca2a36b51cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:48:19.438Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:48:19.438Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:48:19.438Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:48:19.438Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582899438, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:48:20.454Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T14:48:20.454Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ed92f4e-8831-4dae-9fc4-c913f13bfd2c","serviceDescription":"service","serviceInvariantUUID":"115c97a5-6a7d-42b4-b591-3979a0412d3b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fe72a46-0d46-46e5-8866-e7fce4f0a06a","resourceInvariantUUID":"6e27cd0c-c310-40ee-9850-c0f1e80de350","resourceCustomizationUUID":"5f375cfc-5f6b-4d90-9e43-a0c43c59ed43","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":"ZTgxNDk5MjBjNTBhOTMxMzI4NmQ4YTBiNmZkYTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c041d87-eb2c-4d84-9d4d-31212d4468c6","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":"MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d62f33-82cc-40ce-8b50-84f0f1a34ead","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":"8f92056e-cf8a-42b6-a1c2-a316e42d926a","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":"1cc09c01-2b85-48eb-b655-deed1d092c01","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":"57ae6deb-27f1-493a-ab0e-a34b5603044d","artifactVersion":"2","generatedFromUUID":"8f92056e-cf8a-42b6-a1c2-a316e42d926a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTczMjFiNDA3Y2M4YzM4ZTZkOGIyN2ZmNmQ3MzJmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba26974d-114e-45b4-a5fd-935e1103ec61","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc1bac0f-0922-46bc-b871-8dcfd7221db1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:48:20.454Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:48:20.454Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:48:20.454Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:48:20.454Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:48:21.455Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:48:21.455Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:48:21.455Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:48:21.455Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:48:22.456Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:48:22.456Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:48:22.456Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:48:22.456Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:48:23.457Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:48:23.457Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:48:23.457Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:48:23.457Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:48:24.457Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:48:24.458Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:48:24.458Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:48:24.458Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:48:25.458Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:48:25.458Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:48:25.458Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:48:25.458Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:48:26.459Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:48:26.459Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:48:26.459Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:48:26.460Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:48:27.460Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ed92f4e-8831-4dae-9fc4-c913f13bfd2c", "serviceDescription": "service", "serviceInvariantUUID": "115c97a5-6a7d-42b4-b591-3979a0412d3b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5f375cfc-5f6b-4d90-9e43-a0c43c59ed43", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3fe72a46-0d46-46e5-8866-e7fce4f0a06a", "resourceInvariantUUID": "6e27cd0c-c310-40ee-9850-c0f1e80de350", "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": "MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3d62f33-82cc-40ce-8b50-84f0f1a34ead", "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": "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "generatedFromUUID": "8f92056e-cf8a-42b6-a1c2-a316e42d926a" }, "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc1bac0f-0922-46bc-b871-8dcfd7221db1" } ], "workloadContext": "Production" } 2023-03-23T14:48:27.461Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:48:27.461Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC 2023-03-23T14:48:27.461Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ServiceInvariantUUID:115c97a5-6a7d-42b4-b591-3979a0412d3b 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:fc1bac0f-0922-46bc-b871-8dcfd7221db1 ArtifactChecksum:ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 ResourceInvariantUUID:6e27cd0c-c310-40ee-9850-c0f1e80de350 ResourceName:basic_vm ResourceType:VF ResourceUUID:3fe72a46-0d46-46e5-8866-e7fce4f0a06a 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:b3d62f33-82cc-40ce-8b50-84f0f1a34ead ArtifactChecksum:MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ= 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:8f92056e-cf8a-42b6-a1c2-a316e42d926a 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:57ae6deb-27f1-493a-ab0e-a34b5603044d 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:57ae6deb-27f1-493a-ab0e-a34b5603044d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:48:27.461Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:48:27.487Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:48:27.488Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:48:27.488Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:48:27.488Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T14:48:27.488Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:48:27.488Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-23T14:48:27.525Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T14:48:27.525Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@55cfd1fd 2023-03-23T14:48:27.525Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:48:27.526Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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": [ "BasicVm" ] } } } 2023-03-23T14:48:27.526Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fc1bac0f-0922-46bc-b871-8dcfd7221db1 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:48:27.526Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||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-23T14:48:27.526Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||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-23T14:48:27.526Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:48:27.526Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:48:27.526Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:48:27.526Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582907526, "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-23T14:48:28.527Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:fc1bac0f-0922-46bc-b871-8dcfd7221db1) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:48:28.543Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||ERROR|500||Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists 2023-03-23T14:48:28.544Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-23T14:48:28.544Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists) 2023-03-23T14:48:28.544Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:48:28.544Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:48:28.544Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:48:28.544Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582908544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:48:29.545Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-23T14:48:29.545Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists) 2023-03-23T14:48:29.545Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:48:29.546Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:48:29.546Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:48:29.546Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582909545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:48:30.548Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:48:30.560Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:48:30.562Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:48:30.562Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:48:30.562Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:48:30.562Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:48:30.562Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:48:30.562Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:48:30.562Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:48:30.562Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:48:30.563Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-23T14:48:30.568Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:48:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:48:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:48:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679582899438, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:48:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:48:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:48:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:48:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:48:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:48:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:48:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:48:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:48:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:48:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:48:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582907526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:48:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:48:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:48:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582908544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } 2023-03-23T14:48:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:48:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:48:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582909545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } 2023-03-23T14:48:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:00.569Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:49:00.573Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and serviceModelVersionId: 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c 2023-03-23T14:49:00.573Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 115c97a5-6a7d-42b4-b591-3979a0412d3b 2023-03-23T14:49:00.574Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 2023-03-23T14:49:00.578Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:49:00.596Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:49:00.599Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||Invoke 2023-03-23T14:49:00.606Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:49:00.767Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||InvokeReturn 2023-03-23T14:49:00.768Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:48:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[233680], x-aai-txid=[2-aai-resources-230323-14:48:58:768-55188], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:49:00.768Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:49:00.768Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:49:00.770Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-23T14:49:00.781Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-23T14:49:00.781Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:49:00.781Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:49:00.782Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:00.782Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:00.782Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582940781, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:49:01.804Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T14:49:01.804Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"4e3bccc0-8ad1-4022-86f4-d2d991531fa7","serviceName":"Demo_pNF_qmKu0IiQtL14aXlj0mwS","serviceVersion":"1.0","serviceUUID":"341816f4-b803-48c2-a119-f19f49c5bd1d","serviceDescription":"catalog service description","serviceInvariantUUID":"9e2cbbd4-72c1-4cb5-80ec-e27641a6346d","resources":[{"resourceInstanceName":"pNF 6d59ded1-c82a 0","resourceName":"pNF 6d59ded1-c82a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea1fcd1c-d846-49f4-b834-d17c91d4a50f","resourceInvariantUUID":"6162da41-54f1-4a9d-952d-ef60abf2c385","resourceCustomizationUUID":"133eb4b6-41ad-4583-ae08-82e55429d115","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml","artifactChecksum":"M2FmMTk5YTBlMDk2NzFiMjllZDc5OGI1MDgzNzI2NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0904a2-78b4-4ecb-9a70-2931bbb9c21b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec4d823e-c577-4b4c-8e5e-cb630f15820c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078d2cfc-8998-4bf7-a369-5e8ad54715f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE2NGIzNmJkODcwN2UxNGU3Yzc5OWJmMTM0N2NhZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25222fd2-e730-4168-abe9-a048b94cdd70","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fbe962c5-b706-4278-91e9-1d6dbe1e189e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f58b800-d52f-4763-8628-4e97323e3bba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactChecksum":"MWE4ZjMxN2Q2YmU5ZmY3ZDI0MWI2Zjc5ZTk2NTQ5ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f42cec2-76b3-42c0-ab97-708f567c534c","artifactVersion":"1"},{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactChecksum":"YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a56c270e-58ea-485c-8867-834e220b0cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:49:01.805Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:01.805Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:01.805Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:01.805Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:02.806Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:02.806Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:02.806Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:02.807Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:03.807Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:03.807Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:03.808Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:03.808Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:04.808Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:04.809Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:04.809Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:04.809Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:05.809Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:05.810Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:05.810Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:05.810Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:06.811Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:06.811Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:06.811Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:06.811Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:07.812Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:07.812Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:07.812Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:07.812Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:08.813Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:08.813Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:08.813Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:08.813Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:09.814Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "serviceName": "Demo_pNF_qmKu0IiQtL14aXlj0mwS", "serviceVersion": "1.0", "serviceUUID": "341816f4-b803-48c2-a119-f19f49c5bd1d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9e2cbbd4-72c1-4cb5-80ec-e27641a6346d", "resources": [ { "resourceInstanceName": "pNF 6d59ded1-c82a 0", "resourceCustomizationUUID": "133eb4b6-41ad-4583-ae08-82e55429d115", "resourceName": "pNF 6d59ded1-c82a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea1fcd1c-d846-49f4-b834-d17c91d4a50f", "resourceInvariantUUID": "6162da41-54f1-4a9d-952d-ef60abf2c385", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactChecksum": "YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a56c270e-58ea-485c-8867-834e220b0cd0" } ], "workloadContext": "Production" } 2023-03-23T14:49:09.814Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:49:09.814Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC 2023-03-23T14:49:09.815Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:4e3bccc0-8ad1-4022-86f4-d2d991531fa7 ServiceName:Demo_pNF_qmKu0IiQtL14aXlj0mwS ServiceVersion:1.0 ServiceUUID:341816f4-b803-48c2-a119-f19f49c5bd1d ServiceInvariantUUID:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactUUID:a56c270e-58ea-485c-8867-834e220b0cd0 ArtifactChecksum:YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d59ded1-c82a 0 ResourceCustomizationUUID:133eb4b6-41ad-4583-ae08-82e55429d115 ResourceInvariantUUID:6162da41-54f1-4a9d-952d-ef60abf2c385 ResourceName:pNF 6d59ded1-c82a ResourceType:PNF ResourceUUID:ea1fcd1c-d846-49f4-b834-d17c91d4a50f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:49:09.815Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:49:09.847Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:49:09.848Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:49:09.848Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:49:09.848Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0 from URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:09.848Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:49:09.849Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:10.182Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-23T14:49:10.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar a56c270e-58ea-485c-8867-834e220b0cd0 88008 2023-03-23T14:49:10.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T14:49:10.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:10.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:49:10.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:10.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:10.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582950185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:11.186Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:49:11.187Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:49:11.187Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0, URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar to file: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:11.187Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:11.188Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:11.188Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:11.301Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7512414516900975280/Definitions/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml 2023-03-23T14:49:11.920Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:49:11.920Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T14:49:11.920Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:11.920Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:49:11.920Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d59ded1-c82a 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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:11.920Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:11.920Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:11.920Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:11.920Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:11.920Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:11.921Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:11.922Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:11.922Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:11.922Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:11.922Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:11.922Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:11.922Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:11.922Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:11.922Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:11.922Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qmKu0IiQtL14aXlj0mwS Description:catalog service description Model UUID:341816f4-b803-48c2-a119-f19f49c5bd1d Model Version:NULL Model InvariantUuid:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 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-23T14:49:11.975Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||ERROR|500||Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists 2023-03-23T14:49:11.975Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T14:49:11.975Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists) 2023-03-23T14:49:11.975Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:49:11.975Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:11.975Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:11.975Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582951975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:12.976Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T14:49:12.976Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists) 2023-03-23T14:49:12.976Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:49:12.976Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:12.977Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:12.977Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582952976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:13.982Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:49:14.032Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:49:14.046Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:49:14.046Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:49:14.046Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:49:14.046Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:49:14.046Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:49:14.046Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:49:14.046Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:49:14.046Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:49:14.046Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-23T14:49:14.086Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:49:44.086Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:49:44.091Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and serviceModelVersionId: 341816f4-b803-48c2-a119-f19f49c5bd1d 2023-03-23T14:49:44.091Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 2023-03-23T14:49:44.092Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 2023-03-23T14:49:44.098Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:49:44.112Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||Invoke 2023-03-23T14:49:44.112Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e3bccc0-8ad1-4022-86f4-d2d991531fa7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd08fd77-0135-4dff-b1bd-a4dbcf70bde1], X-ECOMP-RequestID=[4e3bccc0-8ad1-4022-86f4-d2d991531fa7], X-TransactionId=[], X-ONAP-RequestID=[4e3bccc0-8ad1-4022-86f4-d2d991531fa7], Content-Type=[application/merge-patch+json]} 2023-03-23T14:49:44.118Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:49:44.271Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:49:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[647264], x-aai-txid=[2-aai-resources-230323-14:49:42:278-11853], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:49:44.271Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:49:44.272Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||InvokeReturn 2023-03-23T14:49:44.272Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:49:44.273Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-23T14:49:44.280Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-23T14:49:44.280Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:49:44.280Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:49:44.280Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:44.280Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:44.281Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582984280, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:49:45.303Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T14:49:45.303Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"eb1868dd-7bb4-4ba1-a9ef-373145db848d","serviceName":"Demo_pNF_pHxYVKghYIVeXvrjUC6W","serviceVersion":"1.0","serviceUUID":"74311808-79e5-4380-99af-4632cacfcb23","serviceDescription":"catalog service description","serviceInvariantUUID":"da95f872-9813-42b5-bf68-ed5422161feb","resources":[{"resourceInstanceName":"pNF d1fbb461-99b7 0","resourceName":"pNF d1fbb461-99b7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"340c1941-d3e9-4226-ac19-f57c4cf51179","resourceInvariantUUID":"5ce10c3c-bbcd-405e-a1b5-b469478cda74","resourceCustomizationUUID":"fb618d18-b805-4f0f-b435-556ef3e97d85","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml","artifactChecksum":"ZGE2OTg2YTJhM2Y1YTliYTYxYjFkOTM0Mzk4YTJlZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72bb70ef-3971-40bf-87b0-0548301b7faa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"100afad2-b565-4db5-81d9-f99f2fc5f662","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edd74bbe-7662-423d-831c-1326c5bc1b32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml","artifactChecksum":"Y2M3YzAyZGFlMTI4Yjc5MTJiODE1NzEyZTNlOWQxZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6cd9b0fb-9b61-4243-a070-0682195e341f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1de2baf6-265c-4841-8396-1f916435b6e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39edcd22-b0ec-40f4-8a4a-542ff7ede2c2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactChecksum":"NWNkYThkMDU2MGZjMGViMzM2NGFjZjA1MDkxNjgxNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"641d030b-db38-4daa-aa68-9698f243f0a8","artifactVersion":"1"},{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactChecksum":"ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bae75039-32d0-4ba8-ab06-41f1c7e6af02","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:49:45.304Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:45.304Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:45.304Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:45.304Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:46.305Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:46.305Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:46.305Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:46.305Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:47.306Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:47.306Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:47.307Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:47.307Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:48.307Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:48.307Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:48.308Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:48.308Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679582940781, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582950185, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582951975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582952976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679582984280, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:49:49.179Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:49:49.308Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:49.309Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:49.309Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:49.309Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:50.309Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:50.310Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:50.310Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:50.310Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:51.311Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:51.312Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:51.312Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:51.312Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:52.313Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:49:52.313Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:52.313Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:52.313Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:53.314Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "serviceName": "Demo_pNF_pHxYVKghYIVeXvrjUC6W", "serviceVersion": "1.0", "serviceUUID": "74311808-79e5-4380-99af-4632cacfcb23", "serviceDescription": "catalog service description", "serviceInvariantUUID": "da95f872-9813-42b5-bf68-ed5422161feb", "resources": [ { "resourceInstanceName": "pNF d1fbb461-99b7 0", "resourceCustomizationUUID": "fb618d18-b805-4f0f-b435-556ef3e97d85", "resourceName": "pNF d1fbb461-99b7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "340c1941-d3e9-4226-ac19-f57c4cf51179", "resourceInvariantUUID": "5ce10c3c-bbcd-405e-a1b5-b469478cda74", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactChecksum": "ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bae75039-32d0-4ba8-ab06-41f1c7e6af02" } ], "workloadContext": "Production" } 2023-03-23T14:49:53.315Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:49:53.315Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 74311808-79e5-4380-99af-4632cacfcb23 ASDC 2023-03-23T14:49:53.315Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:eb1868dd-7bb4-4ba1-a9ef-373145db848d ServiceName:Demo_pNF_pHxYVKghYIVeXvrjUC6W ServiceVersion:1.0 ServiceUUID:74311808-79e5-4380-99af-4632cacfcb23 ServiceInvariantUUID:da95f872-9813-42b5-bf68-ed5422161feb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactUUID:bae75039-32d0-4ba8-ab06-41f1c7e6af02 ArtifactChecksum:ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d1fbb461-99b7 0 ResourceCustomizationUUID:fb618d18-b805-4f0f-b435-556ef3e97d85 ResourceInvariantUUID:5ce10c3c-bbcd-405e-a1b5-b469478cda74 ResourceName:pNF d1fbb461-99b7 ResourceType:PNF ResourceUUID:340c1941-d3e9-4226-ac19-f57c4cf51179 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:49:53.315Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74311808-79e5-4380-99af-4632cacfcb23 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:49:53.342Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:49:53.342Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:49:53.342Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:49:53.343Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 from URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:53.343Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:49:53.343Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:53.639Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-23T14:49:53.641Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar bae75039-32d0-4ba8-ab06-41f1c7e6af02 88025 2023-03-23T14:49:53.641Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T14:49:53.641Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:53.641Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T14:49:53.641Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:53.641Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:53.641Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582993641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:54.642Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:49:54.642Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:49:54.643Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02, URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar to file: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:54.643Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:54.644Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:54.644Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:54.754Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14004868232182446543/Definitions/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml 2023-03-23T14:49:55.305Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T14:49:55.306Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T14:49:55.306Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:55.306Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T14:49:55.306Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:55.306Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:55.306Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1fbb461-99b7 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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:55.306Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:55.306Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:55.306Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:55.306Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T14:49:55.306Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T14:49:55.306Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T14:49:55.307Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T14:49:55.308Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_pHxYVKghYIVeXvrjUC6W Description:catalog service description Model UUID:74311808-79e5-4380-99af-4632cacfcb23 Model Version:NULL Model InvariantUuid:da95f872-9813-42b5-bf68-ed5422161feb 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-23T14:49:55.342Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||ERROR|500||Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists 2023-03-23T14:49:55.343Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T14:49:55.343Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists) 2023-03-23T14:49:55.343Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:49:55.343Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:55.343Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:55.343Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582995343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:56.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T14:49:56.345Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists) 2023-03-23T14:49:56.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:49:56.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:49:56.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:49:56.346Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582996345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:49:57.347Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:49:57.358Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:49:57.359Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:49:57.360Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:49:57.360Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:49:57.360Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:49:57.360Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:49:57.360Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:49:57.360Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:49:57.360Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:49:57.360Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-23T14:49:57.363Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:50:27.364Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:50:27.366Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and serviceModelVersionId: 74311808-79e5-4380-99af-4632cacfcb23 2023-03-23T14:50:27.366Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da95f872-9813-42b5-bf68-ed5422161feb 2023-03-23T14:50:27.367Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 2023-03-23T14:50:27.370Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:50:27.380Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:50:27.381Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||Invoke 2023-03-23T14:50:27.389Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:50:27.513Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||InvokeReturn 2023-03-23T14:50:27.515Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:50:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[119], vertex-id=[282760], x-aai-txid=[1-aai-resources-230323-14:50:25:552-26429], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:50:27.516Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:50:27.517Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:50:27.517Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-23T14:50:27.526Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-23T14:50:27.526Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb1868dd-7bb4-4ba1-a9ef-373145db848d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:50:27.526Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:50:27.527Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:27.527Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:27.527Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583027526, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:50:28.540Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T14:50:28.541Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"4728c90c-52d9-4976-a0bc-e8a7fe12e2ec","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1b4600dd-fe59-4506-baf6-ead4f27719b5","serviceDescription":"service","serviceInvariantUUID":"55bd29ae-4f90-43c1-b5b3-b0be8bca6573","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f","resourceInvariantUUID":"7641635d-b469-4196-b44a-501d66e2e4ea","resourceCustomizationUUID":"ad2c6752-a967-4c03-a1ad-7d0bc9416167","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":"YjQyZjk3ZTNhOThlN2VlMGYwYzk4OWU5YWZkNzkyNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f07bf3f-d075-4518-8a6d-80b0a410251f","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":"OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61e68242-5134-44b0-8a25-c4898f994284","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":"bf063fe8-58d7-42b9-8083-715116e43845","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":"e365c34c-7674-4f6f-978f-efc59a9ed64a","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":"f10c145e-3751-45fa-9349-f55d5408727c","artifactVersion":"2","generatedFromUUID":"46441173-75ed-4253-a744-db24a703f0cc"},{"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":"1d944166-2285-41aa-a799-c43608e4377c","artifactVersion":"2","generatedFromUUID":"bf063fe8-58d7-42b9-8083-715116e43845"},{"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":"46441173-75ed-4253-a744-db24a703f0cc","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":"f2d3c315-b11a-409d-b941-fa3617d47aae","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":"MTE1NDQ4ZDc4NDgyYTFkZDM2OWRhY2U2ZTk0ZTIyNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9733096-033e-4d69-9a49-4d906610e91e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49915f74-047d-460a-9f8b-1b76125fe0de","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:50:28.541Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:50:28.541Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:28.541Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:28.541Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:50:29.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:50:29.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:29.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:29.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:50:30.543Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:50:30.543Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:30.543Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:30.543Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:50:31.543Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:50:31.544Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:31.544Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:31.544Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:50:32.545Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:50:32.545Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:32.545Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:32.545Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:50:33.546Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:50:33.546Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:33.546Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:33.546Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:50:34.547Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:50:34.547Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:34.547Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:34.547Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:50:35.547Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:50:35.548Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:35.548Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:35.548Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:50:36.548Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:50:36.549Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:36.549Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:36.549Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:50:37.550Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:50:37.550Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:37.550Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:37.550Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:50:38.553Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1b4600dd-fe59-4506-baf6-ead4f27719b5", "serviceDescription": "service", "serviceInvariantUUID": "55bd29ae-4f90-43c1-b5b3-b0be8bca6573", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "ad2c6752-a967-4c03-a1ad-7d0bc9416167", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f", "resourceInvariantUUID": "7641635d-b469-4196-b44a-501d66e2e4ea", "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": "OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61e68242-5134-44b0-8a25-c4898f994284", "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": "bf063fe8-58d7-42b9-8083-715116e43845", "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": "1d944166-2285-41aa-a799-c43608e4377c", "generatedFromUUID": "bf063fe8-58d7-42b9-8083-715116e43845" }, "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": "f10c145e-3751-45fa-9349-f55d5408727c", "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": "1d944166-2285-41aa-a799-c43608e4377c", "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": "46441173-75ed-4253-a744-db24a703f0cc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "49915f74-047d-460a-9f8b-1b76125fe0de" } ], "workloadContext": "Production" } 2023-03-23T14:50:38.553Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:50:38.553Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC 2023-03-23T14:50:38.554Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:4728c90c-52d9-4976-a0bc-e8a7fe12e2ec ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1b4600dd-fe59-4506-baf6-ead4f27719b5 ServiceInvariantUUID:55bd29ae-4f90-43c1-b5b3-b0be8bca6573 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:49915f74-047d-460a-9f8b-1b76125fe0de ArtifactChecksum:YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:ad2c6752-a967-4c03-a1ad-7d0bc9416167 ResourceInvariantUUID:7641635d-b469-4196-b44a-501d66e2e4ea ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f 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:61e68242-5134-44b0-8a25-c4898f994284 ArtifactChecksum:OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ= 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:bf063fe8-58d7-42b9-8083-715116e43845 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:1d944166-2285-41aa-a799-c43608e4377c 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:f10c145e-3751-45fa-9349-f55d5408727c 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:1d944166-2285-41aa-a799-c43608e4377c 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:46441173-75ed-4253-a744-db24a703f0cc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:50:38.554Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:50:38.597Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:50:38.598Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:50:38.598Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:50:38.598Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 49915f74-047d-460a-9f8b-1b76125fe0de from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T14:50:38.598Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:50:38.598Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T14:50:38.634Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T14:50:38.634Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@32c07656 2023-03-23T14:50:38.634Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:50:38.634Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|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": [ "BasicCnfMacro" ] } } } 2023-03-23T14:50:38.635Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 49915f74-047d-460a-9f8b-1b76125fe0de Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:50:38.635Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||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-23T14:50:38.635Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||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-23T14:50:38.635Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:50:38.635Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:38.635Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:38.635Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583038635, "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-23T14:50:39.636Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|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-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:49915f74-047d-460a-9f8b-1b76125fe0de) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:50:39.682Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||ERROR|500||Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists 2023-03-23T14:50:39.682Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||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-23T14:50:39.682Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||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: 49915f74-047d-460a-9f8b-1b76125fe0de already exists) 2023-03-23T14:50:39.682Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:50:39.682Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:39.682Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:39.682Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583039682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:50:40.683Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||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-23T14:50:40.683Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||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: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists) 2023-03-23T14:50:40.683Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:50:40.683Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:50:40.684Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:50:40.684Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583040683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:50:41.684Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:50:41.712Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:50:41.719Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:50:41.720Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:50:41.720Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:50:41.720Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:50:41.720Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:50:41.720Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:50:41.720Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:50:41.720Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:50:41.720Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|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-23T14:50:41.737Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:50:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:50:49.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:50:49.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:50:49.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:11.738Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:51:11.751Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and serviceModelVersionId: 1b4600dd-fe59-4506-baf6-ead4f27719b5 2023-03-23T14:51:11.751Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55bd29ae-4f90-43c1-b5b3-b0be8bca6573 2023-03-23T14:51:11.751Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 2023-03-23T14:51:11.756Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:51:11.768Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|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/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T14:51:11.768Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||Invoke 2023-03-23T14:51:11.776Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:51:11.933Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0|INFO|500||InvokeReturn 2023-03-23T14:51:11.935Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|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/55bd29ae-4f90-43c1-b5b3-b0be8bca6573/model-vers/model-ver/1b4600dd-fe59-4506-baf6-ead4f27719b5?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:51:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[376888], x-aai-txid=[2-aai-resources-230323-14:51:09:936-9869], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:51:11.936Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:51:11.937Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:51:11.938Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|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-23T14:51:11.945Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|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-23T14:51:11.945Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:51:11.945Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:51:11.946Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:11.946Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:11.946Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583071945, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:51:12.975Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T14:51:12.975Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"8a75e09b-0672-4b8f-8480-8d9afbb54cb3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"99e8fd40-7a66-4d28-9695-b786c986bf94","serviceDescription":"service","serviceInvariantUUID":"e2ff2e6f-e1b2-4caa-a71c-33793763c749","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2fa16e7b-c45f-41bf-b922-74ffe18edada","resourceInvariantUUID":"47774d5e-7c3e-4537-ab81-1d814930dba0","resourceCustomizationUUID":"a62c265d-7164-43af-8645-482167f456c9","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":"MDc3YzcwNzJmMDI4YzJiMGIxMTQyMDA3M2RmODVjZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3fbfbfb-a1e5-4448-a00e-e0829d14554f","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":"NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e15a011-b20f-4c23-b94b-9042f21695c8","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":"f699ba35-8ec7-415e-a0f3-01827cd64410","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":"a0f081f1-3679-4cbd-bc4d-ad897d54c0f4","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":"92e51b8c-657f-4f82-85fa-cc074aa86873","artifactVersion":"2","generatedFromUUID":"f699ba35-8ec7-415e-a0f3-01827cd64410"},{"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":"OWQ1MWMzOGZjMDJlOWU4MTEyNzJjMjVhMzVkZDY3NzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"929007d7-af73-48dd-8fa7-ec7cf924bb03","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":"Zjk2MWMwZWU2MWIyNWE3NjRiNmI4MzY4YzhlYzM0YjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7f17690-b53d-4bcb-af4e-54f7c827c8c7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45749d9b-1023-46ce-89d4-a30395ff33d7","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:51:12.975Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:51:12.976Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:12.976Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:12.976Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:51:13.977Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:51:13.977Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:13.977Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:13.977Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:51:14.978Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:51:14.978Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:14.978Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:14.978Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:51:15.979Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:51:15.979Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:15.979Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:15.980Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:51:16.980Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:51:16.981Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:16.981Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:16.981Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:51:17.982Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:51:17.982Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:17.982Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:17.982Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:51:18.983Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:51:18.983Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:18.983Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:18.983Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:51:19.984Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:51:19.984Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:19.984Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:19.985Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:51:20.985Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "99e8fd40-7a66-4d28-9695-b786c986bf94", "serviceDescription": "service", "serviceInvariantUUID": "e2ff2e6f-e1b2-4caa-a71c-33793763c749", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "a62c265d-7164-43af-8645-482167f456c9", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2fa16e7b-c45f-41bf-b922-74ffe18edada", "resourceInvariantUUID": "47774d5e-7c3e-4537-ab81-1d814930dba0", "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": "NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e15a011-b20f-4c23-b94b-9042f21695c8", "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": "f699ba35-8ec7-415e-a0f3-01827cd64410", "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "generatedFromUUID": "f699ba35-8ec7-415e-a0f3-01827cd64410" }, "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": "92e51b8c-657f-4f82-85fa-cc074aa86873", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45749d9b-1023-46ce-89d4-a30395ff33d7" } ], "workloadContext": "Production" } 2023-03-23T14:51:20.986Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:51:20.986Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC 2023-03-23T14:51:20.987Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:8a75e09b-0672-4b8f-8480-8d9afbb54cb3 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:99e8fd40-7a66-4d28-9695-b786c986bf94 ServiceInvariantUUID:e2ff2e6f-e1b2-4caa-a71c-33793763c749 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:45749d9b-1023-46ce-89d4-a30395ff33d7 ArtifactChecksum:NWU0ODA4MTFhYmY5N2JiNmEzMjg5ZWUzNzBiYTBiM2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:a62c265d-7164-43af-8645-482167f456c9 ResourceInvariantUUID:47774d5e-7c3e-4537-ab81-1d814930dba0 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:2fa16e7b-c45f-41bf-b922-74ffe18edada 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:8e15a011-b20f-4c23-b94b-9042f21695c8 ArtifactChecksum:NzI1ZDhlZjc2OWMxZGRmZTUxMDhiZDE1MjM0NTIzZDU= 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:f699ba35-8ec7-415e-a0f3-01827cd64410 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:92e51b8c-657f-4f82-85fa-cc074aa86873 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:92e51b8c-657f-4f82-85fa-cc074aa86873 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:51:20.987Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99e8fd40-7a66-4d28-9695-b786c986bf94 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:51:21.034Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:51:21.035Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:51:21.035Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:51:21.035Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T14:51:21.035Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:51:21.035Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-03-23T14:51:21.058Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T14:51:21.058Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@38a56976 2023-03-23T14:51:21.058Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:51:21.058Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|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": [ "BasicVmMacro" ] } } } 2023-03-23T14:51:21.058Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 45749d9b-1023-46ce-89d4-a30395ff33d7 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:51:21.058Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||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-23T14:51:21.058Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||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-23T14:51:21.058Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:51:21.058Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:21.058Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:21.058Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679583081058, "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-23T14:51:22.059Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:45749d9b-1023-46ce-89d4-a30395ff33d7) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:51:22.097Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||ERROR|500||Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists 2023-03-23T14:51:22.098Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||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-23T14:51:22.098Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||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: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists) 2023-03-23T14:51:22.098Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:51:22.098Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:22.098Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:22.098Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679583082098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:51:23.099Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||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-23T14:51:23.099Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||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: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists) 2023-03-23T14:51:23.099Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:51:23.099Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:23.099Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:23.099Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679583083099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:51:24.100Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:51:24.129Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:51:24.137Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:51:24.138Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:51:24.138Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:51:24.138Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:51:24.138Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:51:24.138Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:51:24.138Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:51:24.138Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:51:24.139Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|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-23T14:51:24.152Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:51:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:51:49.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.173Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:51:49.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582993641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582995343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679582996345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583027526, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:51:49.175Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:51:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583038635, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:51:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583039682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists" } 2023-03-23T14:51:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:49.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:51:49.177Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583040683, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists" } 2023-03-23T14:51:49.177Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:51:54.152Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:51:54.167Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and serviceModelVersionId: 99e8fd40-7a66-4d28-9695-b786c986bf94 2023-03-23T14:51:54.167Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2ff2e6f-e1b2-4caa-a71c-33793763c749 2023-03-23T14:51:54.168Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 2023-03-23T14:51:54.175Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:51:54.191Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||Invoke 2023-03-23T14:51:54.192Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[392c6f70-daaf-42b0-a0c6-357670014347], X-ECOMP-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], X-TransactionId=[], X-ONAP-RequestID=[8a75e09b-0672-4b8f-8480-8d9afbb54cb3], Content-Type=[application/merge-patch+json]} 2023-03-23T14:51:54.197Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:51:54.344Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:51:52 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[340032], x-aai-txid=[1-aai-resources-230323-14:51:52:358-91972], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:51:54.344Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:51:54.346Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e2ff2e6f-e1b2-4caa-a71c-33793763c749/model-vers/model-ver/99e8fd40-7a66-4d28-9695-b786c986bf94?depth=0|INFO|500||InvokeReturn 2023-03-23T14:51:54.346Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:51:54.347Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|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-23T14:51:54.358Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|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-23T14:51:54.359Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a75e09b-0672-4b8f-8480-8d9afbb54cb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:51:54.359Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:51:54.359Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:54.359Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:54.359Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679583114359, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:51:55.393Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T14:51:55.393Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"40698359-543a-4c50-8f8e-beb234359e90","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"98e58ff4-6fad-4c70-91be-d344b953a829","serviceDescription":"service","serviceInvariantUUID":"8e8c9270-29cc-44e2-b9f1-8924ef0852e8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3b86d439-9524-46df-8081-8ef325868ca7","resourceInvariantUUID":"2a2b72c7-9cda-472e-8491-c51822e0125b","resourceCustomizationUUID":"91e67a71-7073-461b-9b5b-53d7594b17c2","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":"NWUzOGNiZWI2NjhjYjY2ODBiMDcxNmFkZjRlM2VlMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2580bc3e-6b2e-47df-9d97-5c3ad32316aa","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":"e4c641e2-1546-4808-aca1-71f5979b1dfd","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":"cbfb905e-cc25-47e9-8277-68b17cc21378","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":"OWQyYmY1NmVkZjhhOWQwZDE3ZTljOWMyNjFlYWQ2Y2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0ea17e1e-26d3-4a37-b776-79f836999a33","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":"6f87bf03-741b-4ee7-ad3b-54e371025d8f","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":"aec8bb80-751d-4e97-9003-7fc42c9553f7","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":"a9b9092f-9fa7-450c-af92-e910775adcbe","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":"YzZlYjEzMDFmNzAxMTczMDYzNjQ1MzIzYWViMTE4MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70449544-8692-4c44-9aaf-2759537f6516","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e10da24-5e58-46ae-83e7-a91529888b0e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:51:55.394Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:51:55.394Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:55.394Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:55.394Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:51:56.395Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:51:56.396Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:56.396Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:56.396Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:51:57.396Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:51:57.397Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:57.397Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:57.397Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:51:58.398Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:51:58.399Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:58.399Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:58.399Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:51:59.400Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:51:59.400Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:51:59.400Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:51:59.401Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:52:00.401Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:52:00.401Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:00.401Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:00.401Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:52:01.402Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:52:01.402Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:01.403Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:01.403Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:52:02.403Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:52:02.404Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:02.404Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:02.404Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:52:03.405Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:52:03.405Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:03.405Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:03.406Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:52:04.407Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "98e58ff4-6fad-4c70-91be-d344b953a829", "serviceDescription": "service", "serviceInvariantUUID": "8e8c9270-29cc-44e2-b9f1-8924ef0852e8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "91e67a71-7073-461b-9b5b-53d7594b17c2", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3b86d439-9524-46df-8081-8ef325868ca7", "resourceInvariantUUID": "2a2b72c7-9cda-472e-8491-c51822e0125b", "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": "Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0e10da24-5e58-46ae-83e7-a91529888b0e" } ], "workloadContext": "Production" } 2023-03-23T14:52:04.407Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:52:04.407Z|8a75e09b-0672-4b8f-8480-8d9afbb54cb3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC 2023-03-23T14:52:04.408Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:40698359-543a-4c50-8f8e-beb234359e90 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:98e58ff4-6fad-4c70-91be-d344b953a829 ServiceInvariantUUID:8e8c9270-29cc-44e2-b9f1-8924ef0852e8 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:0e10da24-5e58-46ae-83e7-a91529888b0e ArtifactChecksum:Yzc2MjNlNzA5NTQ3ZjQ5MzBiOTFjYTQ1NmFiYzAzY2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:91e67a71-7073-461b-9b5b-53d7594b17c2 ResourceInvariantUUID:2a2b72c7-9cda-472e-8491-c51822e0125b ResourceName:test-pnf ResourceType:PNF ResourceUUID:3b86d439-9524-46df-8081-8ef325868ca7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:52:04.408Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 98e58ff4-6fad-4c70-91be-d344b953a829 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:52:04.457Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:52:04.458Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:52:04.458Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:52:04.458Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:52:04.458Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:52:04.458Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:52:04.481Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T14:52:04.481Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@129f65ee 2023-03-23T14:52:04.481Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:52:04.481Z|40698359-543a-4c50-8f8e-beb234359e90|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": [ "TestPnfMacro" ] } } } 2023-03-23T14:52:04.482Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0e10da24-5e58-46ae-83e7-a91529888b0e Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:52:04.482Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||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-23T14:52:04.482Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||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-23T14:52:04.482Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:52:04.482Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:04.482Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:04.482Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679583124482, "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-23T14:52:05.483Z|40698359-543a-4c50-8f8e-beb234359e90|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:0e10da24-5e58-46ae-83e7-a91529888b0e) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:52:05.531Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||ERROR|500||Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists 2023-03-23T14:52:05.532Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||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-23T14:52:05.532Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||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: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists) 2023-03-23T14:52:05.532Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:52:05.533Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:05.533Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:05.533Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679583125532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:52:06.534Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||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-23T14:52:06.534Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||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: 3b86d439-9524-46df-8081-8ef325868ca7 already exists) 2023-03-23T14:52:06.534Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:52:06.534Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:06.534Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:06.534Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679583126534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:52:07.535Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:52:07.553Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:52:07.557Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:52:07.557Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:52:07.557Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:52:07.557Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:52:07.557Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:52:07.557Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:52:07.557Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:52:07.557Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:52:07.557Z|40698359-543a-4c50-8f8e-beb234359e90|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-23T14:52:07.566Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:52:37.566Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40698359-543a-4c50-8f8e-beb234359e90 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:52:37.578Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40698359-543a-4c50-8f8e-beb234359e90 and serviceModelVersionId: 98e58ff4-6fad-4c70-91be-d344b953a829 2023-03-23T14:52:37.578Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e8c9270-29cc-44e2-b9f1-8924ef0852e8 2023-03-23T14:52:37.578Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 2023-03-23T14:52:37.583Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:52:37.600Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||Invoke 2023-03-23T14:52:37.600Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3548affc-4a8e-43c4-9395-ef6baaf7132a], X-ECOMP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], X-TransactionId=[], X-ONAP-RequestID=[40698359-543a-4c50-8f8e-beb234359e90], Content-Type=[application/merge-patch+json]} 2023-03-23T14:52:37.610Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:52:37.756Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:52:35 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[290952], x-aai-txid=[0-aai-resources-230323-14:52:35:771-5606], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:52:37.756Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:52:37.756Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8e8c9270-29cc-44e2-b9f1-8924ef0852e8/model-vers/model-ver/98e58ff4-6fad-4c70-91be-d344b953a829?depth=0|INFO|500||InvokeReturn 2023-03-23T14:52:37.756Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:52:37.756Z|40698359-543a-4c50-8f8e-beb234359e90|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-23T14:52:37.767Z|40698359-543a-4c50-8f8e-beb234359e90|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-23T14:52:37.767Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40698359-543a-4c50-8f8e-beb234359e90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:52:37.767Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:52:37.767Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:37.767Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:37.767Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679583157767, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:52:38.799Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T14:52:38.799Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"e854ae11-ae3f-4d8f-a88a-1fbbc9e58766","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"aeba33bd-e3e5-4835-acd1-0c71dd9a7bec","serviceDescription":"service","serviceInvariantUUID":"e4d33f9e-91f6-490b-8695-18970cb067db","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a1a1e04-5501-44a7-a142-91d143a3b366","resourceInvariantUUID":"450c7e62-2077-4d5c-883a-b7df90325fc0","resourceCustomizationUUID":"dbd519a5-d33f-4ac5-979c-98d248931ed4","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":"NWMwYTgxZmU4Y2IzMzdmNWQ0MTVlNDk4MjU2YjlkYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e413cc6-8d46-4fb7-bbca-1192c860ee82","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":"434fdb8f-381d-4b97-a15b-b5a93cf09ea2","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":"db429dc3-10e4-4be9-9477-f692930ae9e7","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":"MDlkMTk2ZmNjNjg5MmQzZGIyNWM3Y2RhODRkZTc1M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6abf35e-6d0e-4f44-b7c1-88308233df4f","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":"54bbdb4b-8185-4b60-8f2d-148a83c48bf0","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":"b365966f-be2e-4703-b977-4436ef19efe5","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":"5f5a3958-59d8-425d-b585-580f621303d4","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":"ZTQ5OGMxYTFlODA5ZTQwNDI0NWI2MzIzN2UxZTMyM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47b80b8e-29bf-49d8-8840-00c162dcdebf","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d07b3e9-5961-4e62-8d98-91fdb263efdc","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:52:38.799Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:52:38.799Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:38.799Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:38.800Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:52:39.800Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:52:39.800Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:39.800Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:39.801Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:52:40.801Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:52:40.802Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:40.802Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:40.802Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:52:41.802Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:52:41.803Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:41.803Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:41.803Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:52:42.803Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:52:42.804Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:42.804Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:42.804Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:52:43.804Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:52:43.804Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:43.804Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:43.804Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:52:44.805Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:52:44.805Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:44.805Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:44.806Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:52:45.806Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:52:45.806Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:45.806Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:45.807Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:52:46.807Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:52:46.807Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:46.808Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:46.808Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:52:47.809Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "aeba33bd-e3e5-4835-acd1-0c71dd9a7bec", "serviceDescription": "service", "serviceInvariantUUID": "e4d33f9e-91f6-490b-8695-18970cb067db", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "dbd519a5-d33f-4ac5-979c-98d248931ed4", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2a1a1e04-5501-44a7-a142-91d143a3b366", "resourceInvariantUUID": "450c7e62-2077-4d5c-883a-b7df90325fc0", "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": "MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d07b3e9-5961-4e62-8d98-91fdb263efdc" } ], "workloadContext": "Production" } 2023-03-23T14:52:47.809Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:52:47.809Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ASDC 2023-03-23T14:52:47.810Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ServiceInvariantUUID:e4d33f9e-91f6-490b-8695-18970cb067db 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:3d07b3e9-5961-4e62-8d98-91fdb263efdc ArtifactChecksum:MmI3OWM1M2IyYmM4MjIyZGM2YjcxMTNhOGY0YTM3YmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:dbd519a5-d33f-4ac5-979c-98d248931ed4 ResourceInvariantUUID:450c7e62-2077-4d5c-883a-b7df90325fc0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:2a1a1e04-5501-44a7-a142-91d143a3b366 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:52:47.810Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aeba33bd-e3e5-4835-acd1-0c71dd9a7bec ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:52:47.849Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:52:47.849Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:52:47.849Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:52:47.849Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:52:47.849Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:52:47.850Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:52:47.866Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T14:52:47.866Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@449b4944 2023-03-23T14:52:47.867Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:52:47.867Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|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": [ "TestPnfMacro" ] } } } 2023-03-23T14:52:47.867Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3d07b3e9-5961-4e62-8d98-91fdb263efdc Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:52:47.867Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||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-23T14:52:47.867Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||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-23T14:52:47.867Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:52:47.867Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:47.867Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:47.868Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679583167867, "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-23T14:52:48.868Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:3d07b3e9-5961-4e62-8d98-91fdb263efdc) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T14:52:48.922Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||ERROR|500||Csar with UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc already exists 2023-03-23T14:52:48.923Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||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-23T14:52:48.923Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||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: 3d07b3e9-5961-4e62-8d98-91fdb263efdc already exists) 2023-03-23T14:52:48.923Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:52:48.923Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:48.923Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:48.923Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679583168923, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:52:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:52:49.172Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: cached metadata has changed from (version633: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version634: {SDC-DISTR-STATUS-TOPIC-AUTO=6}) 2023-03-23T14:52:49.186Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:52:49.186Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:52:49.191Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=107, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:52:49.191Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 107: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:52:49.204Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=107, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:52:49.204Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:52:49.204Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:52:49.207Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:52:49.207Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:52:49.207Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:52:49.207Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4857, offsetEpoch=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-23T14:52:49.207Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:52:49.207Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:52:49.924Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||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-23T14:52:49.924Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||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: 2a1a1e04-5501-44a7-a142-91d143a3b366 already exists) 2023-03-23T14:52:49.924Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:52:49.924Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:52:49.924Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:52:49.924Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679583169924, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2a1a1e04-5501-44a7-a142-91d143a3b366 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:52:50.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.224Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583071945, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:52:50.224Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.224Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:52:50.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T14:52:50.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.225Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T14:52:50.225Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.226Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:52:50.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679583081058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:52:50.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679583082098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 45749d9b-1023-46ce-89d4-a30395ff33d7 already exists" } 2023-03-23T14:52:50.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679583083099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2fa16e7b-c45f-41bf-b922-74ffe18edada already exists" } 2023-03-23T14:52:50.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.227Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "8a75e09b-0672-4b8f-8480-8d9afbb54cb3", "consumerID": "SO-sdc-controller", "timestamp": 1679583114359, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:52:50.227Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.228Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679583124482, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679583125532, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 0e10da24-5e58-46ae-83e7-a91529888b0e already exists" } 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.229Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679583126534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3b86d439-9524-46df-8081-8ef325868ca7 already exists" } 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "40698359-543a-4c50-8f8e-beb234359e90", "consumerID": "SO-sdc-controller", "timestamp": 1679583157767, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679583167867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679583168923, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 3d07b3e9-5961-4e62-8d98-91fdb263efdc already exists" } 2023-03-23T14:52:50.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:52:50.232Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679583169924, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 2a1a1e04-5501-44a7-a142-91d143a3b366 already exists" } 2023-03-23T14:52:50.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:52:50.925Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:52:50.955Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:52:50.961Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:52:50.961Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:52:50.961Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:52:50.961Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:52:50.961Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:52:50.961Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:52:50.961Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:52:50.962Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:52:50.962Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|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-23T14:52:50.978Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:53:20.979Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:53:20.990Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and serviceModelVersionId: aeba33bd-e3e5-4835-acd1-0c71dd9a7bec 2023-03-23T14:53:20.990Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4d33f9e-91f6-490b-8695-18970cb067db 2023-03-23T14:53:20.991Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 2023-03-23T14:53:20.997Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:53:21.012Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|INFO|500||Invoke 2023-03-23T14:53:21.012Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e854ae11-ae3f-4d8f-a88a-1fbbc9e58766], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43a6ad1c-b6b6-4e94-a866-4a8711958b61], X-ECOMP-RequestID=[e854ae11-ae3f-4d8f-a88a-1fbbc9e58766], X-TransactionId=[], X-ONAP-RequestID=[e854ae11-ae3f-4d8f-a88a-1fbbc9e58766], Content-Type=[application/merge-patch+json]} 2023-03-23T14:53:21.020Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T14:53:21.180Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:53:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[716896], x-aai-txid=[0-aai-resources-230323-14:53:19:179-67669], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:53:21.180Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:53:21.181Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e4d33f9e-91f6-490b-8695-18970cb067db/model-vers/model-ver/aeba33bd-e3e5-4835-acd1-0c71dd9a7bec?depth=0|INFO|500||InvokeReturn 2023-03-23T14:53:21.181Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:53:21.181Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|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-23T14:53:21.191Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|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-23T14:53:21.191Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e854ae11-ae3f-4d8f-a88a-1fbbc9e58766 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T14:53:21.191Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:53:21.191Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:53:21.191Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:53:21.191Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679583201191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:53:22.216Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T14:53:22.216Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"58f59170-a80c-45ab-9943-2f5e4ed723ec","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"762cb78e-c2e3-4429-819a-7c066103ca50","serviceDescription":"service","serviceInvariantUUID":"85c3989d-888d-4ea1-904b-bdb5c1256872","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a2bd7379-8e80-4e9e-bcc2-349768ad64c8","resourceInvariantUUID":"3f4be9b9-ce4a-4fe9-b28d-c1c70c30988c","resourceCustomizationUUID":"5b5dba29-c146-4dad-8b8f-f70f987c1a0c","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":"ZDNkMWU4ODNkYzYzMDg2MWNlZjY5MmM5ZmE4Y2Y1NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7520e0b-5391-4850-a375-c7e55fa1acae","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":"752fc0ca-b1b6-4ea8-baa1-08caee575260","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":"b09bad85-13ef-4d00-9dcf-2eb526e15aac","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":"MzQ0MGMyNzBiYjliYWNlNjRlZDgyMjZjMTdmNDdlYjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f6f9a111-a6d2-42bf-9ea7-3fc89bd7767a","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":"f8051312-a128-442c-beda-f1c719990648","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":"5eda7f6e-2cee-4be4-8ea8-bdac0d81c9c2","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":"57f697bb-6607-4c16-b4dd-9aeb0e5ca3af","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":"YjkxMTIxODQzODFkMDM1OTBjZDRkYmJhNDNjY2MxMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"432bdce4-4884-42cc-9e15-44cf396d6368","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDc4NGNjMmY3MWEyNDVmNDY4YjQxMWU3ZjE5ZDI2ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5af73286-709f-4fd0-b3b6-fdf675b4ca79","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:53:22.216Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:53:22.217Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:53:22.217Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:53:22.217Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:53:23.217Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:53:23.218Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:53:23.218Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:53:23.218Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:53:24.219Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:53:24.219Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:53:24.219Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:53:24.219Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:53:25.220Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:53:25.220Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:53:25.220Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:53:25.220Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:53:26.221Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:53:26.221Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:53:26.221Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:53:26.221Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:53:27.222Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:53:27.222Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:53:27.223Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:53:27.223Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:53:28.223Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:53:28.228Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:53:28.228Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:53:28.228Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:53:29.229Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:53:29.230Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:53:29.230Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:53:29.230Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "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-23T14:53:30.230Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:53:30.231Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:53:30.231Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:53:30.231Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:53:31.232Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "762cb78e-c2e3-4429-819a-7c066103ca50", "serviceDescription": "service", "serviceInvariantUUID": "85c3989d-888d-4ea1-904b-bdb5c1256872", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "5b5dba29-c146-4dad-8b8f-f70f987c1a0c", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a2bd7379-8e80-4e9e-bcc2-349768ad64c8", "resourceInvariantUUID": "3f4be9b9-ce4a-4fe9-b28d-c1c70c30988c", "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": "ZDc4NGNjMmY3MWEyNDVmNDY4YjQxMWU3ZjE5ZDI2ZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5af73286-709f-4fd0-b3b6-fdf675b4ca79" } ], "workloadContext": "Production" } 2023-03-23T14:53:31.232Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:53:31.232Z|e854ae11-ae3f-4d8f-a88a-1fbbc9e58766|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 762cb78e-c2e3-4429-819a-7c066103ca50 ASDC 2023-03-23T14:53:31.233Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:58f59170-a80c-45ab-9943-2f5e4ed723ec ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:762cb78e-c2e3-4429-819a-7c066103ca50 ServiceInvariantUUID:85c3989d-888d-4ea1-904b-bdb5c1256872 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:5af73286-709f-4fd0-b3b6-fdf675b4ca79 ArtifactChecksum:ZDc4NGNjMmY3MWEyNDVmNDY4YjQxMWU3ZjE5ZDI2ZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:5b5dba29-c146-4dad-8b8f-f70f987c1a0c ResourceInvariantUUID:3f4be9b9-ce4a-4fe9-b28d-c1c70c30988c ResourceName:test-pnf ResourceType:PNF ResourceUUID:a2bd7379-8e80-4e9e-bcc2-349768ad64c8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T14:53:31.234Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 762cb78e-c2e3-4429-819a-7c066103ca50 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:53:31.285Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:53:31.286Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:53:31.286Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:53:31.286Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5af73286-709f-4fd0-b3b6-fdf675b4ca79 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:53:31.286Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:53:31.286Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-03-23T14:53:31.303Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T14:53:31.304Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1e310407 2023-03-23T14:53:31.304Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:53:31.304Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|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": [ "TestPnfMacro" ] } } } 2023-03-23T14:53:31.304Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5af73286-709f-4fd0-b3b6-fdf675b4ca79 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:53:31.304Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||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-23T14:53:31.305Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||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-23T14:53:31.305Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:53:31.305Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:53:31.305Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:53:31.305Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583211304, "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-23T14:53:32.306Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:5af73286-709f-4fd0-b3b6-fdf675b4ca79) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T14:53:32.327Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|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-23T14:53:32.327Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: a2bd7379-8e80-4e9e-bcc2-349768ad64c8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as 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-23T14:53:32.336Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||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-23T14:53:32.363Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 a2bd7379-8e80-4e9e-bcc2-349768ad64c8 test-pnf 2023-03-23T14:53:32.364Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 762cb78e-c2e3-4429-819a-7c066103ca50 2023-03-23T14:53:32.364Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 762cb78e-c2e3-4429-819a-7c066103ca50 2023-03-23T14:53:32.364Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a2bd7379-8e80-4e9e-bcc2-349768ad64c8 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-23T14:53:32.372Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||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$$2da00d2a.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-23T14:53:32.397Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||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$$2da00d2a.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-23T14:53:32.404Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf a2bd7379-8e80-4e9e-bcc2-349768ad64c8 0 ASDC deployResourceStructure 2023-03-23T14:53:32.404Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||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$$2da00d2a.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-23T14:53:32.405Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||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-23T14:53:32.405Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||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-23T14:53:32.405Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T14:53:32.405Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:53:32.405Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:53:32.405Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583212405, "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-23T14:53:33.406Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58f59170-a80c-45ab-9943-2f5e4ed723ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:53:33.431Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58f59170-a80c-45ab-9943-2f5e4ed723ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:53:33.435Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T14:53:33.435Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T14:53:33.435Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T14:53:33.435Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T14:53:33.435Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:53:33.435Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:53:33.435Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T14:53:33.436Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2023-03-23T14:53:33.436Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||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-23T14:53:33.451Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T14:53:49.172Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:53:49.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:53:49.180Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "e854ae11-ae3f-4d8f-a88a-1fbbc9e58766", "consumerID": "SO-sdc-controller", "timestamp": 1679583201191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T14:53:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:53:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:53:49.181Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:53:49.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:53:49.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:53:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T14:53:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:53:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:53:49.182Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T14:53:49.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:53:49.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:53:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-03-23T14:53:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:53:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:53:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:53:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:53:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:53:49.183Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:53:49.183Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:53:49.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:53:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T14:53:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:53:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:53:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:53:49.184Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:53:49.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:53:49.184Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679582464126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:53:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:53:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:53:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583211304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:53:49.185Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:53:49.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-03-23T14:53:49.185Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583212405, "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-23T14:53:49.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:54:03.452Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58f59170-a80c-45ab-9943-2f5e4ed723ec and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:54:03.460Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58f59170-a80c-45ab-9943-2f5e4ed723ec and serviceModelVersionId: 762cb78e-c2e3-4429-819a-7c066103ca50 2023-03-23T14:54:03.460Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85c3989d-888d-4ea1-904b-bdb5c1256872 2023-03-23T14:54:03.461Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0 2023-03-23T14:54:03.467Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:54:03.486Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|INFO|500||Invoke 2023-03-23T14:54:03.487Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58f59170-a80c-45ab-9943-2f5e4ed723ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4eba142e-d58a-4345-b02a-acc798754a07], X-ECOMP-RequestID=[58f59170-a80c-45ab-9943-2f5e4ed723ec], X-TransactionId=[], X-ONAP-RequestID=[58f59170-a80c-45ab-9943-2f5e4ed723ec], Content-Type=[application/merge-patch+json]} 2023-03-23T14:54:03.495Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T14:54:03.638Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 14:54:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[237712], x-aai-txid=[0-aai-resources-230323-14:54:01:653-31712], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:54:03.638Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T14:54:03.638Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/85c3989d-888d-4ea1-904b-bdb5c1256872/model-vers/model-ver/762cb78e-c2e3-4429-819a-7c066103ca50?depth=0|INFO|500||InvokeReturn 2023-03-23T14:54:03.639Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T14:54:03.639Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|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-23T14:54:03.647Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|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-23T14:54:03.647Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58f59170-a80c-45ab-9943-2f5e4ed723ec and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2023-03-23T14:54:03.647Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T14:54:03.647Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:54:03.647Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:54:03.647Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583243647, "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-23T14:54:04.680Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-03-23T14:54:04.680Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group 2023-03-23T14:54:04.681Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 1 disconnected. 2023-03-23T14:54:04.682Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Node 2 disconnected. 2023-03-23T14:54:04.682Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Cancelled in-flight METADATA request with correlation id 1021717 due to node 2 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms) 2023-03-23T14:54:04.683Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:54:04.683Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:54:04.683Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:54:04.683Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T14:54:04.687Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-4f80ae7e-27e8-4329-b233-b6689f3e0230 2023-03-23T14:54:04.688Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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=24, 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-23T14:54:04.688Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:54:04.688Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] (Re-)joining group 2023-03-23T14:54:07.554Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:10.565Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:13.575Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:16.583Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:19.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:22.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:25.612Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:28.620Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:31.638Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:34.649Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:37.657Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:40.667Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:43.674Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:46.683Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:54:49.172Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:54:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:54:49.186Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:54:49.189Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully joined group with generation Generation{generationId=108, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-4f80ae7e-27e8-4329-b233-b6689f3e0230', protocol='range'} 2023-03-23T14:54:49.191Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=108, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:54:49.194Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:54:49.194Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:54:49.194Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:54:49.195Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:54:49.195Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:54:49.195Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, 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 jZx9vgUeSHivYS-pFTwiYA 2023-03-23T14:54:49.195Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 108: {SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-4f80ae7e-27e8-4329-b233-b6689f3e0230=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, 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-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:54:49.208Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Successfully synced group in generation Generation{generationId=108, memberId='SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-4f80ae7e-27e8-4329-b233-b6689f3e0230', protocol='range'} 2023-03-23T14:54:49.208Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:54:49.208Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:54:49.209Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=108, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:54:49.209Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:54:49.209Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:54:49.211Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:54:49.211Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:54:49.211Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:54:49.211Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:54:49.211Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:54:49.211Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=13, 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-23T14:54:49.213Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:54:49.213Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:54:49.214Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:54:49.214Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4907, offsetEpoch=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-23T14:54:49.214Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:54:49.214Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:54:49.727Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T14:54:49.728Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "58f59170-a80c-45ab-9943-2f5e4ed723ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583243647, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2023-03-23T14:54:49.728Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:54:50.250Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T14:54:50.250Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"25ff5749-7d93-4b8c-8b47-b998a58efb46","serviceName":"basic_onboard_XdeUXv","serviceVersion":"1.0","serviceUUID":"6e77e33d-523a-4193-bf5f-6dec13c01b21","serviceDescription":"service","serviceInvariantUUID":"33275283-5ec4-47fa-87a4-5970d5913864","resources":[{"resourceInstanceName":"basic_onboard_XdeUXv 0","resourceName":"basic_onboard_XdeUXv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18e6412a-3ba7-422d-8f16-70f88adcc35f","resourceInvariantUUID":"163052f9-6204-4b68-b0d2-d35df47fae41","resourceCustomizationUUID":"36f8636f-8e87-428b-b5b0-40e32251c114","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml","artifactChecksum":"M2FiYzg0NTdmZWE1ZjAwYmU3Njc5NmVjNjJhMDU2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d4f207-d42f-4891-999f-4fe8b2335b33","artifactVersion":"1"},{"artifactName":"basic_onboard_xdeuxv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json","artifactChecksum":"OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5a8f40f-2d55-409e-8b25-7d1b6023f1eb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0273f7c-2b67-45c8-ae38-35b69ae5ea91","artifactVersion":"2","generatedFromUUID":"5930f5e6-4af7-43d2-9b35-8b1b61ed5945"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdeuxv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml","artifactChecksum":"MjdjZTI1N2Q3OGY4ZDgxZDc5MzE3MjgzOTAzOTNkMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2d51204-dd02-42e6-9110-192a233eb96a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdeuxv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar","artifactChecksum":"NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded7341a-9664-4700-8e48-5edc2d72d30d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T14:54:50.251Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:54:50.251Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:54:50.251Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:54:50.251Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:54:51.252Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:54:51.252Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:54:51.252Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:54:51.253Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:54:52.254Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:54:52.255Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:54:52.255Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:54:52.255Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:54:53.256Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:54:53.256Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:54:53.257Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:54:53.257Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:54:54.258Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:54:54.258Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:54:54.258Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:54:54.258Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:54:55.259Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:54:55.259Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:54:55.259Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:54:55.259Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:54:56.261Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T14:54:56.261Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:54:56.261Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:54:56.261Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:54:57.262Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "serviceName": "basic_onboard_XdeUXv", "serviceVersion": "1.0", "serviceUUID": "6e77e33d-523a-4193-bf5f-6dec13c01b21", "serviceDescription": "service", "serviceInvariantUUID": "33275283-5ec4-47fa-87a4-5970d5913864", "resources": [ { "resourceInstanceName": "basic_onboard_XdeUXv 0", "resourceCustomizationUUID": "36f8636f-8e87-428b-b5b0-40e32251c114", "resourceName": "basic_onboard_XdeUXv", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "18e6412a-3ba7-422d-8f16-70f88adcc35f", "resourceInvariantUUID": "163052f9-6204-4b68-b0d2-d35df47fae41", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xdeuxv0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "artifactChecksum": "OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "generatedFromUUID": "5930f5e6-4af7-43d2-9b35-8b1b61ed5945" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0273f7c-2b67-45c8-ae38-35b69ae5ea91", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXdeuxv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "artifactChecksum": "NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded7341a-9664-4700-8e48-5edc2d72d30d" } ], "workloadContext": "Production" } 2023-03-23T14:54:57.262Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T14:54:57.262Z|58f59170-a80c-45ab-9943-2f5e4ed723ec|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC 2023-03-23T14:54:57.263Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:25ff5749-7d93-4b8c-8b47-b998a58efb46 ServiceName:basic_onboard_XdeUXv ServiceVersion:1.0 ServiceUUID:6e77e33d-523a-4193-bf5f-6dec13c01b21 ServiceInvariantUUID:33275283-5ec4-47fa-87a4-5970d5913864 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXdeuxv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ArtifactUUID:ded7341a-9664-4700-8e48-5edc2d72d30d ArtifactChecksum:NzYwMjUzZjM0N2VkMzNhOTYzMjRkZTVmNjAyMGE0OTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XdeUXv 0 ResourceCustomizationUUID:36f8636f-8e87-428b-b5b0-40e32251c114 ResourceInvariantUUID:163052f9-6204-4b68-b0d2-d35df47fae41 ResourceName:basic_onboard_XdeUXv ResourceType:VF ResourceUUID:18e6412a-3ba7-422d-8f16-70f88adcc35f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xdeuxv0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ArtifactUUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 ArtifactChecksum:OGNlNzU1MzZhNTY1MmE2NTQwNGVmZWM1YjEyYzg1NWY= 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml ArtifactUUID:5930f5e6-4af7-43d2-9b35-8b1b61ed5945 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 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/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env ArtifactUUID:e0273f7c-2b67-45c8-ae38-35b69ae5ea91 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T14:54:57.263Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e77e33d-523a-4193-bf5f-6dec13c01b21 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T14:54:57.308Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T14:54:57.308Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:54:57.308Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T14:54:57.308Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ded7341a-9664-4700-8e48-5edc2d72d30d from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T14:54:57.308Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:54:57.308Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar 2023-03-23T14:54:57.339Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T14:54:57.339Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@63de0d27 2023-03-23T14:54:57.339Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:54:57.339Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|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": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T14:54:57.340Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardXdeuxv-csar.csar /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ded7341a-9664-4700-8e48-5edc2d72d30d Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:54:57.340Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar ASDC sendASDCNotification 2023-03-23T14:54:57.340Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(Specified artifact is not found) 2023-03-23T14:54:57.340Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:54:57.340Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:54:57.340Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:54:57.340Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583297340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:54:58.341Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|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-BasicOnboardXdeuxv-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar(UUID:ded7341a-9664-4700-8e48-5edc2d72d30d) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-23T14:54:58.366Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|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-23T14:54:58.366Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-03-23T14:54:58.371Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||basic_onboard_XdeUXv 0 2023-03-23T14:54:58.372Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18e6412a-3ba7-422d-8f16-70f88adcc35f 2023-03-23T14:54:58.372Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 from URL: /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T14:54:58.372Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T14:54:58.372Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json 2023-03-23T14:54:58.392Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T14:54:58.392Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@25900eef 2023-03-23T14:54:58.392Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T14:54:58.392Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|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": [ "BasicOnboardXdeuxv" ] } } } 2023-03-23T14:54:58.392Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_xdeuxv0_modules.json /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T14:54:58.393Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json ASDC sendASDCNotification 2023-03-23T14:54:58.393Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(Specified artifact is not found) 2023-03-23T14:54:58.393Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T14:54:58.393Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:54:58.393Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:54:58.393Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583298393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:54:59.394Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|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_xdeuxv0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json(UUID:cc2f3e4e-a8d2-4648-9bd0-344f6a8e6cb0) Error message 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-23T14:54:59.395Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:54:59.423Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:54:59.427Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:54:59.427Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:55:29.427Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:55:29.449Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:55:29.453Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:55:29.453Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:55:49.172Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:55:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T14:55:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:55:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "NOTIFIED" } 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T14:55:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:55:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T14:55:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "NOTIFIED" } 2023-03-23T14:55:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:55:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T14:55:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583297340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/artifacts/service-BasicOnboardXdeuxv-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:55:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:55:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T14:55:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583298393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdeuxv/1.0/resourceInstances/basic_onboard_xdeuxv0/artifacts/basic_onboard_xdeuxv0_modules.json", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T14:55:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T14:55:59.453Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:55:59.479Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:55:59.484Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:55:59.485Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:56:29.485Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:56:29.513Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:56:29.517Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:56:29.517Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:56:49.172Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:56:59.517Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:56:59.543Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:56:59.547Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:56:59.547Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:57:29.547Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:57:29.568Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:57:29.573Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:57:29.573Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:57:49.173Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:57:59.573Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:57:59.595Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:57:59.600Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:57:59.600Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:58:29.600Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:58:29.631Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:58:29.636Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:58:29.636Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:58:49.173Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:58:59.636Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:58:59.663Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:58:59.667Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:58:59.668Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:59:29.668Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:59:29.694Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T14:59:29.699Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-03-23T14:59:29.699Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-03-23T14:59:49.175Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:59:50.304Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, 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-23T14:59:50.304Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Member SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f-4f80ae7e-27e8-4329-b233-b6689f3e0230 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-23T14:59:50.304Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group 2023-03-23T14:59:50.304Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcaa53b5-f76b-4292-b9c6-b6dcefaca29f, groupId=so] Request joining group due to: consumer pro-actively leaving the group 2023-03-23T14:59:52.659Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Request joining group due to: group is already rebalancing 2023-03-23T14:59:52.672Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Revoke previously assigned partitions SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:59:52.673Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] (Re-)joining group 2023-03-23T14:59:52.678Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully joined group with generation Generation{generationId=109, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:59:52.678Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Finished assignment for group at generation 109: {SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])} 2023-03-23T14:59:52.691Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Successfully synced group in generation Generation{generationId=109, memberId='SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0-bb12d0de-1a35-45c3-8d85-3b976cef566d', protocol='range'} 2023-03-23T14:59:52.691Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-03-23T14:59:52.691Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-03-23T14:59:52.694Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}} 2023-03-23T14:59:52.694Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:59:52.695Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:59:52.695Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=4917, offsetEpoch=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-23T14:59:52.695Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}} 2023-03-23T14:59:52.695Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c53bcd84-7f3b-4408-8867-feef53015ca0, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}} 2023-03-23T14:59:59.701Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2023-03-23T14:59:59.701Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T14:59:59.716Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25ff5749-7d93-4b8c-8b47-b998a58efb46 and serviceModelVersionId: 6e77e33d-523a-4193-bf5f-6dec13c01b21 2023-03-23T14:59:59.716Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33275283-5ec4-47fa-87a4-5970d5913864 2023-03-23T14:59:59.717Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 2023-03-23T14:59:59.723Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T14:59:59.733Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|500||Invoke 2023-03-23T14:59:59.733Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9a5a9495-0c75-4531-9d8c-362b0799fc02], X-ECOMP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], X-TransactionId=[], X-ONAP-RequestID=[25ff5749-7d93-4b8c-8b47-b998a58efb46], Content-Type=[application/merge-patch+json]} 2023-03-23T14:59:59.740Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2023-03-23T14:59:59.775Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0 has http status code:404 and response headers:{date=[Thu, 23 Mar 2023 14:59:57 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[1-aai-resources-230323-14:59:57:898-89956], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T14:59:59.777Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?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/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21","ERR.5.4.6114"]}}} 2023-03-23T14:59:59.777Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21?depth=0|INFO|404|Not Found|InvokeReturn 2023-03-23T14:59:59.780Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:59:59.781Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||ERROR|500||Exception occurred javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T14:59:59.781Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:59:59.781Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (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-23T14:59:59.791Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|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-23T14:59:59.792Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25ff5749-7d93-4b8c-8b47-b998a58efb46 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec=ERR.5.4.6114) 2023-03-23T14:59:59.792Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2023-03-23T14:59:59.792Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T14:59:59.792Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T14:59:59.792Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583599792, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T14:59:59.810Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T14:59:59.811Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "25ff5749-7d93-4b8c-8b47-b998a58efb46", "consumerID": "SO-sdc-controller", "timestamp": 1679583599792, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d25ff5749-7d93-4b8c-8b47-b998a58efb46 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/33275283-5ec4-47fa-87a4-5970d5913864/model-vers/model-ver/6e77e33d-523a-4193-bf5f-6dec13c01b21) (ec\u003dERR.5.4.6114)" } 2023-03-23T14:59:59.811Z|40698359-543a-4c50-8f8e-beb234359e90|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-23T15:00:00.826Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T15:00:00.827Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"cb9a0670-fdaa-4040-a746-0cec6c8479df","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e45fd639-5114-45d1-8f98-09296814703b","serviceDescription":"service","serviceInvariantUUID":"aea2f03e-4830-4f22-b445-64179a3c2e96","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"af362cdf-f530-44c2-a8d2-84e6b739a84b","resourceInvariantUUID":"95263183-3856-4858-bdf0-bde940c6dda1","resourceCustomizationUUID":"21654d5c-6d16-44b1-ad0c-32ccb7e1c047","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":"MzgzZjcxNDdkYTIwNjQyNWQxYjVhYjAzMmY1NjE1MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"531d7c0d-fb6b-40c7-a592-63ed9bf18f6f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d361ab15-4d9e-4f87-a173-2592c49ee813","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T15:00:00.827Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:00:00.827Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:00.827Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:00.827Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:00:01.827Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:00:01.828Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:01.828Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:01.828Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:02.828Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e45fd639-5114-45d1-8f98-09296814703b", "serviceDescription": "service", "serviceInvariantUUID": "aea2f03e-4830-4f22-b445-64179a3c2e96", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "21654d5c-6d16-44b1-ad0c-32ccb7e1c047", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "af362cdf-f530-44c2-a8d2-84e6b739a84b", "resourceInvariantUUID": "95263183-3856-4858-bdf0-bde940c6dda1", "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": "ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d361ab15-4d9e-4f87-a173-2592c49ee813" } ], "workloadContext": "Production" } 2023-03-23T15:00:02.829Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T15:00:02.829Z|25ff5749-7d93-4b8c-8b47-b998a58efb46|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e45fd639-5114-45d1-8f98-09296814703b ASDC 2023-03-23T15:00:02.829Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:cb9a0670-fdaa-4040-a746-0cec6c8479df ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e45fd639-5114-45d1-8f98-09296814703b ServiceInvariantUUID:aea2f03e-4830-4f22-b445-64179a3c2e96 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:d361ab15-4d9e-4f87-a173-2592c49ee813 ArtifactChecksum:ZjU5OWFjYmY4NzI5YjRmMzM2NzlhODA3NzMxYmUyMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:21654d5c-6d16-44b1-ad0c-32ccb7e1c047 ResourceInvariantUUID:95263183-3856-4858-bdf0-bde940c6dda1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:af362cdf-f530-44c2-a8d2-84e6b739a84b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-03-23T15:00:02.829Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e45fd639-5114-45d1-8f98-09296814703b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T15:00:02.864Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T15:00:02.864Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:00:02.865Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:00:02.865Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-03-23T15:00:02.865Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T15:00:02.865Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T15:00:02.890Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T15:00:02.891Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3dcd7337 2023-03-23T15:00:02.891Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T15:00:02.891Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T15:00:02.891Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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 d361ab15-4d9e-4f87-a173-2592c49ee813 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T15:00:02.891Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T15:00:02.891Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T15:00:02.891Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T15:00:02.891Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:02.891Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:02.891Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679583602891, "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-23T15:00:03.892Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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:d361ab15-4d9e-4f87-a173-2592c49ee813) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T15:00:03.935Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||ERROR|500||Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists 2023-03-23T15:00:03.935Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T15:00:03.935Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists) 2023-03-23T15:00:03.935Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T15:00:03.935Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:03.935Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:03.935Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679583603935, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:04.936Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T15:00:04.936Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists) 2023-03-23T15:00:04.936Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T15:00:04.937Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:04.937Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:04.937Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679583604936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:05.938Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T15:00:05.973Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T15:00:05.977Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T15:00:05.977Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T15:00:05.977Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T15:00:05.977Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T15:00:05.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:00:05.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:00:05.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:00:05.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:00:05.978Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T15:00:05.991Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T15:00:35.991Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T15:00:36.008Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb9a0670-fdaa-4040-a746-0cec6c8479df and serviceModelVersionId: e45fd639-5114-45d1-8f98-09296814703b 2023-03-23T15:00:36.009Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aea2f03e-4830-4f22-b445-64179a3c2e96 2023-03-23T15:00:36.009Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 2023-03-23T15:00:36.013Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T15:00:36.025Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||Invoke 2023-03-23T15:00:36.026Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cffb5ba5-e0bc-4922-b449-7441eebb4e88], X-ECOMP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], X-TransactionId=[], X-ONAP-RequestID=[cb9a0670-fdaa-4040-a746-0cec6c8479df], Content-Type=[application/merge-patch+json]} 2023-03-23T15:00:36.029Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T15:00:36.179Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 15:00:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[278568], x-aai-txid=[0-aai-resources-230323-15:00:34:186-12287], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T15:00:36.179Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T15:00:36.180Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/aea2f03e-4830-4f22-b445-64179a3c2e96/model-vers/model-ver/e45fd639-5114-45d1-8f98-09296814703b?depth=0|INFO|500||InvokeReturn 2023-03-23T15:00:36.180Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T15:00:36.180Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T15:00:36.189Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|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-23T15:00:36.189Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb9a0670-fdaa-4040-a746-0cec6c8479df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T15:00:36.189Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T15:00:36.189Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:36.189Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:36.189Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679583636189, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T15:00:37.216Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T15:00:37.216Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"52b59d89-63ea-4683-b920-7ca2a36b51cc","serviceName":"Demo_pNF_nNhaXs3XD4ZVVBsHuxA1","serviceVersion":"1.0","serviceUUID":"9dfe125f-b0af-458c-9072-fe2538a83f36","serviceDescription":"catalog service description","serviceInvariantUUID":"fb2dc051-de24-4766-9c47-994c8d5a0431","resources":[{"resourceInstanceName":"pNF f3c4dfd7-82d9 0","resourceName":"pNF f3c4dfd7-82d9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"874a0dc3-2f4c-46cb-8f84-8747b567f730","resourceInvariantUUID":"383a85a2-d7af-4c97-bc09-4b6581c8c9ef","resourceCustomizationUUID":"136aeb8c-5891-456d-a4bf-383ed78d0d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml","artifactChecksum":"ZmEwMzQwYmI3YTEzZmM5OTg0NjI1YWNmMjhhNmQ1YTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b27ec1ed-5edb-4b3b-a795-9de5b034918c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bf7b8044-e51d-495f-bc10-1c4e1bbe8e5d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0dd1941-bdee-43cb-9c6d-d92b577a8e26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml","artifactChecksum":"YWJhZGVmMDkzYTU3ODU0ZTYyMTM5ODM4MDc0MzkxZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9d960d7-f59f-4895-9e7b-8d1e255fe83c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0ed2b9da-b57f-4348-beba-0f4fa1e2c029","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85ab0328-16f6-4a47-8691-103fef1f16d4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml","artifactChecksum":"MDg3Nzk5MTRiMThhNTljYTJkYWQxNjc5YzFkZWI5NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ae48e3b-9444-44f7-9567-b3707c5b5795","artifactVersion":"1"},{"artifactName":"service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar","artifactChecksum":"YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be742e24-eea6-4edc-86bd-beedc8ec33f4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T15:00:37.217Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:00:37.217Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:37.217Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:37.217Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:38.217Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:00:38.217Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:38.217Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:38.217Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:39.218Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:00:39.218Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:39.218Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:39.218Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:40.219Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:00:40.219Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:40.219Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:40.219Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:41.220Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:00:41.220Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:41.221Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:41.221Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:42.221Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:00:42.222Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:42.222Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:42.222Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:43.223Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:00:43.223Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:43.223Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:43.223Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:44.224Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:00:44.225Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:44.225Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:44.225Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:45.226Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "serviceName": "Demo_pNF_nNhaXs3XD4ZVVBsHuxA1", "serviceVersion": "1.0", "serviceUUID": "9dfe125f-b0af-458c-9072-fe2538a83f36", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fb2dc051-de24-4766-9c47-994c8d5a0431", "resources": [ { "resourceInstanceName": "pNF f3c4dfd7-82d9 0", "resourceCustomizationUUID": "136aeb8c-5891-456d-a4bf-383ed78d0d18", "resourceName": "pNF f3c4dfd7-82d9", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "874a0dc3-2f4c-46cb-8f84-8747b567f730", "resourceInvariantUUID": "383a85a2-d7af-4c97-bc09-4b6581c8c9ef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "artifactChecksum": "YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be742e24-eea6-4edc-86bd-beedc8ec33f4" } ], "workloadContext": "Production" } 2023-03-23T15:00:45.227Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T15:00:45.227Z|cb9a0670-fdaa-4040-a746-0cec6c8479df|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC 2023-03-23T15:00:45.227Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:52b59d89-63ea-4683-b920-7ca2a36b51cc ServiceName:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 ServiceVersion:1.0 ServiceUUID:9dfe125f-b0af-458c-9072-fe2538a83f36 ServiceInvariantUUID:fb2dc051-de24-4766-9c47-994c8d5a0431 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ArtifactUUID:be742e24-eea6-4edc-86bd-beedc8ec33f4 ArtifactChecksum:YjQwYWI0OGI1MzI3NGQ5MmI0MWIzMWM0YzhjZWQyOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f3c4dfd7-82d9 0 ResourceCustomizationUUID:136aeb8c-5891-456d-a4bf-383ed78d0d18 ResourceInvariantUUID:383a85a2-d7af-4c97-bc09-4b6581c8c9ef ResourceName:pNF f3c4dfd7-82d9 ResourceType:PNF ResourceUUID:874a0dc3-2f4c-46cb-8f84-8747b567f730 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T15:00:45.227Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dfe125f-b0af-458c-9072-fe2538a83f36 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T15:00:45.274Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T15:00:45.275Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:00:45.275Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:00:45.275Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 from URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:45.275Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T15:00:45.275Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:45.554Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-23T15:00:45.557Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar be742e24-eea6-4edc-86bd-beedc8ec33f4 88024 2023-03-23T15:00:45.557Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T15:00:45.557Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:45.557Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T15:00:45.557Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:45.557Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:45.557Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583645557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:46.558Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T15:00:46.559Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:00:46.559Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4, URL: /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar to file: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:46.559Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:46.560Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:46.560Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:46.636Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1037851788086343944/Definitions/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml 2023-03-23T15:00:47.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T15:00:47.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T15:00:47.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:47.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T15:00:47.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:47.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:47.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:47.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:47.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:47.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:47.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f3c4dfd7-82d9 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-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar 2023-03-23T15:00:47.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T15:00:47.237Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Node template pNF f3c4dfd7-82d9 0 is matching search criteria 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f3c4dfd7-82d9 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:00:47.238Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nNhaXs3XD4ZVVBsHuxA1 Description:catalog service description Model UUID:9dfe125f-b0af-458c-9072-fe2538a83f36 Model Version:NULL Model InvariantUuid:fb2dc051-de24-4766-9c47-994c8d5a0431 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-23T15:00:47.277Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||ERROR|500||Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists 2023-03-23T15:00:47.277Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T15:00:47.277Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists) 2023-03-23T15:00:47.277Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T15:00:47.278Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:47.278Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:47.278Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583647277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:48.279Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar ASDC sendASDCNotification 2023-03-23T15:00:48.279Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar(Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists) 2023-03-23T15:00:48.279Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T15:00:48.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:00:48.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:00:48.280Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583648279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:49.172Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:00:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T15:00:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679583602891, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679583603935, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: d361ab15-4d9e-4f87-a173-2592c49ee813 already exists" } 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679583604936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: af362cdf-f530-44c2-a8d2-84e6b739a84b already exists" } 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "cb9a0670-fdaa-4040-a746-0cec6c8479df", "consumerID": "SO-sdc-controller", "timestamp": 1679583636189, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T15:00:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T15:00:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T15:00:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T15:00:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/resourceInstances/pnff3c4dfd782d90/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "NOTIFIED" } 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583645557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583647277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: be742e24-eea6-4edc-86bd-beedc8ec33f4 already exists" } 2023-03-23T15:00:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:00:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583648279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNnhaxs3xd4zvvbshuxa1/1.0/artifacts/service-DemoPnfNnhaxs3xd4zvvbshuxa1-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 874a0dc3-2f4c-46cb-8f84-8747b567f730 already exists" } 2023-03-23T15:00:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:00:49.281Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T15:00:49.311Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T15:00:49.315Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T15:00:49.315Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T15:00:49.315Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T15:00:49.315Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T15:00:49.315Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:00:49.315Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:00:49.315Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:00:49.315Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:00:49.315Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-23T15:00:49.327Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T15:01:19.328Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T15:01:19.341Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52b59d89-63ea-4683-b920-7ca2a36b51cc and serviceModelVersionId: 9dfe125f-b0af-458c-9072-fe2538a83f36 2023-03-23T15:01:19.341Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb2dc051-de24-4766-9c47-994c8d5a0431 2023-03-23T15:01:19.342Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 2023-03-23T15:01:19.348Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T15:01:19.362Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||Invoke 2023-03-23T15:01:19.362Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ff61900-c927-470c-acef-6fb58e44b0d9], X-ECOMP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], X-TransactionId=[], X-ONAP-RequestID=[52b59d89-63ea-4683-b920-7ca2a36b51cc], Content-Type=[application/merge-patch+json]} 2023-03-23T15:01:19.370Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T15:01:19.513Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 15:01:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[290880], x-aai-txid=[0-aai-resources-230323-15:01:17:529-26132], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T15:01:19.513Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T15:01:19.513Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fb2dc051-de24-4766-9c47-994c8d5a0431/model-vers/model-ver/9dfe125f-b0af-458c-9072-fe2538a83f36?depth=0|INFO|500||InvokeReturn 2023-03-23T15:01:19.514Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T15:01:19.514Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-23T15:01:19.523Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|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-23T15:01:19.523Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52b59d89-63ea-4683-b920-7ca2a36b51cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T15:01:19.523Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T15:01:19.523Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:01:19.523Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:01:19.524Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583679523, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T15:01:20.558Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T15:01:20.558Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ed92f4e-8831-4dae-9fc4-c913f13bfd2c","serviceDescription":"service","serviceInvariantUUID":"115c97a5-6a7d-42b4-b591-3979a0412d3b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fe72a46-0d46-46e5-8866-e7fce4f0a06a","resourceInvariantUUID":"6e27cd0c-c310-40ee-9850-c0f1e80de350","resourceCustomizationUUID":"5f375cfc-5f6b-4d90-9e43-a0c43c59ed43","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":"ZTgxNDk5MjBjNTBhOTMxMzI4NmQ4YTBiNmZkYTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c041d87-eb2c-4d84-9d4d-31212d4468c6","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":"MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b3d62f33-82cc-40ce-8b50-84f0f1a34ead","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":"8f92056e-cf8a-42b6-a1c2-a316e42d926a","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":"1cc09c01-2b85-48eb-b655-deed1d092c01","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":"57ae6deb-27f1-493a-ab0e-a34b5603044d","artifactVersion":"2","generatedFromUUID":"8f92056e-cf8a-42b6-a1c2-a316e42d926a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTczMjFiNDA3Y2M4YzM4ZTZkOGIyN2ZmNmQ3MzJmZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba26974d-114e-45b4-a5fd-935e1103ec61","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc1bac0f-0922-46bc-b871-8dcfd7221db1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T15:01:20.558Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:01:20.559Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:01:20.559Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:01:20.559Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:01:21.559Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:01:21.560Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:01:21.560Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:01:21.560Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:01:22.561Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:01:22.561Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:01:22.561Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:01:22.561Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:01:23.562Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:01:23.562Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:01:23.562Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:01:23.562Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:01:24.563Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:01:24.563Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:01:24.564Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:01:24.564Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:01:25.565Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:01:25.565Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:01:25.565Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:01:25.565Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:01:26.566Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:01:26.566Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:01:26.566Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:01:26.566Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:01:27.567Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2ed92f4e-8831-4dae-9fc4-c913f13bfd2c", "serviceDescription": "service", "serviceInvariantUUID": "115c97a5-6a7d-42b4-b591-3979a0412d3b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5f375cfc-5f6b-4d90-9e43-a0c43c59ed43", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3fe72a46-0d46-46e5-8866-e7fce4f0a06a", "resourceInvariantUUID": "6e27cd0c-c310-40ee-9850-c0f1e80de350", "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": "MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b3d62f33-82cc-40ce-8b50-84f0f1a34ead", "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": "8f92056e-cf8a-42b6-a1c2-a316e42d926a", "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "generatedFromUUID": "8f92056e-cf8a-42b6-a1c2-a316e42d926a" }, "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": "57ae6deb-27f1-493a-ab0e-a34b5603044d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc1bac0f-0922-46bc-b871-8dcfd7221db1" } ], "workloadContext": "Production" } 2023-03-23T15:01:27.568Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T15:01:27.568Z|52b59d89-63ea-4683-b920-7ca2a36b51cc|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC 2023-03-23T15:01:27.568Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ServiceInvariantUUID:115c97a5-6a7d-42b4-b591-3979a0412d3b 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:fc1bac0f-0922-46bc-b871-8dcfd7221db1 ArtifactChecksum:ZDE2ZDUyM2JlNGQ0ZjRkOTAwODRjMDYxMzA3YzZjNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5f375cfc-5f6b-4d90-9e43-a0c43c59ed43 ResourceInvariantUUID:6e27cd0c-c310-40ee-9850-c0f1e80de350 ResourceName:basic_vm ResourceType:VF ResourceUUID:3fe72a46-0d46-46e5-8866-e7fce4f0a06a 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:b3d62f33-82cc-40ce-8b50-84f0f1a34ead ArtifactChecksum:MjM0NDcyNWNiZjFhMTk4N2Q2MmJjNTg5ZGU1ZjRhYjQ= 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:8f92056e-cf8a-42b6-a1c2-a316e42d926a 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:57ae6deb-27f1-493a-ab0e-a34b5603044d 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:57ae6deb-27f1-493a-ab0e-a34b5603044d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T15:01:27.568Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T15:01:27.619Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T15:01:27.620Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:01:27.620Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:01:27.620Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-03-23T15:01:27.620Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T15:01:27.620Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-23T15:01:27.647Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T15:01:27.647Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3022761f 2023-03-23T15:01:27.647Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T15:01:27.647Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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": [ "BasicVm" ] } } } 2023-03-23T15:01:27.648Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fc1bac0f-0922-46bc-b871-8dcfd7221db1 Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T15:01:27.648Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||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-23T15:01:27.648Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||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-23T15:01:27.648Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T15:01:27.648Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:01:27.648Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:01:27.648Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583687648, "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-23T15:01:28.649Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:fc1bac0f-0922-46bc-b871-8dcfd7221db1) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T15:01:28.691Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||ERROR|500||Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists 2023-03-23T15:01:28.691Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-23T15:01:28.691Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists) 2023-03-23T15:01:28.691Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T15:01:28.692Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:01:28.692Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:01:28.692Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583688691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:01:29.693Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-23T15:01:29.694Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists) 2023-03-23T15:01:29.694Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T15:01:29.694Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:01:29.694Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:01:29.694Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583689693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:01:30.695Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T15:01:30.718Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T15:01:30.723Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T15:01:30.723Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T15:01:30.723Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T15:01:30.723Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T15:01:30.723Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:01:30.724Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:01:30.724Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:01:30.724Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:01:30.724Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-23T15:01:30.737Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T15:01:49.172Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:01:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:01:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "52b59d89-63ea-4683-b920-7ca2a36b51cc", "consumerID": "SO-sdc-controller", "timestamp": 1679583679523, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T15:01:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:01:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:01:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T15:01:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:01:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:01:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-03-23T15:01:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:01:49.184Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583687648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_ERROR", "errorReason": "Specified artifact is not found" } 2023-03-23T15:01:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:01:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:01:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583688691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: fc1bac0f-0922-46bc-b871-8dcfd7221db1 already exists" } 2023-03-23T15:01:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:01:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:01:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583689693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 3fe72a46-0d46-46e5-8866-e7fce4f0a06a already exists" } 2023-03-23T15:01:49.185Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:00.737Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T15:02:00.750Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and serviceModelVersionId: 2ed92f4e-8831-4dae-9fc4-c913f13bfd2c 2023-03-23T15:02:00.750Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 115c97a5-6a7d-42b4-b591-3979a0412d3b 2023-03-23T15:02:00.751Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 2023-03-23T15:02:00.757Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T15:02:00.770Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||Invoke 2023-03-23T15:02:00.770Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6babf73a-a7ba-4a2e-be29-7b0512b506af], X-ECOMP-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], X-TransactionId=[], X-ONAP-RequestID=[3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9], Content-Type=[application/merge-patch+json]} 2023-03-23T15:02:00.778Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T15:02:00.913Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 15:01:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[233680], x-aai-txid=[0-aai-resources-230323-15:01:58:936-34422], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T15:02:00.914Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T15:02:00.914Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/115c97a5-6a7d-42b4-b591-3979a0412d3b/model-vers/model-ver/2ed92f4e-8831-4dae-9fc4-c913f13bfd2c?depth=0|INFO|500||InvokeReturn 2023-03-23T15:02:00.914Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T15:02:00.915Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-23T15:02:00.922Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|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-23T15:02:00.923Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T15:02:00.923Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T15:02:00.923Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:00.923Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:00.923Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583720923, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T15:02:01.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T15:02:01.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"4e3bccc0-8ad1-4022-86f4-d2d991531fa7","serviceName":"Demo_pNF_qmKu0IiQtL14aXlj0mwS","serviceVersion":"1.0","serviceUUID":"341816f4-b803-48c2-a119-f19f49c5bd1d","serviceDescription":"catalog service description","serviceInvariantUUID":"9e2cbbd4-72c1-4cb5-80ec-e27641a6346d","resources":[{"resourceInstanceName":"pNF 6d59ded1-c82a 0","resourceName":"pNF 6d59ded1-c82a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea1fcd1c-d846-49f4-b834-d17c91d4a50f","resourceInvariantUUID":"6162da41-54f1-4a9d-952d-ef60abf2c385","resourceCustomizationUUID":"133eb4b6-41ad-4583-ae08-82e55429d115","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml","artifactChecksum":"M2FmMTk5YTBlMDk2NzFiMjllZDc5OGI1MDgzNzI2NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0904a2-78b4-4ecb-9a70-2931bbb9c21b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec4d823e-c577-4b4c-8e5e-cb630f15820c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"078d2cfc-8998-4bf7-a369-5e8ad54715f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDE2NGIzNmJkODcwN2UxNGU3Yzc5OWJmMTM0N2NhZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25222fd2-e730-4168-abe9-a048b94cdd70","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fbe962c5-b706-4278-91e9-1d6dbe1e189e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f58b800-d52f-4763-8628-4e97323e3bba","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml","artifactChecksum":"MWE4ZjMxN2Q2YmU5ZmY3ZDI0MWI2Zjc5ZTk2NTQ5ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f42cec2-76b3-42c0-ab97-708f567c534c","artifactVersion":"1"},{"artifactName":"service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar","artifactChecksum":"YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a56c270e-58ea-485c-8867-834e220b0cd0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T15:02:01.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:01.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:01.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:01.971Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:02.972Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:02.972Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:02.972Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:02.972Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:03.973Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:03.973Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:03.973Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:03.973Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:04.974Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:04.974Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:04.974Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:04.974Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:05.976Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:05.976Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:05.976Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:05.977Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:06.977Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:06.978Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:06.978Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:06.978Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:07.979Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:07.979Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:07.979Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:07.979Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:08.980Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:08.980Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:08.980Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:08.980Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:09.981Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "serviceName": "Demo_pNF_qmKu0IiQtL14aXlj0mwS", "serviceVersion": "1.0", "serviceUUID": "341816f4-b803-48c2-a119-f19f49c5bd1d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9e2cbbd4-72c1-4cb5-80ec-e27641a6346d", "resources": [ { "resourceInstanceName": "pNF 6d59ded1-c82a 0", "resourceCustomizationUUID": "133eb4b6-41ad-4583-ae08-82e55429d115", "resourceName": "pNF 6d59ded1-c82a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea1fcd1c-d846-49f4-b834-d17c91d4a50f", "resourceInvariantUUID": "6162da41-54f1-4a9d-952d-ef60abf2c385", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "artifactChecksum": "YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a56c270e-58ea-485c-8867-834e220b0cd0" } ], "workloadContext": "Production" } 2023-03-23T15:02:09.981Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T15:02:09.981Z|3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC 2023-03-23T15:02:09.982Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:4e3bccc0-8ad1-4022-86f4-d2d991531fa7 ServiceName:Demo_pNF_qmKu0IiQtL14aXlj0mwS ServiceVersion:1.0 ServiceUUID:341816f4-b803-48c2-a119-f19f49c5bd1d ServiceInvariantUUID:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ArtifactUUID:a56c270e-58ea-485c-8867-834e220b0cd0 ArtifactChecksum:YTk5YTUzNDEyMTk3NjdlMDgxYzJiZDYyMDM3ZDZjMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d59ded1-c82a 0 ResourceCustomizationUUID:133eb4b6-41ad-4583-ae08-82e55429d115 ResourceInvariantUUID:6162da41-54f1-4a9d-952d-ef60abf2c385 ResourceName:pNF 6d59ded1-c82a ResourceType:PNF ResourceUUID:ea1fcd1c-d846-49f4-b834-d17c91d4a50f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T15:02:09.982Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 341816f4-b803-48c2-a119-f19f49c5bd1d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T15:02:10.031Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T15:02:10.032Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:02:10.032Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:02:10.032Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0 from URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:10.032Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T15:02:10.032Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:10.364Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-23T15:02:10.367Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar a56c270e-58ea-485c-8867-834e220b0cd0 88008 2023-03-23T15:02:10.367Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T15:02:10.367Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:10.367Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T15:02:10.367Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:10.367Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:10.367Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583730367, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:11.367Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T15:02:11.368Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:02:11.368Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a56c270e-58ea-485c-8867-834e220b0cd0, URL: /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar to file: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:11.369Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:11.369Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:11.369Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:11.496Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11941336784378855024/Definitions/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml 2023-03-23T15:02:12.142Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T15:02:12.142Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T15:02:12.142Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:12.142Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T15:02:12.142Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d59ded1-c82a 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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:12.142Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:12.142Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:12.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:12.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:12.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:12.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-DemoPnfQmku0iiqtl14axlj0mws-csar.csar 2023-03-23T15:02:12.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T15:02:12.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:12.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:12.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T15:02:12.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T15:02:12.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T15:02:12.143Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:12.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:12.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Node template pNF 6d59ded1-c82a 0 is matching search criteria 2023-03-23T15:02:12.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T15:02:12.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6d59ded1-c82a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T15:02:12.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:12.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:12.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:12.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:12.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:12.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:12.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:12.144Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:12.145Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:12.145Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qmKu0IiQtL14aXlj0mwS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:12.145Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_qmKu0IiQtL14aXlj0mwS Description:catalog service description Model UUID:341816f4-b803-48c2-a119-f19f49c5bd1d Model Version:NULL Model InvariantUuid:9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 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-23T15:02:12.183Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||ERROR|500||Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists 2023-03-23T15:02:12.183Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T15:02:12.183Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists) 2023-03-23T15:02:12.183Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T15:02:12.183Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:12.184Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:12.184Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583732183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:13.184Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar ASDC sendASDCNotification 2023-03-23T15:02:13.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar(Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists) 2023-03-23T15:02:13.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T15:02:13.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:13.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:13.185Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583733184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:14.186Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T15:02:14.206Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T15:02:14.211Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T15:02:14.212Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T15:02:14.212Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T15:02:14.212Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T15:02:14.212Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:02:14.212Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:02:14.212Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:02:14.213Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:02:14.213Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-23T15:02:14.224Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T15:02:44.224Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T15:02:44.237Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and serviceModelVersionId: 341816f4-b803-48c2-a119-f19f49c5bd1d 2023-03-23T15:02:44.237Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e2cbbd4-72c1-4cb5-80ec-e27641a6346d 2023-03-23T15:02:44.237Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 2023-03-23T15:02:44.240Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T15:02:44.249Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-03-23T15:02:44.254Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||Invoke 2023-03-23T15:02:44.261Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T15:02:44.411Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0|INFO|500||InvokeReturn 2023-03-23T15:02:44.412Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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/9e2cbbd4-72c1-4cb5-80ec-e27641a6346d/model-vers/model-ver/341816f4-b803-48c2-a119-f19f49c5bd1d?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 15:02:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[647264], x-aai-txid=[0-aai-resources-230323-15:02:42:418-55944], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T15:02:44.412Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-03-23T15:02:44.414Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T15:02:44.414Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-23T15:02:44.423Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|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-23T15:02:44.424Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e3bccc0-8ad1-4022-86f4-d2d991531fa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T15:02:44.424Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T15:02:44.424Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:44.424Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:44.424Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583764424, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T15:02:45.450Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T15:02:45.450Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"eb1868dd-7bb4-4ba1-a9ef-373145db848d","serviceName":"Demo_pNF_pHxYVKghYIVeXvrjUC6W","serviceVersion":"1.0","serviceUUID":"74311808-79e5-4380-99af-4632cacfcb23","serviceDescription":"catalog service description","serviceInvariantUUID":"da95f872-9813-42b5-bf68-ed5422161feb","resources":[{"resourceInstanceName":"pNF d1fbb461-99b7 0","resourceName":"pNF d1fbb461-99b7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"340c1941-d3e9-4226-ac19-f57c4cf51179","resourceInvariantUUID":"5ce10c3c-bbcd-405e-a1b5-b469478cda74","resourceCustomizationUUID":"fb618d18-b805-4f0f-b435-556ef3e97d85","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml","artifactChecksum":"ZGE2OTg2YTJhM2Y1YTliYTYxYjFkOTM0Mzk4YTJlZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72bb70ef-3971-40bf-87b0-0548301b7faa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar","artifactChecksum":"NWI5YTMwNWNlZWVhNTJmMjhkNDYwMWRkMDc1ZjQwNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"100afad2-b565-4db5-81d9-f99f2fc5f662","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edd74bbe-7662-423d-831c-1326c5bc1b32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml","artifactChecksum":"Y2M3YzAyZGFlMTI4Yjc5MTJiODE1NzEyZTNlOWQxZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6cd9b0fb-9b61-4243-a070-0682195e341f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1de2baf6-265c-4841-8396-1f916435b6e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39edcd22-b0ec-40f4-8a4a-542ff7ede2c2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml","artifactChecksum":"NWNkYThkMDU2MGZjMGViMzM2NGFjZjA1MDkxNjgxNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"641d030b-db38-4daa-aa68-9698f243f0a8","artifactVersion":"1"},{"artifactName":"service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar","artifactChecksum":"ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bae75039-32d0-4ba8-ab06-41f1c7e6af02","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T15:02:45.451Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:45.451Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:45.451Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:45.451Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:46.452Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:46.452Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:46.453Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:46.453Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:47.453Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:47.454Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:47.454Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:47.454Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:48.455Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:48.455Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:48.455Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:48.455Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:49.172Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:49.179Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.179Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "3ca710eb-2ab8-46be-b6cb-d2b33fefc3d9", "consumerID": "SO-sdc-controller", "timestamp": 1679583720923, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T15:02:49.179Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.180Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/resourceInstances/pnf6d59ded1c82a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T15:02:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-template.yml", "status": "NOT_NOTIFIED" } 2023-03-23T15:02:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "NOTIFIED" } 2023-03-23T15:02:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583730367, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "DOWNLOAD_OK" } 2023-03-23T15:02:49.181Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583732183, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: a56c270e-58ea-485c-8867-834e220b0cd0 already exists" } 2023-03-23T15:02:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583733184, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQmku0iiqtl14axlj0mws/1.0/artifacts/service-DemoPnfQmku0iiqtl14axlj0mws-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: ea1fcd1c-d846-49f4-b834-d17c91d4a50f already exists" } 2023-03-23T15:02:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "4e3bccc0-8ad1-4022-86f4-d2d991531fa7", "consumerID": "SO-sdc-controller", "timestamp": 1679583764424, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-03-23T15:02:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.182Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T15:02:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-03-23T15:02:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-03-23T15:02:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:02:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-03-23T15:02:49.183Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-03-23T15:02:49.455Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:49.456Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:49.456Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:49.456Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:50.456Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:50.456Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:50.457Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:50.457Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:51.457Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:51.458Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:51.458Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:51.458Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:52.458Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:02:52.458Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:52.459Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:52.459Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:53.459Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "serviceName": "Demo_pNF_pHxYVKghYIVeXvrjUC6W", "serviceVersion": "1.0", "serviceUUID": "74311808-79e5-4380-99af-4632cacfcb23", "serviceDescription": "catalog service description", "serviceInvariantUUID": "da95f872-9813-42b5-bf68-ed5422161feb", "resources": [ { "resourceInstanceName": "pNF d1fbb461-99b7 0", "resourceCustomizationUUID": "fb618d18-b805-4f0f-b435-556ef3e97d85", "resourceName": "pNF d1fbb461-99b7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "340c1941-d3e9-4226-ac19-f57c4cf51179", "resourceInvariantUUID": "5ce10c3c-bbcd-405e-a1b5-b469478cda74", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "artifactChecksum": "ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bae75039-32d0-4ba8-ab06-41f1c7e6af02" } ], "workloadContext": "Production" } 2023-03-23T15:02:53.460Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T15:02:53.460Z|4e3bccc0-8ad1-4022-86f4-d2d991531fa7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 74311808-79e5-4380-99af-4632cacfcb23 ASDC 2023-03-23T15:02:53.460Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:eb1868dd-7bb4-4ba1-a9ef-373145db848d ServiceName:Demo_pNF_pHxYVKghYIVeXvrjUC6W ServiceVersion:1.0 ServiceUUID:74311808-79e5-4380-99af-4632cacfcb23 ServiceInvariantUUID:da95f872-9813-42b5-bf68-ed5422161feb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ArtifactUUID:bae75039-32d0-4ba8-ab06-41f1c7e6af02 ArtifactChecksum:ZDViY2Y1YzdhNTU0OTFlYTk2NmRmMWRjMjg3NzY0ZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d1fbb461-99b7 0 ResourceCustomizationUUID:fb618d18-b805-4f0f-b435-556ef3e97d85 ResourceInvariantUUID:5ce10c3c-bbcd-405e-a1b5-b469478cda74 ResourceName:pNF d1fbb461-99b7 ResourceType:PNF ResourceUUID:340c1941-d3e9-4226-ac19-f57c4cf51179 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-03-23T15:02:53.460Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74311808-79e5-4380-99af-4632cacfcb23 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T15:02:53.510Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T15:02:53.511Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:02:53.511Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:02:53.511Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 from URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:53.511Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T15:02:53.511Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:53.824Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-03-23T15:02:53.827Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar bae75039-32d0-4ba8-ab06-41f1c7e6af02 88025 2023-03-23T15:02:53.827Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T15:02:53.827Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:53.827Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-03-23T15:02:53.827Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:53.827Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:53.827Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583773827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:54.828Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T15:02:54.829Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:02:54.830Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02, URL: /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar to file: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:54.830Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:54.831Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:54.831Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:54.947Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13249590629307055931/Definitions/service-DemoPnfPhxyvkghyivexvrjuc6w-template.yml 2023-03-23T15:02:55.541Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-03-23T15:02:55.541Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T15:02:55.541Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:55.541Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-03-23T15:02:55.541Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d1fbb461-99b7 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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar 2023-03-23T15:02:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-03-23T15:02:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:55.542Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:55.543Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T15:02:55.543Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T15:02:55.543Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T15:02:55.543Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:55.543Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:55.543Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Node template pNF d1fbb461-99b7 0 is matching search criteria 2023-03-23T15:02:55.544Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-03-23T15:02:55.544Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d1fbb461-99b7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-03-23T15:02:55.544Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:55.544Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:55.544Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:55.544Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:55.544Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:55.544Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:55.544Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:55.545Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:55.545Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-03-23T15:02:55.545Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_pHxYVKghYIVeXvrjUC6W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-03-23T15:02:55.545Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_pHxYVKghYIVeXvrjUC6W Description:catalog service description Model UUID:74311808-79e5-4380-99af-4632cacfcb23 Model Version:NULL Model InvariantUuid:da95f872-9813-42b5-bf68-ed5422161feb 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-23T15:02:55.596Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||ERROR|500||Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists 2023-03-23T15:02:55.597Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T15:02:55.597Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists) 2023-03-23T15:02:55.597Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T15:02:55.597Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:55.597Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:55.597Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583775597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: bae75039-32d0-4ba8-ab06-41f1c7e6af02 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:56.598Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar ASDC sendASDCNotification 2023-03-23T15:02:56.598Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar(Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists) 2023-03-23T15:02:56.598Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T15:02:56.599Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:02:56.599Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:02:56.599Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583776598, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/artifacts/service-DemoPnfPhxyvkghyivexvrjuc6w-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: 340c1941-d3e9-4226-ac19-f57c4cf51179 already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:02:57.599Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T15:02:57.627Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T15:02:57.632Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T15:02:57.632Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T15:02:57.632Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T15:02:57.632Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T15:02:57.632Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:02:57.632Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:02:57.633Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:02:57.633Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:02:57.633Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-23T15:02:57.647Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T15:03:27.648Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-03-23T15:03:27.660Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb1868dd-7bb4-4ba1-a9ef-373145db848d and serviceModelVersionId: 74311808-79e5-4380-99af-4632cacfcb23 2023-03-23T15:03:27.661Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da95f872-9813-42b5-bf68-ed5422161feb 2023-03-23T15:03:27.661Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 2023-03-23T15:03:27.667Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-03-23T15:03:27.680Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||Invoke 2023-03-23T15:03:27.680Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb1868dd-7bb4-4ba1-a9ef-373145db848d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fa3bf50d-a1fb-4e2f-bfa7-64483f75ba29], X-ECOMP-RequestID=[eb1868dd-7bb4-4ba1-a9ef-373145db848d], X-TransactionId=[], X-ONAP-RequestID=[eb1868dd-7bb4-4ba1-a9ef-373145db848d], Content-Type=[application/merge-patch+json]} 2023-03-23T15:03:27.687Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-03-23T15:03:27.844Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0 has http status code:200 and response headers:{date=[Thu, 23 Mar 2023 15:03:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[282760], x-aai-txid=[2-aai-resources-230323-15:03:25:844-34571], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-03-23T15:03:27.844Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-03-23T15:03:27.845Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/da95f872-9813-42b5-bf68-ed5422161feb/model-vers/model-ver/74311808-79e5-4380-99af-4632cacfcb23?depth=0|INFO|500||InvokeReturn 2023-03-23T15:03:27.847Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-03-23T15:03:27.848Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-23T15:03:27.858Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|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-23T15:03:27.859Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb1868dd-7bb4-4ba1-a9ef-373145db848d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-03-23T15:03:27.859Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-03-23T15:03:27.859Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:27.859Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:27.860Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583807859, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T15:03:28.893Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-03-23T15:03:28.893Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"4728c90c-52d9-4976-a0bc-e8a7fe12e2ec","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1b4600dd-fe59-4506-baf6-ead4f27719b5","serviceDescription":"service","serviceInvariantUUID":"55bd29ae-4f90-43c1-b5b3-b0be8bca6573","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f","resourceInvariantUUID":"7641635d-b469-4196-b44a-501d66e2e4ea","resourceCustomizationUUID":"ad2c6752-a967-4c03-a1ad-7d0bc9416167","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":"YjQyZjk3ZTNhOThlN2VlMGYwYzk4OWU5YWZkNzkyNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1f07bf3f-d075-4518-8a6d-80b0a410251f","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":"OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61e68242-5134-44b0-8a25-c4898f994284","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":"bf063fe8-58d7-42b9-8083-715116e43845","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":"e365c34c-7674-4f6f-978f-efc59a9ed64a","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":"f10c145e-3751-45fa-9349-f55d5408727c","artifactVersion":"2","generatedFromUUID":"46441173-75ed-4253-a744-db24a703f0cc"},{"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":"1d944166-2285-41aa-a799-c43608e4377c","artifactVersion":"2","generatedFromUUID":"bf063fe8-58d7-42b9-8083-715116e43845"},{"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":"46441173-75ed-4253-a744-db24a703f0cc","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":"f2d3c315-b11a-409d-b941-fa3617d47aae","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":"MTE1NDQ4ZDc4NDgyYTFkZDM2OWRhY2U2ZTk0ZTIyNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9733096-033e-4d69-9a49-4d906610e91e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49915f74-047d-460a-9f8b-1b76125fe0de","artifactVersion":"1"}],"workloadContext":"Production"} 2023-03-23T15:03:28.894Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:03:28.894Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:28.894Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:28.894Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:03:29.894Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:03:29.895Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:29.895Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:29.895Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:03:30.895Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:03:30.896Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:30.896Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:30.896Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:03:31.897Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:03:31.897Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:31.897Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:31.897Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:03:32.898Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:03:32.899Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:32.899Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:32.899Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:03:33.899Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:03:33.900Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:33.900Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:33.900Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:03:34.900Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:03:34.901Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:34.901Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:34.901Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:03:35.901Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:03:35.902Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:35.902Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:35.902Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:03:36.902Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:03:36.903Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:36.903Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:36.903Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "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-23T15:03:37.904Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-03-23T15:03:37.904Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:37.904Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:37.904Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:03:38.905Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "1b4600dd-fe59-4506-baf6-ead4f27719b5", "serviceDescription": "service", "serviceInvariantUUID": "55bd29ae-4f90-43c1-b5b3-b0be8bca6573", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "ad2c6752-a967-4c03-a1ad-7d0bc9416167", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f", "resourceInvariantUUID": "7641635d-b469-4196-b44a-501d66e2e4ea", "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": "OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61e68242-5134-44b0-8a25-c4898f994284", "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": "bf063fe8-58d7-42b9-8083-715116e43845", "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": "1d944166-2285-41aa-a799-c43608e4377c", "generatedFromUUID": "bf063fe8-58d7-42b9-8083-715116e43845" }, "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": "f10c145e-3751-45fa-9349-f55d5408727c", "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": "1d944166-2285-41aa-a799-c43608e4377c", "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": "46441173-75ed-4253-a744-db24a703f0cc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "49915f74-047d-460a-9f8b-1b76125fe0de" } ], "workloadContext": "Production" } 2023-03-23T15:03:38.905Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-03-23T15:03:38.905Z|eb1868dd-7bb4-4ba1-a9ef-373145db848d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC 2023-03-23T15:03:38.906Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:4728c90c-52d9-4976-a0bc-e8a7fe12e2ec ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:1b4600dd-fe59-4506-baf6-ead4f27719b5 ServiceInvariantUUID:55bd29ae-4f90-43c1-b5b3-b0be8bca6573 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:49915f74-047d-460a-9f8b-1b76125fe0de ArtifactChecksum:YTJiMTZlMzAzOWVjYjFhMmE1NDY0ZWRmYjYyOGRlMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:ad2c6752-a967-4c03-a1ad-7d0bc9416167 ResourceInvariantUUID:7641635d-b469-4196-b44a-501d66e2e4ea ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f 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:61e68242-5134-44b0-8a25-c4898f994284 ArtifactChecksum:OTAzMTFkYjgwOTAwOWM5MzBjOTdiN2E0YzNhOTAxMjQ= 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:bf063fe8-58d7-42b9-8083-715116e43845 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:1d944166-2285-41aa-a799-c43608e4377c 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:f10c145e-3751-45fa-9349-f55d5408727c 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:1d944166-2285-41aa-a799-c43608e4377c 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:46441173-75ed-4253-a744-db24a703f0cc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-03-23T15:03:38.906Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b4600dd-fe59-4506-baf6-ead4f27719b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-03-23T15:03:38.950Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-03-23T15:03:38.951Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:03:38.951Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-03-23T15:03:38.951Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 49915f74-047d-460a-9f8b-1b76125fe0de from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T15:03:38.951Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-03-23T15:03:38.951Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-03-23T15:03:39.026Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||GET Response Status 404 2023-03-23T15:03:39.026Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1fc2f9d4 2023-03-23T15:03:39.026Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is not found] 2023-03-23T15:03:39.026Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|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": [ "BasicCnfMacro" ] } } } 2023-03-23T15:03:39.027Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicCnfMacro-csar.csar /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 49915f74-047d-460a-9f8b-1b76125fe0de Specified artifact is not found 300 ASDC artifact download fail 2023-03-23T15:03:39.027Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||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-23T15:03:39.027Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||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-23T15:03:39.027Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason 2023-03-23T15:03:39.027Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:39.027Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:39.027Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583819027, "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-23T15:03:40.028Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|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-BasicCnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(UUID:49915f74-047d-460a-9f8b-1b76125fe0de) Error message is Specified artifact is not found at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394) at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-03-23T15:03:40.063Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||ERROR|500||Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists 2023-03-23T15:03:40.064Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||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-23T15:03:40.064Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||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: 49915f74-047d-460a-9f8b-1b76125fe0de already exists) 2023-03-23T15:03:40.064Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T15:03:40.064Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:40.064Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:40.064Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583820064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Csar with UUID: 49915f74-047d-460a-9f8b-1b76125fe0de already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:03:41.065Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||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-23T15:03:41.066Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||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: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists) 2023-03-23T15:03:41.066Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-03-23T15:03:41.066Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-03-23T15:03:41.066Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-03-23T15:03:41.066Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||INFO|500||Trying to send status: { "distributionID": "4728c90c-52d9-4976-a0bc-e8a7fe12e2ec", "consumerID": "SO-sdc-controller", "timestamp": 1679583821065, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "ALREADY_DEPLOYED", "errorReason": "Resource with UUID: d50c59ec-eb78-4f65-a1fc-e9c6bcadb72f already exists" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:03:42.067Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T15:03:42.082Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4728c90c-52d9-4976-a0bc-e8a7fe12e2ec Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-03-23T15:03:42.086Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-03-23T15:03:42.086Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-03-23T15:03:42.086Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-03-23T15:03:42.086Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-03-23T15:03:42.086Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:03:42.086Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:03:42.086Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:03:42.086Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-03-23T15:03:42.086Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|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-23T15:03:42.096Z|4728c90c-52d9-4976-a0bc-e8a7fe12e2ec|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-03-23T15:03:49.172Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-03-23T15:03:49.173Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-03-23T15:03:49.173Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "eb1868dd-7bb4-4ba1-a9ef-373145db848d", "consumerID": "SO-sdc-controller", "timestamp": 1679583244680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhxyvkghyivexvrjuc6w/1.0/resourceInstances/pnfd1fbb46199b70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-03-23T15:03:49.173Z|40698359-543a-4c50-8f8e-beb234359e90|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'